Hello,
I need to log information of load cells (NI9219) and strain gauges (NI9237) with a compactDAQ 9178. This logging will be discontinous. Let's say 10 minutes logging and 50 minutes nothing (repeating). The logging has to be triggered by a digital edge. The digital signal is continious and when it falls the logging has to stop. I thought of using a while loop with a case structure within. The case structure has 2 cases with one for logging and the other one doing nothing (state machine). So the first case must be activated by the trigger signal. But how do you do this? I know the basics of labview but I never worked with DAQ-assistant before...
If anyone could help, I'll appreciate it very much
Thank you