28
5.7.10 Communication Parameters (Command Index 10)
Description: COMM.PAR.76543210 means 8 bit positions of the Command Data.
BIT NUMBER FUNCTION
76543210
0 1 Stop Bit
1 2 Stop Bit
0 7 Bit
1 8 Bit
0 0 No Parity
0 1 Odd
1 0 Even
0 0 0 300 Baud
001 600
0 1 0 1200
0 1 1 2400
1 0 0 4800
1 0 1 9600
1 1 0 19200
Example: Set Baud Rate 9600, Odd Parity, 7 Bit, 1 Stop.
The command data is 00001101Bin = 0Dhex. Send: *W100D
5.7.11 Bus Format (Command Index 1F)
Description: BUSFORMAT.76543210 means 8 bit positions of the Command Data.
BIT NUMBER FUNCTION
76543210
0 Space
1 Carriage Return
0 Continuous
1 Command
0 RS-232
1 RS-485
0 N0 ECHO
1 ECHO
0 No Line Feed
1 Line Feed
0 No Modbus
1 Modbus
Example: Set Space, Continuous, RS-232, Echo, Line Feed, N/A
The command data is 00000110Bin = 06Heh. Send *W1F06