Hi,
I am stuck here with an expression.
I have an input from a RIO which I want to check if the status is GOOD or BAD so I am using a CND with the expression
'//TE_1/IO1/C07/P01/PUF/SLOT004/SIGNAL001/STATUS' != Good.
I tried also IF Then but it wouldn't work.
I good condition I get
An wit the RIO offline I get a Device error
But the Output of the CND does not change.
May be some can give me an idea were to look for.
Best Regards, Juergen
In reply to ShaneG:
In reply to Juergen Wetzel:
Andre Dicaire
In reply to Andre Dicaire:
In reply to Brian Hrankowsky:
In reply to SBPosey:
Not to worry about "less than" or "greater than or equal to", use 'IN1.ST' & GOOD = GOOD
'IN1.ST' & GOOD = GOOD
In reply to Hans Grinwis: