09-23-2019 01:46 PM
I would like advice as to whether following design sounds doable and feasible.
I plan to use two National devices, USB-485 and USB-6003 with LabView, The USB-6003 will collect local analog data while the USB-485 will be used to collect distant analog data. The National USB-485 will communicate with custom-made, a non-National RS485 device. The National USB-485 will collect blocks of data (~100k bytes) for display within LabView (along with the USB3003 data).
Three (3) quick questions:
1.) Does this design sound doable and feasible.
2.) Does LabView provide drivers and a DAQ Assistant for the USB-485
3.) Any potential pitfalls or connectivity problems?
Solved! Go to Solution.
09-23-2019 02:03 PM
Hi Chris,
1.) Does this design sound doable and feasible.
Well, yes.
2.) Does LabView provide drivers
Yes.
and a DAQ Assistant for the USB-485
No.
It's a serial port, so you should use VISA functions.
3.) Any potential pitfalls or connectivity problems?
Use smaller data blocks than 100kB! Read the forum on topics about (non) usage of "Bytes at port"…
09-23-2019 02:45 PM
Awesome’ Thanks. Good answer!
Chris.
09-23-2019 02:47 PM
@Chris95370 wrote:
I would like advice as to whether following design sounds doable and feasible.
I plan to use two National devices, USB-485 and USB-6003 with LabView, The USB-6003 will collect local analog data while the USB-485 will be used to collect distant analog data. The National USB-485 will communicate with custom-made, a non-National RS485 device. The National USB-485 will collect blocks of data (~100k bytes) ...
3.) Any potential pitfalls or connectivity problems?
RS-485 is a transmission line
Long runs at high transfer rates demand you adhere to the specs of RS-485 including max cable length, shielding, impedance of the cable, and termination of the lines at both ends.
Failure to do so could result in something that works fine on the bench but is dodgy when used in the final solution.
There are RS-485 extenders/repeaters available from Black Box and the like.
Have fun!
Ben
09-23-2019 03:25 PM
Thanks for your advice.
I’ll watch lengths and potential noise problems on the 485 lines.
Chris.