Difference between revisions of "AXY:MC-Basic:axis.SineWaveFreq"
m (Itay moved page MC-Basic:axis.SineWaveFreq to AXY:MC-Basic:axis.SineWaveFreq) |
|||
(12 intermediate revisions by 5 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 [[MC-Basic:SineWave|SineWave]] motion command. | ||
+ | The frequency actually used is limited by the maximal velocity, acceleration and jerk of the axis. | ||
|TYPE= | |TYPE= | ||
Line 14: | Line 17: | ||
|RANGE= | |RANGE= | ||
− | + | > 0 | |
|UNITS= | |UNITS= | ||
− | + | Hertz [Hz] | |
|DEFAULT= | |DEFAULT= | ||
Line 26: | 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 |
|SEE ALSO= | |SEE ALSO= | ||
− | + | * [[MC-Basic:SineWave|SineWave]] | |
+ | * [[MC-Basic:group.SineWaveFreq|group.SineWaveFreq]] | ||
}} | }} | ||
− | + | --> | |
− |