<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ibhsoftec.com/en/index.php?action=history&amp;feed=atom&amp;title=S7-SoftPLC%3AConfiguring_Modbus_TCP_with_PLC43.INI</id>
	<title>S7-SoftPLC:Configuring Modbus TCP with PLC43.INI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ibhsoftec.com/en/index.php?action=history&amp;feed=atom&amp;title=S7-SoftPLC%3AConfiguring_Modbus_TCP_with_PLC43.INI"/>
	<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=S7-SoftPLC:Configuring_Modbus_TCP_with_PLC43.INI&amp;action=history"/>
	<updated>2026-05-13T18:54:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=S7-SoftPLC:Configuring_Modbus_TCP_with_PLC43.INI&amp;diff=1102&amp;oldid=prev</id>
		<title>Jonas: Created page with &quot;&#039;&#039;&#039;Setting the slaves&#039;&#039;&#039;  Syntax for setting the slaves:  01_parameter phrase for the first Modbus TCP slave  02_parameter phrase for the second Modbus TCP slave  ...  10_para...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=S7-SoftPLC:Configuring_Modbus_TCP_with_PLC43.INI&amp;diff=1102&amp;oldid=prev"/>
		<updated>2013-01-23T06:56:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Setting the slaves&amp;#039;&amp;#039;&amp;#039;  Syntax for setting the slaves:  01_parameter phrase for the first Modbus TCP slave  02_parameter phrase for the second Modbus TCP slave  ...  10_para...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Setting the slaves&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Syntax for setting the slaves:&lt;br /&gt;
&lt;br /&gt;
01_parameter phrase for the first Modbus TCP slave&lt;br /&gt;
&lt;br /&gt;
02_parameter phrase for the second Modbus TCP slave&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
10_parameter phrase for the tenth and last Modbus TCP slave&lt;br /&gt;
&lt;br /&gt;
The parameter phrases of the slaves must be numbered consecutively, otherwise reading the parameters is stopped at the gap.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 01_IPAdr=192.168.0.80&lt;br /&gt;
 02_IPAdr=192.168.0.81&lt;br /&gt;
 06_IPAdr=192.168.0.84&lt;br /&gt;
&lt;br /&gt;
The sequence is stopped at 03_. In this case, only the settings for the slaves from 01_ to 02_ are read.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;PLC43.INI parameterisation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The parameterisation fo the PLC43.INI can be conducted manually or with the help of the user inteface.&lt;br /&gt;
&lt;br /&gt;
 [OEM]&lt;br /&gt;
 ;Name of I/O driver&lt;br /&gt;
 DLL0=ilbeth24.dll&lt;br /&gt;
&lt;br /&gt;
 [ILBETH24]&lt;br /&gt;
 ;general settings&lt;br /&gt;
 TypeFC=0 ;create as FC 0= no (SFC), 1 = yes (FC) (default = 0)&lt;br /&gt;
 StatusSFC=193 ;SFC/FC Number (default = 193)&lt;br /&gt;
 Prio=251 ;Priority of Connect-Thread (default = 251)&lt;br /&gt;
&lt;br /&gt;
 ;first Slave&lt;br /&gt;
 01_IPAdr=192.168.0.21 ;IP address of connection 01&lt;br /&gt;
 01_Port=502 ;Port of connection 01 (default = 502)&lt;br /&gt;
 01_ModbusFC=0x17 ;ModbusFunctionCode of connection 01 (default = 0x17)&lt;br /&gt;
 01_Timeout=2000 ;Timeout of connection in Milliseconds&lt;br /&gt;
 01_AdrPLC_AW=1 ;output word in process image of the PLC of connection 01&lt;br /&gt;
 01_AdrI/O_AW=2 ;output word of I/O-module of connection 01&lt;br /&gt;
 01_Count_AW=1 ;number of output words of connection 01&lt;br /&gt;
 01_AdrPLC_EW=1 ;input word in process image of the PLC of connection 01&lt;br /&gt;
 01_AdrI/0_EW=0 ;input word of I/O-module of connection 01&lt;br /&gt;
 01_Count_EW=1 ;number of output words of connection 01&lt;br /&gt;
&lt;br /&gt;
 ;second slave&lt;br /&gt;
 02_IPAdr=192.168.0.22&lt;br /&gt;
 02_ModbusFC=0x04&lt;br /&gt;
 02_AdrPLC_EW=0&lt;br /&gt;
 02_AdrI/O_EW=0&lt;br /&gt;
 02_Count_EW=10&lt;br /&gt;
&lt;br /&gt;
 ;third slave&lt;br /&gt;
 03_IPAdr=192.168.0.23&lt;br /&gt;
 03_ModbusFC=0x06&lt;br /&gt;
 03_AdrPLC_AW=10&lt;br /&gt;
 03_AdrI/O=0&lt;br /&gt;
&lt;br /&gt;
The number of parameters, that are to be generated for one slave, depends on the used Modbus function (see chart).&lt;br /&gt;
&lt;br /&gt;
To be able to query the current connection status from the PLC program, the driver installs the SFC 193 (as parameterised in PLC43.INI) into the block list of &amp;#039;&amp;#039;S7-SoftPLC.&amp;#039;&amp;#039; This block can be called from the PLC-program, to monitor the hardware status.&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
</feed>