Difference between revisions of "CANopen MNT"
m (Lisa moved page CANOpen MNT to CANopen MNT: correction of CANopen) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Template: | + | {{Template:CANopen Functions |
|DESCRIPTION= | |DESCRIPTION= | ||
− | Control NMT state machine in | + | Control NMT state machine in CANopen devices |
|INPUT= | |INPUT= |
Latest revision as of 14:53, 26 August 2014
Control NMT state machine in CANopen devices
Input
0 - PREOP state 4 - OP State
Output
None
Return Value
None
Declaration
bus[0].phase
Syntax
bus[0].phase= <number>
Examples
bus[0].phase = 0 ' set all devices to PREOP state bus[0].phase = 4 ' set all devices to OP state