Specifications

Temperature Controller Driver
GP-Pro EX Device/PLC Connection Manual
174
GP data are as follows depending on the address specifying method.
* When address specifying method does not match decimal point position of data of
temperature controller, truncate the decimal digit number of the specified address or
add a zero.
Data are indicated in decadal system and are 6 digits or more, upper level digits are
truncated.
When writing:
When writing in the temperature controller, value is set in integral number. Decimal point
position is internally processed depending on the specified address.
Specified same as the address on the device list: No decimal point
Specified by adding 0x1000 to the address on the device list
: One digit after decimal point.
Specified by adding 0x2000 to the address on the device list
: Two digit after decimal point.
Specified by adding 0x3000 to the address on the device list
: Three digit after decimal point.
Example 1) When writing 100.0 in the first alarm setting (A1) of CB series;
Address value set by indicator: 0x1007
Written value set by indicator: 1000
Example 2) When writing 100 in the first alarm setting (A1) of CB series;
Address value set by indicator: 0x0007
Written value set by indicator: 100
Data written in the temperature controller are as follows depending on the address
specifying method.
* When address specifying method does not match decimal point position of data of
temperature controller, truncate the decimal digit number of the specified address or
add a zero.
Data of display
Data of
temperature
controller
Specified same as the
address
Specified by adding
0x1000 to the address
Specified by adding
0x2000 to the address
Specified by adding
0x3000 to the address
123 123 1230 12300 23000
123.4 123 1234 12340 23400
12.34 12 123 1234 12340
1.234 1 12 123 1234
Data written in the temperature controller
Data of
temperature
controller
Specified same as the
address
Specified by adding
0x1000 to the address
Specified by adding
0x2000 to the address
Specified by adding
0x3000 to the address
1 1 0.1 0.01 0.001
123 123 12.3 1.23 0.123
1234 1234 123.4 12.34 1.234