<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.larnitech.com/index.php?action=history&amp;feed=atom&amp;title=Modbus_TCP%2Fen</id>
	<title>Modbus TCP/en - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.larnitech.com/index.php?action=history&amp;feed=atom&amp;title=Modbus_TCP%2Fen"/>
	<link rel="alternate" type="text/html" href="https://wiki.larnitech.com/index.php?title=Modbus_TCP/en&amp;action=history"/>
	<updated>2026-04-08T09:46:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://wiki.larnitech.com/index.php?title=Modbus_TCP/en&amp;diff=7924&amp;oldid=prev</id>
		<title>FuzzyBot: Updating to match new version of source page</title>
		<link rel="alternate" type="text/html" href="https://wiki.larnitech.com/index.php?title=Modbus_TCP/en&amp;diff=7924&amp;oldid=prev"/>
		<updated>2022-01-15T17:23:23Z</updated>

		<summary type="html">&lt;p&gt;Updating to match new version of source page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
==ModBus TCP Plugin installation &amp;amp; configuration==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Make sure you have ModBus TCP licenses&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus1.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Make sure you have the latest versions of LT Setup, LT Server, ModBus TCP plugin installed&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus2.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Configure plugin before enabling.&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus3.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus4.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus5.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''IP''' - IP address of a ModBus TCP device, make sure that you can ping this device&amp;lt;br&amp;gt;&lt;br /&gt;
'''Port''' - 502 it is default port in most cases, but check documentation of your ModBus TCP device&amp;lt;br&amp;gt;&lt;br /&gt;
'''Master/Slave''' - this option means that you add a Master device or Slave device&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Enable plugin.&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus6.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Scripts page and create Blockly script&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus7.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Add ModBus block from Other tab&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus8.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Choose ModBus TCP com-port from dropdown list and fill other fields. Save script and try it.&lt;br /&gt;
&amp;lt;br&amp;gt;[[file:newmodbus9.png|700px|link=]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Logs==&lt;br /&gt;
 Starting Service of MODBUS TCP plugin for Larnitech system...&lt;br /&gt;
 Started Service of MODBUS TCP plugin for Larnitech system.&lt;br /&gt;
 Compiled: Jul  7 2021 13:59:57&lt;br /&gt;
 INF: Settings:&lt;br /&gt;
 INF: debug yes '''- Debug mode is enabled'''&lt;br /&gt;
 INF: modbus-devices 192.168.1.110:502:0&lt;br /&gt;
 INF: Modbus 192.168.1.110:502:0 thread created&lt;br /&gt;
 INF: Modbus 192.168.1.110:502:0 thread started&lt;br /&gt;
 DEBUG: Modbus client: connected to 192.168.1.110:502:0''' - Plugin connected to the device'''&lt;br /&gt;
 DEBUG: Modbus client: waiting for messages for 192.168.1.110:502:0&lt;br /&gt;
 DEBUG: Add message 01050011FF00 to 192.168.1.110:502:0 queue&lt;br /&gt;
 DEBUG: Modbus thread unlocked for 192.168.1.110:502:0&lt;br /&gt;
 DEBUG: Modbus client: send packet to 192.168.1.110:502:0 0x01050011FF00''' - Send ‘ON’ to first coil'''&lt;br /&gt;
 DEBUG: Modbus client: confirmation from 192.168.1.110:502:0 0x01050011FF00 '''- Right feedback from the device'''&lt;br /&gt;
 DEBUG: Modbus client: waiting for messages for 192.168.1.110:502:0&lt;br /&gt;
 DEBUG: Add message 010500110000 to 192.168.1.110:502:0 queue&lt;br /&gt;
 DEBUG: Modbus thread unlocked for 192.168.1.110:502:0&lt;br /&gt;
 DEBUG: Modbus client: send packet to 192.168.1.110:502:0 0x010500110000''' - Send ‘OFF’ to first coil'''&lt;br /&gt;
 DEBUG: Modbus client: confirmation from 192.168.1.110:502:0 0x010500110000''' - Right feedback from the device'''&lt;br /&gt;
 DEBUG: Modbus client: waiting for messages for 192.168.1.110:502:0&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>