307
Conversion Instructions
Section 5-20
5-20-11 SIGNED BINARY TO BCD SCALING – SCL2(––)
Limitations
P1 through P1+2 must be in the same data area.
DM 6144 to DM 6655 cannot be used for R.
Description
SCL2(––) is used to linearly convert a 4-digit signed hexadecimal value to a 4-
digit BCD value. Unlike BCD(24), which converts a 4-digit hexadecimal value
to its 4-digit BCD equivalent (S
hex
→
S
BCD
), SCL2(––) can convert the signed
hexadecimal value according to a specified linear relationship. The conversion
line is defined by the x-intercept and the slope of the line specified in the
parameter words P1 to P1+2.
When the execution condition is OFF, SCL2(––) is not executed. When the
execution condition is ON, SCL2(––) converts the 4-digit signed hexadecimal
value in S to the 4-digit BCD value on the line defined by the x-intercept (P1,
0) and the slope (P1+2
÷
P1+1) and places the results in R. The result is
rounded off to the nearest integer.
If the result is negative, then CY is set to 1. If the result is less than –9999,
then –9999 is written to R. If the result is greater than 9999, then 9999 is writ-
ten to R.
The following table shows the functions and ranges of the parameter words:
The following diagram shows the source word, S, converted to R according to
the line defined by the point (P1, 0) and slope
∆
Y/
∆
X.
S
:
Source word
IR, SR, AR, DM, EM, HR, LR
Ladder Symbols
Operand Data Areas
@SCL2(
−−
)
S
P1
R
R
:
Result word
IR, SR, AR, DM, EM, HR, LR
P1
:
First parameter word
IR, SR, AR, DM, EM, HR, LR
SCL2(
−−
)
S
P1
R
Parameter
Function
Range
P1
x-intercept (signed hex.)
8000 to 7FFF (–32,768 to 32,767)
P1+1
∆
X (signed hex.)
8000 to 7FFF (–32,768 to 32,767)
P1+2
∆
Y (BCD)
0000 to 9999
S
Value after conversion
(BCD)
R
Value before conversion
(Signed hexadecimal)
X-intercept
∆
X
∆
Y