11-18-2021 06:54 PM
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.
Solved! Go to Solution.
11-18-2021 09:36 PM
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.
11-19-2021 09:17 AM
Oh duh! I forgot about expanding the node. Thank you!