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 an analog input to four digital
outputs.
Number of inputs 1
Input data type Integer
Input description analogValue: analog input value
Number of outputs 4
Output data type Output 1 ... 16: 1-bit
Output description out1: first digital output
out2: second digital output
out4: third digital output
out8: fourth digital output
Settings To select which half byte should be connected
to the output (Default First half byte)
If First half byte selected send lowest 4 bits
(bits marked with x)
----|----|----|xxxx
If Second half byte selected send bits marked
with x
----|----|xxxx|----
If Third half byte selected send bits marked
with x
----|xxxx|----|----
If Fourth half byte selected send bits marked
with x
xxxx|----|----|----
8 DEVICE FUNCTIONS
88
O P E R A T I N G I N S T R U C T I O N | Sensor Integration Gateway - SIG200 8017853/2019-06-06 | SICK
Subject to change without notice