Should be two ampersands. A single is for bitwise AND
, aka BAnd
.
The root cause is that tag bindings in a Vision Client don’t have a value when they start–there’s a gateway round-trip that must happen at startup. Expressions must immediately return an answer, so tags are null or sometimes -1
. The try()
function is the simplest way to get past the problem.