29
5.7.12 Data Format (Command Index 20)
DATAFORMAT is used for V01 command or continuous mode (RS-232)
Description: DATAFORMAT.76543210 means 8 bit positions of the Command Data.
BIT NUMBER FUNCTION
76543210
0 No Unit
1 Unit
0 No Valley or Gross
1 Valley or Gross
0 No Peak
1 Peak
0 No Reading
1 Reading
0 No Alarm Status
1 Alarm Status
Example: Set ID, Unit, No Valley, No Peak, Reading, No Status.
The command data is 11000010Bin = C2Hex. Send: *W20C2
ADDRESS is applicable for RS-485 standard only and can be 01 to 199
TRANSMIT TIME INTERVAL is applicable for RS-232 standard and Continuous Mode,
which specifies the time between transmission and the minimum time is 500 msec.
5.7.13 Miscellaneous (Command Index 24)
Description: MISCELLANEOUS.76543210 means 8 bit positions of the Command Data.
BIT NUMBER FUNCTION
76543210
0 SP Deviation Disable
1 SP Deviation Enable
0 Self Disable
1 Self Enable
0 Full ID Disable
1 Full ID Enable
0 Set Point ID Disable
1 Set Point ID Enable
Example: Set SP Enable, Self Disable, Full ID Enable, Set Point ID Disable.
The command data is 10001000Bin = 88Hex. Send: *W2088