Difference between revisions of "AXY:PLC Direction"
m |
|||
Line 15: | Line 15: | ||
== See == | == See == | ||
<!-- * {{Bugzilla|6320}} --> | <!-- * {{Bugzilla|6320}} --> | ||
− | * [[ | + | * [[MC-Basic:axis.WRAP|Wrap property]] |
[[Category:Axystems:PLC]] | [[Category:Axystems:PLC]] |
Revision as of 08:49, 22 May 2014
PLC Direction input
MC_DIRECTION: Enum type (1-of-4 values: mcPositiveDirection, mcShortestWay, mcNegativeDirection, mcCurrentDirection)
We already have mcShortestWay (Wrap = 1).
We need to add:
- mcPositiveDirection (NEW: Wrap = 2)
- mcNegativeDirection (NEW: Wrap = 3)
- mcCurrentDirection (NEW: Wrap = 4, according current value of vcmd or modal
Wrap value)