Difference between revisions of "AXY:PLC Direction"
Line 18: | Line 18: | ||
− | [[Category | + | [[Category:PLC]] |
Latest revision as of 09:20, 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)