Difference between revisions of "AXY:PLC Direction"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 15: Line 15:
 
== See ==
 
== See ==
 
<!-- * {{Bugzilla|6320}} -->
 
<!-- * {{Bugzilla|6320}} -->
* [[Axystems:MC-Basic:axis.WRAP|Wrap property]]
+
* [[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)

See