08-05-2016 02:03 AM
Hi All,
Having completed my first project in Labview I have another but I'm not sure where to start. I have a mass flow controller which has an RS-485 communications protocol. In the past I have used some old propietry software and a RS-485/USB converter to control the controller and read it's output. However, the software no longer works on the new platforms and I would like to use Labview to interface with the controllers. The problem is, I am new to the world of instrument communications and don't know where to start.
My initial questions are:
I have a couple of good books and of course the vast resources of the internet but it would be great to get some pointers in the correct direction.
I look forward to some responses.
08-05-2016 02:13 AM
Hi doljam,
after installing this USB-RS485 stick you should have an additional COM port available. From LabVIEW you use the VISA Serial functions to communicate over COM ports…
I am new to the world of instrument communications and don't know where to start.
To start communication with your device you should read it's manual. THere you will find all information needed (commands, expected responses)!
08-05-2016 08:13 AM
Hi and thanks for the response.
By checking my device, would you mean the USB-485 device or the device that this is going to be connected to.
Many thanks
08-05-2016 08:27 AM
08-07-2016 10:49 PM
Hi,
I have just checked the manual for the instrument and unfortunately there is nothing in it which tells me anything about commands etc. Apparently it can operate on a ProfiBus network if that would be of any help,
If I was to use the serial write and read commands in Labview to try and communicate with the instrument, would there be special commands to establish communications with the instrument and would I have to use the Serial Write command to do this. Alternatively, would there be a generic command to "wake up" the instrument.
And lastly, could I just use the serial write command without specifying anything in the data to send?
Sorry for all the questions.
08-08-2016 01:32 AM