03-04-2025 01:44 PM
Hello,
I have an manufacturer VI for measuring power on the Boonton 4000 series power sensor. The VI is set up to find the resources connected (via USB) and then select the 1st one in the returned array and then initiate a measurement and to read the measurement and close. I am having trouble adding the 2nd sensor, one for forward power and one for the reverse power. It seems to me that I would take the same structure and just apply the same process to the index from the find resources node. It is detecting and showing both of the power sensors, but only one is returning values. My guess is that these two processes are stepping on each other somewhere. Do I need to bundle these together and then unbundle them after the read function? What is the strategy for running the same acquisition on both power sensors simultaneously?
I have attached the sample VI for reference.
Thanks!
Solved! Go to Solution.
03-05-2025 12:52 AM - edited 03-05-2025 12:52 AM
Hi jacob,
@wwjacobd wrote:
It seems to me that I would take the same structure and just apply the same process to the index from the find resources node. It is detecting and showing both of the power sensors, but only one is returning values. My guess is that these two processes are stepping on each other somewhere. Do I need to bundle these together and then unbundle them after the read function? What is the strategy for running the same acquisition on both power sensors simultaneously?
This is how your VI looks like without the needed driver installed:
03-05-2025 08:24 AM
Thank you! I wasn't even aware that the index array function could be expanded and that seems to have been the culprit.