2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

44_S7.pm: fix Documentation

git-svn-id: https://svn.fhem.de/fhem/trunk@13564 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-01 15:41:37 +00:00
parent 7002566cbd
commit d49e840a67

View File

@ -1156,12 +1156,10 @@ When data on the clients modules is set then the client module updates the inter
<li>rack rack of the PLC</li>
<li>slot slot of the PLC</li>
<li>Interval Intervall how often the modul should check if a reading is required</li>
</ul>
<br>
</ul>
Note: For Siemens logo you should use a alternative (more simply configuration method):<br>
define logo S7 LOGO7 10.0.0.241
</ul>
</ul>
<br>
Note: For Siemens S5 you must use a alternative (more simply configuration method):<br>
define logo S7 S5 /dev/tty1
@ -1176,6 +1174,8 @@ The following attributes are supported:<br>
<li>MaxMessageLength</li>
<br>
MaxMessageLength ... restricts the packet length if lower than the negioated PDULength. This could be used to increate the processing speed. 2 small packages may be smaler than one large package
</ul>
</ul>
=end html
@ -1232,12 +1232,10 @@ When data on the clients modules is set then the client module updates the inter
<li>rack rack of the PLC</li>
<li>slot slot of the PLC</li>
<li>Interval Intervall how often the modul should check if a reading is required</li>
</ul>
<br>
</ul>
Note: For Siemens logo you should use a alternative (more simply configuration method):<br>
define logo S7 LOGO7 10.0.0.241
</ul>
</ul>
<br>
Note: For Siemens S5 you must use a alternative (more simply configuration method):<br>
define logo S7 S5 /dev/tty1
@ -1252,6 +1250,9 @@ The following attributes are supported:<br>
<li>MaxMessageLength</li>
<br>
MaxMessageLength ... restricts the packet length if lower than the negioated PDULength. This could be used to increate the processing speed. 2 small packages may be smaler than one large package
</ul>
</ul>
=end html_DE
=cut
=cut