LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MODBUS STRING transfer

hi 
i want to implement modbus RTU protocol to automate an equipment.
In the manual the hex stgring written is 01 02 00 02 00 0125 f9
how can i send it through VISA write ???

0 Kudos
Message 1 of 2
(2,647 Views)
If this is the exact string you dont need the modbus library, just open a visa session, configure the serial port to match your modbus settings and then do a visa write, make sure the srting you send the the HEX version and not the ascii version.  One common pitfall is that serial settings are not the same as the instrument, make sure all matches.
 
Paul
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 2
(2,642 Views)