03-15-2016 11:14 AM
I need to get onscreen display and user interfaces using labview and data logging in excel.
Different sensors like RTD,Barometer,RH sensor,Proximity sensor with rs232 outputs are to be connected to the computer using rs232-usb cables
and usb hub.
As im new to this and moreover instrumentation is not my field,its very confusing for me to understand all these.
So someone please explain the steps in details to execute this work with prev discussion thread links or youtube links to get a clear picture
Thanks in advance...
03-15-2016 11:28 AM - edited 03-15-2016 11:31 AM
NI-VISA is the LabVIEW driver for communicating with RS-232 instruments. I suggest you take a look at the examples which are built into LabVIEW. Go to 'help' -> 'find examples...' and type in VISA and you will get lots of examples which you can use to try to communicate with one of your devices. You will need to know the format of the commands/responses from each device (from the manufacturer datasheet).
If you are new to LabVIEW - there are lots of free tutorials/training available - I suggest you spend a few hours going through some of the basic introductions and then come back when you have more specific questions and/or some code to show us.
Here's a link: https://www.ni.com/getting-started/labview-basics/
Oh...very similar post from 2 weeks ago here: http://forums.ni.com/t5/LabVIEW/Connecting-sensors-with-rs232-output-to-computer/m-p/3259757#M950764