Difference between revisions of "AXY:MC-Basic:axis.SineWaveFreq"

From SoftMC-Wiki
Jump to: navigation, search
m
m (Text replace - "AMCS FW 4.9.6" to "Since Version 4.9.6")
Line 6: Line 6:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS FW 4.9.6
+
Since Version 4.9.6
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 16:40, 20 March 2014

Sets the desired frequency for the SineWave motion command. The frequency actually used is limited by the maximal velocity, acceleration and jerk of the axis.

Syntax

SineWave <axis> <amplitude> SineWaveFreq = <frequency>

Availability

Since Version 4.9.6

Type

Double

Range

> 0

Units

Hertz [Hz]

Default

1.0 Hz

Scope

Task or Terminal

Limitations

  • Only in combination with the SineWave command
  • Nodal only
  • Write only

Examples

SineWave ax2 300 SineWaveFreq = 4
...
Stop ax2

See Also