User Manual

Table Of Contents
Commands Reference
350 Advanced Digital Motor Controller User Manual V2.0, July 8, 2019
Syntax Scripting: setconfig(_CAS, nn)
Number of Arguments: 1
Argument 1: Rate
Type: Unsigned 8-bit
Min: 0 Max: 1
Default: 0 = Off
Where:
nn =
0: Device is is in pre-operational state at power-up.
1: Device is is in operational state at power up.
CBR - CAN Bit Rate
HexCode: 58
Description:
Sets the CAN bus bit rate
Syntax Serial: ^CBR nn
~CBR
Syntax Scripting: setconfig(_CBR, nn)
Number of Arguments: 1
Argument 1: BitRate
Type: Unsigned 8-bit
Min: 0 Max: 5
Default: 3 = 250K
Where:
nn =
0: 1000K
1: 800K
2: 500K
3: 250K
4: 125K
CEN - CAN Enable
HexCode: 56
Description:
Enables CAN and selects the CAN protocol
Syntax Serial: ^CEN nn
~CNOD
Syntax Scripting: setconfig(_CEN, nn)