Difference between revisions of "CANopen MNT"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "CANOpen" to "CANopen")
m (Lisa moved page CANOpen MNT to CANopen MNT: correction of CANopen)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:CANopen-Functions
+
{{Template:CANopen Functions
  
 
|DESCRIPTION=
 
|DESCRIPTION=

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