LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

left brace required error labview 6.0

Solved!
Go to solution

I am a novice in labview to be generous, but I am getting an error with my formula node and it is a very simple equation. I am an undergrad student and my advisor couldn't figure out the cause of the error. It is certainly ok to treat me like I know nothing....in this case you are probably not far off.

 

The error it is giving me is "left brace required" I am using Labview 6.0 and running Windows XP. Screen shots of the error and the diagram are listed below. Thanks in advance.

 

[IMG]http://i929.photobucket.com/albums/ad134/rsstarr/errorshot.jpg[/IMG]

 

[IMG]http://i929.photobucket.com/albums/ad134/rsstarr/cp2diagram.jpg[/IMG]
0 Kudos
Message 1 of 3
(2,872 Views)
Solution
Accepted by topic author rsmize
The t wire you have wired is an array but what you have inside the formula node is a scalar.
Message 2 of 3
(2,868 Views)
I'm just trying to figure out why you're using a formula node just to do a simple multiplication in the first place. Just use the Multiply function in LabVIEW. It's polymorphic.
0 Kudos
Message 3 of 3
(2,857 Views)