


CAL SCALING_Instance (IN:=DigitalVariable,
PARA:=Parameters, OUT=>ScalingOutput,
STATUS=>StatusWord)
SCALING_Instance (IN:=DigitalVariable, PARA:=Parameters,
OUT=>ScalingOutput, STATUS=>StatusWord) ;
|
Parameter
|
Data type
|
Meaning
|
|---|---|---|
|
IN
|
Numerical variable to be scaled
|
|
|
PARA
|
Parameter
|
|
Parameter
|
Data type
|
Meaning
|
|---|---|---|
|
OUT
|
REAL
|
Scaled output value
|
|
STATUS
|
Status word
|
|
Base
|
Lower limit
|
Upper limit
|
|---|---|---|
|
Hexadecimal
|
16#0
|
16#FFFF
|
|
Octal
|
8#0
|
8#177777
|
|
Binary
|
2#0
|
2#1111111111111111
|
|
Data
|
Representation in one of the bases
|
|---|---|
|
0000000011010011
|
16#D3
|
|
1010101010101010
|
8#125252
|
|
0000000011010011
|
2#11010011
|
