LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

formula nodes

I'm using a Formula Node and my out put is always the number the same

Z= -4.08442104999969e-1*X+2.21688421e1;

the value of X changes

not sure what im doing wrong

 

thanks

0 Kudos
Message 1 of 11
(3,720 Views)
Please attach your code or an image of the block diagram. You can do both by creating a Snippet.
0 Kudos
Message 2 of 11
(3,716 Views)

Hi MCHCJWT,

 

funny as my solution seems to be ok:

check.png

 

And a formula node works the same as the expression node above:

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 11
(3,713 Views)
I also question why you are using a formula node instead of the LabVIEW math functions.
0 Kudos
Message 4 of 11
(3,710 Views)

To follow up Dennis' question:

check.png

Both use (more or less) basic LabVIEW functions…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 11
(3,701 Views)

Formula node.jpg

0 Kudos
Message 6 of 11
(3,698 Views)