02-05-2008 03:30 PM - edited 02-05-2008 03:34 PM
02-07-2008 01:32 PM - edited 02-07-2008 01:32 PM
Hello,
You can program the 4462’s gain using a DAQmx Channel Property Node. The steps for selecting the property can be seen in the attached screenshot. You will want to place down the property node, which can be found on the Functions Palette>> Measurement I/O>> DAQmx>> Channel Node. You can then click on the property and select Analog Input>> General Properties>> Advanced>> Gain>> Gain Value. You can then right click and select “Change all to Write” to make this a control.
Just trying an example voltage program where I was reading a 0-5 V signal with the Maximum voltage set to 3 V did not return any error messages. I will search to see if there is any way to do this and post back if I find anything.
Regards, Mallori M.
02-07-2008 02:44 PM - edited 02-07-2008 02:49 PM
02-08-2008 09:50 AM
02-11-2008 05:44 PM - edited 02-11-2008 05:45 PM
Hi d1sturbanc3,
You can programmatically poll the overload detection circuitry using a DAQmx Read Property Node. You can use the properties Overload Channels Exists, which outputs a true Boolean if an overload occurs, and Overload Channels, which outputs a string indicating the affected channels. You will want to place down the property node, which can be found on the Functions Palette>> Measurement I/O>> DAQmx>> Read Node. You can then click on the property and select Status>> Overload>> And then either property. Both of these properties will need indicators.
Regards, Mallori M.
04-03-2008 01:16 PM