Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
newshade committed May 6, 2020
1 parent 5495dba commit 092b23f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# S7-1x00_DataLog_Download
A bunch of scripts for automating of DataLogs download via SIMATIC S7-1200/1500 Webserver. As of FW V4.2 the way of accessing DataLogs and other files on webserver has been changed, due to security issues. Now direct access is not permitted, all files can only be downloaded using the referer, which makes webserver actions "automation" a bit more difficult.
A bunch of scripts for automating of DataLogs download via SIMATIC S7-1200/1500 Webserver.
<br /><br />
Currently tested on:
<ul>
<li>S7-1200 FW V4.4</li>
<li>S7-1200 FW V4.4 (works partly)</li>
<li>S7-1500 FW V2.8</li>
</ul>
<br /><br />
Creating ZIP archive on S7-1200 does not work well for too many DataLogs due to very low webserver performance. Hopefully this will change in the next HW or FW version. There's alternative option <strong>in preparation</strong> with downloading all DataLogs one after another.
<br /><br />
Setting up:
<br />
<ul>
<li>Set the protocol before IP address in the script based on your S7-1x00 webserver setting (HTTP or HTTPS)</li>
<li>Set the IP address</li>
<li>Upload all files from the repo's subdirectory to your webserver (with all sub-scripts and libraries)</li>
<li>Do not insert .js extension to the section "files with synamic content" in your webserver settings</li>
<li>Change the main page from "index.htm" to "index.html" in your webserver settings</li>
Expand Down

0 comments on commit 092b23f

Please sign in to comment.