Skip to content

Commit

Permalink
update 230801
Browse files Browse the repository at this point in the history
  • Loading branch information
alxcor committed Aug 1, 2023
1 parent 507be49 commit 06fc2ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You may activate the 'Control' Mode for keys by pressing (Click) the 'Read-Only

![Connection](/docs/images/button_save.png)

Save settings with "Save" button<br>
Save settings with "Save" button

## More Settings

Expand All @@ -76,7 +76,7 @@ autoreconnect=false ;When true: If connection is lost or not possible, the
reconnect_time=5 ;Number of seconds between two connection attempts
[server] ;PLC CPU address
address=192.168.214.1 ;PLC CPU IP Adress
address=192.168.214.1 ;PLC CPU IP Address
rack=0 ;PLC CPU Rack number, default 0
slot=2 ;PLC CPU Slot number, default 0 for S7-1500 or 2 for S7-300
Expand All @@ -97,5 +97,6 @@ Versions:
- v20.05.23: MCP Settings (number of MCP modules and MCP addresses) are read from online system on connection.
- v20.05.14: Simulate MCP483, MCP310; selection of 'Read-Only' or 'Control Keys' sau 'Control Keys and Override'.

*Project build on Qt5, using Snap7.*
*- The project uses Snap7 under LGPL3 License to communicate with the Sinumerik/Sinamics/Step7 equipment.*
*- The project uses Qt under LGPL3 License.*

7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h2>MCP I/O Addresses</h2>
<p>
Settings for connection: MCP Input and Output addresses:<br><br>
<b>MCP1: </b>I/O addresses of the first MCP.<br><br>
<b>MCP2: </b>I/O addresses of the 2-nd MCP.<br><br>
<b>MCP2: </b>I/O addresses of the 2nd MCP.<br><br>
<b>Act.: </b>I/O addresses used by VirtualMCP. Editable fields.<br><br>
For a Sinumerik CNC, the Machine Control Panel (MCP) is considered an Input/Output board of the PLC. In a simplified view we may consider the keys, the Override switches and the 'Access Key' 'connected' to Inputs of the PLC and the LED's of the keys controlled bu PLC outputs.<br><br>
In order to configure the MCP, the Manufacturer of the machine (OEM) has to define the number of panels used and the corresponding I/O addresses of the MCP boards by parameterize the FB1,DB7 call in the OB100.<br><br>
Expand Down Expand Up @@ -230,7 +230,7 @@ <h2>More Settings</h2>
<b>reconnect_time=</b>5 <i>;Number of seconds between two connection attempts</i><br>
<br><br>
<b>[server]</b> <i>;PLC CPU address</i><br>
<b>address=</b>192.168.214.1 <i>;PLC CPU IP Adress</i><br>
<b>address=</b>192.168.214.1 <i>;PLC CPU IP Address</i><br>
<b>rack=</b>0 <i>;PLC CPU Rack number, default 0</i><br>
<b>slot=</b>2 <i>;PLC CPU Slot number, default 0 for S7-1500 or 2 for S7-300</i><br>
<br><br>
Expand All @@ -253,7 +253,8 @@ <h2>More Settings</h2>
<b>v20.05.23:</b> MCP Settings (number of MCP modules and MCP addresses) are read from online system on connection.<br>
<b>v20.05.14:</b> Simulate MCP483, MCP310; selection of 'Read-Only' or 'Control Keys' sau 'Control Keys and Override'.<br>
<br>
<i>Project build on Qt5, using Snap7 (by Davide Nardella).</i>
<i>- The project uses Snap7 under LGPL3 License to communicate with the Sinumerik/Sinamics/Step7 equipment.<br>
- The project uses Qt under LGPL3 License.</i>
</p>
</li>
</ul>
Expand Down

0 comments on commit 06fc2ca

Please sign in to comment.