page 62
Function
NMM_START_GUARDING
Library COB.LIB
Function symbol
Purpose
Starts the node guarding for one or all initialized nodes.
Parameters
Function inputs
Function outputs
Description
NMM_START_GUARDING starts the node guarding for an
individual node or all connected nodes (whole network). To do
so, a guarding object must first be initialized for the specified
CANopen node with NMM_ADD_NODE.
The programmer's job is to locate the exact error cause and to
react depending on the application by evaluating the guarding
and the other error bits provided by the system.
Name Data type Description
ENABLE BOOL TRUE: The function is processed.
FALSE: The function is not processed.
NODE BYTE All initialized nodes: 0
Initialized node: 1 ... 127
Name Data type Description
RESULT BYTE Result: 0 = successful
2 = invalid parameters