07-26-2010 01:44 AM
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
07-26-2010 02:02 AM
Make the inputs into an array and do the formula evaluation inside an autoindexing FOR loop.