Redundant instruction
This is a redundant instruction. It is replaced by: ABS
Gets the absolute value of 32-bit data with the sign specified by d if the trigger EN is in the ON-state. The absolute value of the 32-bit data with sign is stored in d. This instruction is useful for handling data whose sign (+/-) may vary.
Output
32-bit area for storing original data and its absolute value
If the required data type is supported, we recommend using the IEC instruction ABS.
if the 16-bit data is the negative minimum value -32768 (16#8000).
if the 16-bit data is the negative minimum value -32768 (16#8000).
if the 32-bit data is the negative value in the range from -1 to -2147483647 (16#FFFFFFFF to 16#80000001).