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

From SoftMC-Wiki
Jump to: navigation, search
 
(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 ''<axis>'' ''<amplitude>'' '''SineWaveFreq'''=''<frequency>''
+
SineWave <''axis''> ''<amplitude>'' '''SineWaveFreq''' = <''frequency''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS 4.7.14+x
+
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=
Herz [Hz]
+
Hertz [Hz]
  
 
|DEFAULT=
 
|DEFAULT=
Line 26: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
* Only in combination with the [[Axystems:MC-Basic:SineWave|SineWave]] command
+
* Only in combination with the [[MC-Basic:SineWave|SineWave]] command
* Nodal-Olny
+
* Nodal only
* Write-Only
+
* Write only
  
 
|EXAMPLE=
 
|EXAMPLE=
<pre>
+
SineWave ax2 300 SineWaveFreq = 4<br>
SineWave ax2 300 SineWaveFreq=4
+
...<br>
</pre>
+
Stop ax2
  
 
|SEE ALSO=
 
|SEE ALSO=
 
+
* [[MC-Basic:SineWave|SineWave]]
 +
* [[MC-Basic:group.SineWaveFreq|group.SineWaveFreq]]
  
 
}}
 
}}
 
+
-->
[[Category:Axystems:Motion Dynamics]]
 

Latest revision as of 07:15, 14 August 2017