Still, if you were gung-ho about using the formula node you would enter it like this:
float y;
float z;
if (x<=8||x>=20)
{
y=4;
z=300;
}
else
{
y=15;
z=600;
}
where y and z were output variables of the formula node and x is an inputer variable driven by a front panel numeric control.
Think "C".
Message Edited by smercurio_fc on 02-09-2006 12:56 PM