-41-
EX※※-OMR1012
Table. Settable range of user set value
Settable value range
Range
Lower limit Upper limit
-10..+10 V -10.50 to +10.45 V -10.45 to +10.50 V
-5..+5 V -5.25 to +5.22 V -5.22 to +5.25 V
-20..+20 mA -21.00 to +20.90 mA -20.90 to +21.00 mA
0..10 V 0.00 to +10.45 V +0.05 to +10.50 V
0..5 V 0.00 to +5.22 V +0.03 to +5.25 V
1..5 V +0.75 to +5.22 V +0.78 to +5.25 V
0..20 mA 0.00 to +20.90 mA +0.10 to +21.00 mA
4..20 mA +3.00 to +20.90 mA +3.10 to +21.00 mA
Table. User set values
Range Settable value by PLC Expected value
-10..+10 V
0 to 1050
32768 to 33818
+0.00 to +10.50 V
-0.00 to -10.50 V
-5..+5 V
0 to 525
32768 to 33293
+0.00 to +5.25 V
-0.00 to -5.25 V
-20..+20 mA
0 to 2100
32768 to 34868
+0.00 to +21.00 mA
-0.00 to -21.00 mA
0..10 V 0 to 1050 +0.00 to +10.50 V
0..5 V 0 to 525 +0.00 to +5.25 V
1..5 V 75 to 525 +0.75 to +5.25 V
0..20 mA 0 to 2100 +0.00 to +21.00 mA
4..20 mA 300 to 2100 +3.00 to +21.00 mA
: Follow the methods below when assigning the user set upper and lower limit by PLC.
•Assigning positive value: Input the desired data x 100 in decimal system.
Example: +10.50 V is assigned --- Assign 10.50 × 100 = 1050 by PLC.
•Assigning negative value: Convert the absolute value x 100 that you desire to assign in 16bit binary. Then, change the most significant
bit to "1" before inputting.
Example: -10.50 V is assigned --- Assign 10.50 × 100 = 1050 → 10000011010b → 1000010000011010b → 33818 by PLC.