Difference between revisions of "AXY:MC-Basic:axis.SineWaveFreq"
(published) |
m (Itay moved page MC-Basic:axis.SineWaveFreq to AXY:MC-Basic:axis.SineWaveFreq) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.SineWaveFreq}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
|SYNTAX= | |SYNTAX= | ||
− | SineWave '' | + | SineWave <''axis''> ''<amplitude>'' '''SineWaveFreq''' = <''frequency''> |
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 4.9.6 | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | Sets the desired frequency for the [[ | + | Sets the desired frequency for the [[MC-Basic:SineWave|SineWave]] motion command. |
− | The actually used | + | The frequency actually used is limited by the maximal velocity, acceleration and jerk of the axis. |
|TYPE= | |TYPE= | ||
Line 19: | Line 20: | ||
|UNITS= | |UNITS= | ||
− | + | Hertz [Hz] | |
|DEFAULT= | |DEFAULT= | ||
Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | * Only in combination with the [[ | + | * Only in combination with the [[MC-Basic:SineWave|SineWave]] command |
− | * Nodal | + | * Nodal only |
− | * Write | + | * Write only |
|EXAMPLE= | |EXAMPLE= | ||
− | + | SineWave ax2 300 SineWaveFreq = 4<br> | |
− | SineWave ax2 300 SineWaveFreq = 4 | + | ...<br> |
− | ... | ||
Stop ax2 | Stop ax2 | ||
− | |||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SineWave|SineWave]] |
− | * [[ | + | * [[MC-Basic:group.SineWaveFreq|group.SineWaveFreq]] |
}} | }} | ||
+ | --> |