ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

formula node

 

1.png

float
x,y;
-2*x*a+a**2-2*b*y+b**2=(-2)*c*x+c**2-2*d*y+d**2;
-2*x*a+a**2-2*b*y+b**2=-2*e*x+e**2-2*f*y+f**2;

 

But the Operating results shows me there had an error : it miss semicolon,how should I do with that problem?

0 Kudos
Message 1 of 3
(3,518 Views)
Hi,

the formula Node does NOT solve your equations automatically! You need to do this on your own...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(3,509 Views)

Hi,

     Thank you very much.

      

0 Kudos
Message 3 of 3
(3,503 Views)