05-01-2018 09:16 AM
Is there an additional module we need to connect the NI9213 to cDAQ-9189 or does ethernet connect the two directly?
Is an additional power source needed for the NI9213's if connect via ethernet?
Does cDAQ9189 allow 8x modules to be connected via ethernet?
Thanks
Solved! Go to Solution.
05-02-2018 11:35 AM
Hi friend
I will try to address each question following:
05-02-2018 04:54 PM
Thank you for your response, but I guess I wasn't clear enough with my question.
I was hoping that the TC module would connect to the chassis via ethernet so that I don't have to us up so much TC wire. But apparently there is no such thing as "external modules", maybe that's something for the idea hardware forum.
I'm not sure what connector is in the back of the modules, if it's a standard type port then wouldn't it be possible to jerry-rig a cable from module to chassis?
05-03-2018 11:21 AM
In my opinion, it would be really dangerous for the device to use it without using the chassis. This is because it will be difficult to determine what every pin on the back side of the module does. Additionally, the chassis provide peak current protection that could save the device in an extreme condition. If you would like to use a device stand alone, I would recommend a USB device, like USB-6002.
USB-6002
http://www.ni.com/en-us/support/model.usb-6002.html
Have a great day friend
05-03-2018 12:14 PM
Do you know if I need to have differential analog inputs for TC's or will single ended work fine?
Also, I would need to hook up at least 4x of these modules and run them simultaneously within our labview data logging program. Is there a way to combine the usb signals from multiple modules and still get accurate temp readings?
Thanks
05-03-2018 01:27 PM
The USB-6002 probably doesn't have enough resolution to be suitable for thermocouple measurements.
If you want to reduce the length of the thermocouple wire, you could use the NI 9213 (or perhaps a lower channel-count module) in a single-slot chassis (cDAQ-9171 for USB, cDAQ-9181 for Ethernet) that is placed closer to your measurement site. Apologies for the hastily-drawn-in-MSPaint diagrams, but it would turn a topography like:
into:
Note that the single-slot chassis do not support cross-device synchronization, which means that channels between them cannot be placed into the same DAQmx Task-- however, you can have a DAQmx Task for each chassis, then combine the readings on the PC side.
05-03-2018 02:27 PM
I'll have to keep doing some digging, but it looks like my options are pretty limited at this point.
Depending on which is the more inexpensive solution, i'll probably go with something like number 2. Do you have any recommendations for what might exist in the red circle?
05-03-2018 03:09 PM
USB hub (if you go with the cDAQ-9171) or Ethernet switches (cDAQ-9181).
05-03-2018 04:28 PM
Cool, thank you for your help!