Difference between revisions of "CANopen MNT"
(Created page with "{{Template:CANOpen-Function |DESCRIPTION= Control NMT state machine in CANOpen devices |INPUT= 0 - PREOP state 4 - OP State |OUTPUT= None |RETURN VALUE= None |DECLARATION...") |
m (Lisa moved page CANOpen MNT to CANopen MNT: correction of CANopen) |
||
(3 intermediate revisions by 2 users 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