Prev: Using Event Structures with Array of Clusters
Next: Ho do I get this working again with LV v8? --- Was: Hidden Controls
From: seb123456_1999 on 5 Aug 2008 06:10 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
From: unclebump on 5 Aug 2008 08:40 You could start with the NI modbus library for a small amount of data. <a href="http://sine.ni.com/devzone/cda/epd/p/id/4756" target="_blank">http://sine.ni.com/devzone/cda/epd/p/id/4756</a> If you want to access hundreds of registers, I would recommend the NI DSC module. <a href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/10418" target="_blank">http://sine.ni.com/nips/cds/view/p/lang/en/nid/10418</a>
From: JTerosky on 6 Aug 2008 08:40
Attached is a small vi using the MODBUS library. It accesses a Serial MODBUS device. MB Serial Query3.vi: http://forums.ni.com/attachments/ni/170/347032/1/MB Serial Query3.vi |