LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to load 14 variables(elements) sample at interval of 5minutes up to 100 times to a formula node, pls do anyone have an idea on how do to this.

Hi, good day. Pls, do anyone have an idea on how to load 14 variables(elements) sample at interval of 5 minutes up to 100 times to a formula node i.e 14 variables after each 5 minutes up to 100 times and have average of each variable at the output. Thanks

0 Kudos
Message 1 of 2
(2,170 Views)

(It is usually recommended to keep the post title short and concise)

 

  • What are variables?
  • What are elements?
  • Where is the data coming from?
  • Do you mean 500 minutes total, with one update every 5 minutes or something else?
  • What does the formula node do?
  • Is the averaging an additional problem (or is this the job of your formula node)?
  • What should happen to the output?
  • To average, sum the data in a shift register or feedback node (initialzied by zeroes), then devide by the number of additions when reading the average.

You might also consider attaching a small (potentially incomplete) sample program so we ca better see what you have in mind.

0 Kudos
Message 2 of 2
(2,165 Views)