05-21-2017 02:44 PM
I'm trying to create a UI wrapper for some generic NI channel information. Some of the modules are force/pressure bridge-type modules, such as the NI 9236. There are a number of bridge choices (AIBridgeConfiguration), ranging from no bridge, quarter bridge ... up to full bridge. I know how to set the value, but I can't figure out how to determine what the valid choices are for each module using the NI driver. Looking through the choices for the DAQmx.Device class, I just don't see anything. Can anyone help me with this?
05-31-2017 07:38 AM
Hi CVERLIE,
I would take a look in MAX. Create the type of task that you want with the corresponding module/lines. Once the task is created it will give you a configuration section that you will be able to see the different settings that you can set your task to.
Other than that, just take a look at the spec sheet, it lists there that the 9236 is a 350Ω quarter bridge module.
regards,
pat