Spyder3 SG-34 GigE Vision Color Manual 89
Teledyne DALSA 03-032-20124-00
Correct Lookup Table Syntax
Output = Expression EOL (end of
line)
Q0, Q1, Q2, ..., Q16, Q17
Input
Not Input
Boolean constant
Expression Boolean operator
Expression
Q14 = I4 & I6
Q15 = I3 | I5
Q9 = I1 ^ I8
Q0 = !(I0)
Q3 = !(I1 | (I7 ^ I5))
Q6 = (I3 | I5) ^ (I1 & I2)
1, true, TRUE
0, false, FALSE
Q0 = 1
Q3 = TRUE Q6 = I3 ^ true
(used only for SDK, not
Coyote)
Incorrect Lookup Table Usage
The output must be on the left
hand side of the equation
(the value is being assigned to
Q4, not I5).
Outputs may not be on the right
hand side of the equation.
Q1 = I7 & I8
Q2 = Q1 | I5
Q1 = I7 & I8
Q2 = (I7 & I8) | I5
Equations must be separated by
a carriage return or an EOL
symbol.
All manuals and user guides at all-guides.com