Difference between revisions of "MC-Basic:axis.SIMULATED"
m (1 revision) |
|||
Line 39: | Line 39: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[Axystems:MC-Basic:axis.DRIVEADDRESS|axis.DRIVEADDRESS]] | * [[Axystems:MC-Basic:axis.DRIVEADDRESS|axis.DRIVEADDRESS]] | ||
− | + | * [[Axystems:AMCS:SimulatedAxes| Simulated Axes]] | |
}} | }} |
Revision as of 11:47, 8 February 2011
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)
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