LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How does my first FPGA VI look?

Solved!
Go to solution

first fpga.png

 

Just wondering if this is a good, efficient vi for what I'm trying to do. I'm reading values from an NI 9244 c-series module. 3 separate analog inputs and getting the RMS voltage of each. The only other way I thought to do it was to put all 3 into the same loop, and to be honest I have no idea which one would be better. I'm kinda just guessing right now.

0 Kudos
Message 1 of 3
(1,303 Views)
Solution
Accepted by topic author David99999

I would put them all in a single loop.  It would only require 1 delay.  You could also expand the IO node to read all 3 AI in a single node.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(1,276 Views)

Oh duh! I forgot about expanding the node. Thank you!

0 Kudos
Message 3 of 3
(1,243 Views)