02-28-2016 09:13 AM - edited 02-28-2016 09:19 AM
As a part of my project I need to display & log the readings/test results of different types of sensors (RTD,Barometer,RH Sensor,Proximity sensor) with rs232 outputs into Labview software.
For this,can i simply connect them to my computer using rs232-usb converter or do i need a data aquisition device to convert the analog signals into digital signals?
If yes,please suggest an appropriate device for my requirement.Im trying to keep it simple and complete this project within a limited budget
Thanks in advance
Solved! Go to Solution.
02-28-2016 09:19 AM
Sensors with RS-232 outputs have already done the analog to digital conversion. You just need the RS-232 to USB converter. Many people have reported on the Forums that converters with FTDI chips seem to have fewer problems than other devices.
You will also need the communications protocol from the sensor manufacturers to set the serial port parameters properly and to decode the results.
Lynn
02-28-2016 09:20 AM
02-28-2016 09:30 AM - edited 02-28-2016 09:38 AM
Thanks for your quick responses.
Is it really possible to read the signals if i connect different sensors to a usb hub using rs232-usb cables?
How can it shows signals from different sensors when i connect in a single usb port?
02-28-2016 09:36 AM
02-28-2016 02:37 PM
@tramp094 wrote:Thanks for your quick responses.
Is it really possible to read the signals if i connect different sensors to a usb hub using rs232-usb cables?
How can it shows signals from different sensors when i connect in a single usb port?
Typically you would connect an externally powered USB Hub to you computers USB Port then connect a USB-RS232 converter to each device.
The USB Standard and VISA hadles assigning the resources needed to sepeate the data from the devices and you don't really need to worry about how. YEA LabVIEW!