LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

modbus

Dear Sir, Madam,

 

I have a machine TLM2 (engine control device) plugged by TCP/IP port. This device has the following modbus commands are supported by TLM2 .

 

Read Holding Registers (0x03) :

Read access on one ore more subsequent word registers.

Write Multiple Registers (0x10) :

Write access on one ore more subsequent word registers.

 

I would like to know how should I proceed to command this device using Labview.

 

Best regards,

 

Sebastien Champemaud

0 Kudos
Message 1 of 3
(2,757 Views)
You could start with the NI modbus library for a small amount of data.
 
 
If you want to access hundreds of registers, I would recommend the NI DSC module.
 
 
Message 2 of 3
(2,739 Views)
Attached is a small vi using the MODBUS library.  It accesses a Serial MODBUS device.
Jason
.
Message 3 of 3
(2,714 Views)