Description Basic RS-Flip Flop functionality.
if (set == false and reset == false) then Q = Keeps it's last
value
elseif (set == false and reset == true) then Q = false
elseif (set == true and reset == false) then Q = true
elseif (set == true and reset == true) then Q = false
end
Number of inputs 2
Input data type Input 1 ("Set"): 1-bit
Input 2 ("Reset"): 1-bit
Input description set: See above truth table description
reset: See above truth table description
Number of outputs 2
Output data type Output 1 ("Q"): 1-bit
Output 2 ("/Q"): 1-bit
Output description Q: See above in description
notQ: Always equals Q inverted
Settings No settings available
Description Conversion of a float input to an analog output.
Number of input 1
Input data type Float
Input description in1: Float value to be converted
Number of outputs 2
Output data type analogValue: Integer
overflow: 1-bit
Output description analogValue: Converted integer value
overflow: This output is set in case the floating input value
exceeds the limitation of integer.
Settings RoundModes: To select if a number should be rounded to
zero or to one.
Description Conversion of an analog input to a float output.
Number of input 1
Input data type Integer
Input description in1: Analog value to be converted
Number of output 1
Output data type Float
Output description floatValue: Converted float value
8 DEVICE FUNCTIONS
84
O P E R A T I N G I N S T R U C T I O N | Sensor Integration Gateway - SIG200 8024482.1FJ7 /2022-05-31 | SICK
Subject to change without notice