06-25-2015 12:54 PM
1. You top part needs to be in a loop
2. I would use a notifier here to send the aquisition result to the upper loop.
06-25-2015 04:38 PM
My phrasing was wrong. The while loop containing the data acquisition from the Keithley 2000 should be running in parallel with the case structure containing the actuator controls. Should these two be contained in a single, large while loop in order for this to be successful?
06-26-2015 10:50 AM
Ok, I re-did the program. Instead of having nested case structures, I have a single case structure that is controlled by inputs from an array. I also expanded the while loop to contain the motor controls and data acquisition. Unfortunately, the motor controls still do not work, and the data writing part only collects a single point of data.
Any ideas on how to have continuous data collection and motor control? Again, I attached a copy of the vi.
06-26-2015 10:35 PM
06-26-2015 10:38 PM
06-26-2015 10:54 PM