LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Question on Serial Communication

Solved!
Go to solution

I currently have a torque transducer that sends it torque information with RS-485 serial. I have the data protocol and I am wondering if I can take the two data wires from the RS-485 interface and wire them directly onto a BNC connection to acquire the data? I have a power supply to excite the transducer with 12V. 

0 Kudos
Message 1 of 4
(2,987 Views)

A BNC connected to what?

 

You do know that RS-485 is a data connection, not an analog voltage you can read with a DAQ right? 

 

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 4
(2,967 Views)

Good luck figuring out what the data actually means if you do use an Analog Input.  Use a part that does the decoding for you and just shows up as a serial port.  Life gets A LOT easier that way.

 

To get you started: https://www.ni.com/en-us/shop/category/gpib-serial-and-ethernet.html?productId=118842

Limit to RS-485 devices and choose the type of connection to your computer that you need (PCI, PXI, USB).

 

You could probably find some cheaper USB-RS485 adapters with a simple Google search.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 4
(2,955 Views)
Solution
Accepted by topic author Nemord

Building on what crossrulz said I would suggest something like this http://www.ftdichip.com/Products/Cables/USBRS485.htm

 

USB-RS485-WE-1800-BT

This will install a "virtual com port" and communicating with your RS-485 device will be no different than communicating with any other serial device using VISA.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 4 of 4
(2,951 Views)