05-18-2011 01:37 PM
Hello,
I had a question on a wiring problem im having. Im trying to convert from the NI 6034E and NI 6703 to NIcDAQ 9172 with modules NI 9205 and NI 9263. How would I transfer the wiring? I know from a 68 pin board its 1 to 1, but there are 30 some odd channels in the NI 9205 and only 4 in each NI 9263 modules (I am using two NI 9263 modules for 6 different AO channels).
Thanks
Solved! Go to Solution.
05-18-2011 03:52 PM
for example would an AI 15 from NI 6034E correspond to AI 15 channel in the NI 9205 module?
05-19-2011 11:10 AM
Hi lakersl,
Thank you for posting on our forums. I understand that you want to know how wiring transfers from one module to another.
Let's start first with the 6034E to the NI 9205 module. The NI 9205 module supports two type of wiring modes, single ended and differential. Single Ended(RSE) wiring is when 1 wire goes to each channel and then those channels are measured from a common ground, where differential uses 2 channels for a single signal. For example the positive of the signal that you are measuring goes to channel AI0 and the negative would go to AI8.
Here is an excerpt from our field wiring guide about differential and single ended: http://zone.ni.com/devzone/cda/tut/p/id/3344
In general, a differential measurement system is preferable because it rejects not only ground loop-induced errors, but also the noise picked up in the environment to a certain degree. The single-ended configurations, on the other hand, provide twice as many measurement channels but are justified only if the magnitude of the induced errors is smaller than the required accuracy of the data. Single-ended input connections can be used when all input signals meet the following criteria.
Differential connections should be used when any of the above criteria are violated.
With differential or single ended you have to make sure that you set your task in LabVIEW or Measurement and Automation explorer to be differential or single ended.
That being said for differential wiring check out the 9205 manual on page 12. For single ended connect the positive channel to whatever channel you are trying to measure and then the negative to the com. An easy check for if you want to make sure that you are wiring something correctly, is to create an analog input task in Measurement and Automation explorer and then choose whether you want Differential or Single Ended (RSE). After choosing this you can then look at the connectiion diagram at the bottom of the screen and it will show you exactly how to wire your device.
For the output of the 9263 you can wire the AO0 as the positive and the COM that is directly below for the negative for your output. That goes for all the channels.
As for your other question as if this is a one to one or not as in AI 15 to AI 15, this is all in how your program is reading the channel. You will have to specify in your program which device and which channel in your device that you are reading, so you can set it up any way you like.
I hope this helps,
Brian P.
05-19-2011 03:30 PM
Thank you. Your post was extremely helpful!
05-19-2011 03:34 PM
I had another question though, The diagram wants me to connect the positive port as well as a negative to different channels. Some say use specific channels for negative, ie AI 21 for example while others just say use the com. Can I just use the com for all the channels?
05-19-2011 03:51 PM
this is with the RSE specification
05-19-2011 03:53 PM
i specified RSE in my DAQ assistant, but cant figure out how to do it in MAX
05-19-2011 03:58 PM
nevermind, figured it out