04-15-2023 08:22 AM
Hi there 🙂
I have created 3 .vi files for my sensors separately, but I want to combine them to be able to read/control all the outputs using 1 vi. One of the vi files was already built by someone else in the lab, and the other 2 I built using DAQ assistant, then expanding on it by adding the calibration curve/filter. Any help with combining these or where to start would be really appreciated. I have 2 temperature sensors (for which i only have 1 .vi, but i either need to learn how to modify it or build another one), 1 pressure transducer and a flowmeter
Thanks in advance!
04-15-2023 04:58 PM
@hamzawy47 wrote:
Hi there 🙂
I have created 3 .vi files for my sensors separately, but I want to combine them to be able to read/control all the outputs using 1 vi. One of the vi files was already built by someone else in the lab, and the other 2 I built using DAQ assistant, then expanding on it by adding the calibration curve/filter. Any help with combining these or where to start would be really appreciated. I have 2 temperature sensors (for which i only have 1 .vi, but i either need to learn how to modify it or build another one), 1 pressure transducer and a flowmeter
Thanks in advance!
Simple State Machine Architecture will solve your Problem, if Read/control of all the outputs/sensor is sequential. Just make a Proper State Machine Architecture (Example: Init, Read Flow Meter, Read Temperature, Read Pressure, Update UI, Exit).
if you want to read all the Outputs in parallel Need to use Parallel loop for Data Acquisition.