‎07-28-2009 04:32 PM
Solved! Go to Solution.
‎07-29-2009 06:48 PM
Keep in mind exceeding the rated voltages indicated in the NI 9234 Operating Instructions and Specifications will damage the device. Stopping the program in LabVIEW will not prevent the device from receiving the signal. To ensure you are not exceeding this voltage, I recommend setting up external circuitry that prevents voltage overloading.
Regards,
Glenn
Applications Engineer
National Instruments
‎07-29-2009 08:07 PM
‎07-30-2009 07:28 PM
As you mentioned, since the "Overload Channels Exist" property node is not supported by the 9234, I recommend setting up a comparator statement in your code from your DAQmx read and wiring the result to the stop terminal of your while loop.
Hope this helps!
Glenn
‎07-31-2009 09:53 AM
Would I use the "Limit Test" vi to verify the limit boundaries? If so, how do I use the "test passed" boolean to stop the entire vi if the limits are exceeded? Please provide a sample vi if possible. Thank you for your patience.
-Rob
‎08-03-2009 03:16 PM