Tags: 1if, 1when, following, formula, labvew, labview, node, obtain, programming, running, statement, value

IF statement in Formula Node

On Programmer » LabVIEW

198 words with 0 Comments; publish: Sun, 18 May 2008 19:49:00 GMT; (20046.88, « »)

I have the following statement in a Formula Node in LabVEW 7.1:

if (x=1) y = 3; else y = 1;

When running the VI, whatever the value of X is, I obtain Y = 3 !!!!

Why ?

Tom

All Comments

Leave a comment...

  • 0 Comments