Difference between revisions of "AXY:MC-Basic:SERCMAXPOS"
(Created page with "{| class="prettytable" | '''Short form''' | '''WoMode''' |- | '''Syntax''' | <nowiki>Setting: WoMode <axis> <new mode></nowiki> <nowiki>Query: ?<axis>.WoMode</nowiki> |- | '''…") |
|||
Line 1: | Line 1: | ||
{| class="prettytable" | {| class="prettytable" | ||
| '''Short form''' | | '''Short form''' | ||
− | | ''' | + | | '''NA''' |
|- | |- |
Revision as of 07:28, 2 November 2011
Short form | NA |
Syntax | Setting: WoMode <axis> <new mode>
Query: ?<axis>.WoMode |
Description | Sets the operational mode explicitly:
<new mode> 04 DPmode(0) – digital position DVmode(1) – digital velocity DTmode(2) – digital torque AVmode(3) – analog velocity mode ATmode(4) – analog torque mode* If the current mode is digital then, the mode change occurs at the end of the current movement command (Move, Jog, and DigitalTorque) when the generator completes the motion.
|
Data Type | integer (when queried) |
Range | 04 |
Default | 0 |
Units | none |
Non-Volatile | |
Scope | Config, task, monitor |
Write Access | Read/Write |
Limitations | modal-only, Attachment needed |
Examples | WoMode DTmode – setting digital mode
?WoMode – querying the current mode |
Cross Reference |