From 06fc2ca58dce8464f6b6622c6e5ee1071280321a Mon Sep 17 00:00:00 2001 From: alxcor <56152201+alxcor@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:11:02 +0300 Subject: [PATCH] update 230801 --- README.md | 7 ++++--- docs/index.html | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 616f473..15bd9a3 100644 --- a/README.md +++ b/README.md @@ -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
+Save settings with "Save" button ## More Settings @@ -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 @@ -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.* diff --git a/docs/index.html b/docs/index.html index 1fef377..38a6397 100644 --- a/docs/index.html +++ b/docs/index.html @@ -190,7 +190,7 @@

MCP I/O Addresses

Settings for connection: MCP Input and Output addresses:

MCP1: I/O addresses of the first MCP.

- MCP2: I/O addresses of the 2-nd MCP.

+ MCP2: I/O addresses of the 2nd MCP.

Act.: I/O addresses used by VirtualMCP. Editable fields.

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.

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.

@@ -230,7 +230,7 @@

More Settings

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


@@ -253,7 +253,8 @@

More Settings

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 (by Davide Nardella). + - The project uses Snap7 under LGPL3 License to communicate with the Sinumerik/Sinamics/Step7 equipment.
+ - The project uses Qt under LGPL3 License.