Difference between revisions of "CANopen:NMT RESET"

From SoftMC-Wiki
Jump to: navigation, search
m (Lisa moved page CANOpen:NMT RESET to CANopen:NMT RESET: correction of CANopen)
m
Line 1: Line 1:
{{Template:CANopen-Functions
+
{{Template:CANopen Functions
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 14:47, 26 August 2014

Send NMT "reset" message to a CAN node.

Input

Slave address
0 - broadcast, to all the nodes
1..127 - reset specific node/device

Output

None

Return Value

None

Declaration

public sub CAN_RESET

Syntax

call NMT_RESET(0) 'reset all nodes

Exceptions

Examples

call NMT_RESET(1) ' reset device #1