Correspondence table for user set upper or lower limit (Via CoE object /Web server)
(Data format: Offset Binary /Signed Magnitude /2’s Complement)
Note: The user set upper and lower limits are set by CoE object in the following methods.
•Assigning positive value: Input the required data × 100 in decimal system.
Example: +10.50 V is assigned --- Assign 10.50 × 100 = 1050 by PLC.
•Assigning negative value: Convert the absolute value × 100 to be assigned 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 CoE object.