MC-Basic:axis.SIMULATED
{{MC-Basic
NOTE | |
With a simulated axis, In case <Ax>.feedback is set to External, then all the position properties (Pfb, Pcmd, Pext) are equal, excluding positionExternalFactor. |
|SHORT FORM=
|SYNTAX=
<axis>.Simulated = <expression>
?<axis>.Simulated
|AVAILABILITY= All versions
|DESCRIPTION=
This property is used to define the axis mode of operation as simulated or real. In simulated mode, motion commands are not sent to the drives as the axis is not associated with a physical drive. Simulated axes need to be enabled (using <axis>.ENABLE=ON) before a motion command is applied.
0 (Real)
1 (Simulated)
|TYPE= Long
|RANGE= 0 or 1
|UNITS=
|DEFAULT=
0
|SCOPE= Configuration, Task or Terminal
|LIMITATIONS= Can only be set during SERCOS communications phase 0.
|EXAMPLE= Xaxis.Simulated=1
|SEE ALSO=
}}