Difference between revisions of "SimulatedAxes"
m (Lisa moved page Axystems:softMC:SimulatedAxes to Axystems:SimulatedAxes) |
|||
Line 22: | Line 22: | ||
See Also: <br> | See Also: <br> | ||
− | * [[ | + | * [[AXY:Position Error Delay Compensation Algorithm| Position Error Delay Compensation Algorithm]] |
* [[Axystems:MC-Basic:axis.POSITIONCOMMANDHISTORY | POSITIONCOMMANDHISTORY]] | * [[Axystems:MC-Basic:axis.POSITIONCOMMANDHISTORY | POSITIONCOMMANDHISTORY]] |
Revision as of 11:12, 9 April 2014
Simulated Axes
An axis can be declared simulated by setting <axis>.simulated to 1.
Simulated axis returns the same number of counts in feedback (CFB) as was given by command (CCMD).
NOTE | |
Position error (PE) of a simulated axis is not always zero. The non-zero value can be due to:
|
NOTE | |
Since firmware Version 4.7.2, propagation delay of a simulated axes is accessible through these two user functions:
import_c sercSetSimulDelay(byval as long , byval as long ) as long import_c sercGetSimulDelay(byval as long , as long ) as long |
See Also: