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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "AMCS FW 4.9.6" to "Since Version 4.9.6")
Line 9: Line 9:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Sets the desired frequency for the [[Axystems:MC-Basic:SineWave|SineWave]] motion command.
+
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.
 
The frequency actually used is limited by the maximal velocity, acceleration and jerk of the axis.
  
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
* Only in combination with the [[Axystems:MC-Basic:SineWave|SineWave]] command
+
* Only in combination with the [[MC-Basic:SineWave|SineWave]] command
 
* Nodal only
 
* Nodal only
 
* Write only
 
* Write only
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SineWave|SineWave]]
+
* [[MC-Basic:SineWave|SineWave]]
 
* [[Axystems:MC-Basic:group.SineWaveFreq|group.SineWaveFreq]]
 
* [[Axystems:MC-Basic:group.SineWaveFreq|group.SineWaveFreq]]
  
 
}}
 
}}

Revision as of 08:42, 22 May 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