Difference between revisions of "MC-Basic:axis.SIMULATED"
m (Miborich moved page Axystems:MC-Basic:axis.SIMULATED to MC-Basic:axis.SIMULATED: Global renaming of Axystems: namespace into (Main):) |
|||
Line 46: | Line 46: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:axis.DRIVEADDRESS|axis.DRIVEADDRESS]] | * [[MC-Basic:axis.DRIVEADDRESS|axis.DRIVEADDRESS]] | ||
− | * [[ | + | * [[SimulatedAxes| Simulated Axes]] |
}} | }} |
Revision as of 08:56, 22 May 2014
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)
NOTE | |
With a simulated axis, if <axis>.feedback is set to external, then all the position properties (Pfb, Pcmd, Pext) are equal, unless positionExternalFactor is not equal to positionFactor. |
Syntax
<axis>.Simulated = <expression>
?<axis>.Simulated
Availability
All versions
Type
Long
Range
0 or 1
Default
0
Scope
Configuration, Task or Terminal
Limitations
Can only be set during SERCOS communications phase 0.
Examples
Xaxis.Simulated=1