

CAL SPLRG_Instance (IN:=ValueToBeBrokenDown,
PARA:=Parameters, OUT1=>InstructionByActuator1,
OUT2=>InstructionByActuator2, STATUS=>StatusWord)
SPLRG_Instance (IN:=ValueToBeBrokenDown,
PARA:=Parameters, OUT1=>InstructionByActuator1,
OUT2=>InstructionByActuator2, STATUS=>StatusWord) ;
|
Parameter
|
Data type
|
Meaning
|
|---|---|---|
|
IN
|
Value to be resolved (0 to 100%)
|
|
|
PARA
|
Parameter
|
|
Parameter
|
Data type
|
Meaning
|
|---|---|---|
|
OUT1
|
REAL
|
Manipulated variable for actuator 1
|
|
OUT2
|
REAL
|
Manipulated variable for actuator 2
|
|
STATUS
|
Status word
|
|
Element
|
Data type
|
Meaning
|
|---|---|---|
|
out1_th1
|
Input value IN, for which the following applies: OUT1 = out1_inf
|
|
|
out1_th2
|
REAL
|
Input value IN, for which the following applies: OUT1 = out1_sup
|
|
out1_inf
|
REAL
|
Lower threshold of the output OUT1
|
|
out1_sup
|
REAL
|
Upper threshold of the output OUT1
|
|
out2_th1
|
REAL
|
Input value IN, for which the following applies: OUT2 = out2 _inf
|
|
out2_th2
|
REAL
|
Input value IN, for which the following applies: OUT2 = out2_sup
|
|
out2_inf
|
REAL
|
Lower threshold for output OUT2
|
|
out2_sup
|
REAL
|
Upper threshold for output OUT2
|
|
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
|
