
POSTED: Oct 16, 2011 2:04 AM (GMT)
Is this a type of IF-THEN-ELSE short-hand?
It seems likely to mean something like:
if (in2 = 0) then out1 = 0 else out1 = ((in1 & in3) > 0) ;
But it’s hard to tell because you haven’t told us what language it is written in.
Tom

POSTED: Oct 17, 2011 8:08 PM (GMT)
I was able to play with the software. It is a simple ST (Structured Text) code. once I tested a few IO it was obvious that it is indeed an IF-THEN-ELSE structure, known as “?:” operator.
TomLiotta thanks for your reply. your presumption was correct.















