LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I write VISA in labview to communicate with instrument using RS485

my instrument has a Modbus communication procotol, how can I use VISA write or read to communicate with the instrument? Thanks!
0 Kudos
Message 1 of 3
(2,774 Views)
RS485 is simply a physical-layer protocol defining pinouts, signal levels and the like. To make the connection you need either an RS232-RS485 converter (check with BlackBox) or an RS485 serial IO card (check with NI). Either way, there should be no changes required to you Modbus drivers or other software.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,774 Views)
You may need to set the transceiver mode of the IO card - which is done either in the control panel or via an IOCTL/VISA call (depending on the manf of the card).
0 Kudos
Message 3 of 3
(2,774 Views)