LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

real-time user formula input

Hi

My program has a 1 second cycle time. I am reading 8 pulse inputs and 8 corresponding voltage inputs and I need to allow a user to enter a single formula to manipulate all 8 pairs of inputs to produce a meaningful output. I have seen the 'Eval Formula Node' VI but I fail to see how to use the same single formula on the 8 inputs.

Can anyone help?

Thanks

Mike

UniSA, Mawson Lakes, South Australia - LV 8.6.1
0 Kudos
Message 1 of 2
(2,389 Views)

Make the inputs into an array and do the formula evaluation inside an autoindexing FOR loop.

Message 2 of 2
(2,377 Views)