Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Additional libraries listed
  • Loading branch information
newshade authored Sep 3, 2020
1 parent 19ca26d commit d0bf541
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# S7-1x00_DataLog_Download
# S7-1x00 DataLog Download
A bunch of scripts for automating of DataLogs download via SIMATIC S7-1200/1500 Webserver.
<br /><br />
Currently tested on:
Expand All @@ -12,7 +12,13 @@ Creating ZIP archive on S7-1200 does not work well for too many DataLogs due to
Setting up:
<ul>
<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>Do not insert .js extension to the section "files with dynamic content" in your webserver settings</li>
<li>Change the main page from "index.htm" to "index.html" in your webserver settings</li>
<li>The scripts do not take user authentication into consideration thus it is necessary to set files permission to "Everyone" in your webserver settings</li>
</ul>
<br /><br />
The script uses additional libraries (available on MIT license) listed below:
<ul>
<li>https://github.com/Stuk/jszip</li>
<li>https://github.com/eligrey/FileSaver.js</li>
</ul>

0 comments on commit d0bf541

Please sign in to comment.