User Manual

Table Of Contents
CAN Communication Commands
Advanced Digital Motor Controller User Manual 351
Number of Arguments: 1
Argument 1: Mode
Type: Unsigned 8-bit
Min: 0 Max: 5
Where:
nn =
0: Disabled
1: CANOpen
2: MiniCAN
3: RawCAN
4: RoboCAN
5: MiniJ1939
CHB - CAN Heartbeat
HexCode: 59
Description:
Sets the rate in miliseconds at which the controller will send a heartbeat frame on the
CAN bus. Heartbeat is sent when either MiniCAN, RawCAN, CANOpen are selected. A
dedicated, non-user-alterable Heartbeat frame is sent when RoboCAN is selected.
Syntax Serial: ^CHB nn
Syntax Scripting: setconfig(_CHB, nn)
Number of Arguments: 1
Argument 1: HeartBeat
Type: Unsigned 16-bit
Min: 0 Max: 65536
Default: 100ms
Where:
nn = Heartbeat rate in ms
CLSN - CAN Listening Node
HexCode: 5B
Description:
In RawCAN and MiniCAN mode, this parameter filters the incoming frames in order to
capture only these originating from a given node address. In RawCAN, entering 0 disables
the filter and will cause all incoming frames to be captured
Syntax Serial: ^CLSN nn
~CSLD
Syntax Scripting: setconfig(_CLSN, nn)