LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

formula node error: missing left parenthesis

Im trying to compute a simple function in a formula node, I recieve the following errors:

 

Error on line 1 is marked by a '#' character: "X3=sin**#2(2*T);"

 

Error on line 1 is marked by a '#' character: "X5=(cos**#(2)(T);"

 

N1.jpg

0 Kudos
Message 1 of 5
(3,560 Views)

Try:

X3=(sin(2*T))**2;

X5=(cos(T))**2;

 

0 Kudos
Message 2 of 5
(3,555 Views)

That appears to have worked, thanks

0 Kudos
Message 3 of 5
(3,550 Views)

Has anyone else noticed the name of this guys VI ?

Thoric (CLA, CLED, CTD and LabVIEW Champion)


Message 4 of 5
(3,529 Views)

Yes, I did.

0 Kudos
Message 5 of 5
(3,525 Views)