9/16/2016 12:27 PM | |
Joined: 6/3/2014 Last visit: 4/16/2025 Posts: 660 Rating:
|
Hello thescottishfold, here is an application example that Shows how to save and recall data in a structured manner over several days. You could implement a simpler version, because you only need to save it for two days.
It is possible to write into the internal Memory (use // instead of a USB/SD path), but it is NOT recommended:
Is the panel in a network? You could save the data to a PC or similar in the network.
It is also possible to show the trend of a log outside the panel on a PC:
The size of you log and the length is deteminded by how often you log the value. WinCC gives you an estimate of the file size in the proberties of the log. If you compile the panel project you can see how big the project is. (X used Bytes of Y possible Bytes). Y is the size of the usable internal memory you where asking for. |
Last edited by: H.J. at: 9/16/2016 12:36:00 PM~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ★ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ |
|
This contribution was helpful to
1 thankful Users |
9/17/2016 1:25 PM | |
Joined: 9/29/2015 Last visit: 3/6/2023 Posts: 63 Rating:
|
Hello H.J. , Thank you for the detailed answer, it helped me a lot. I used the sample program that you posted.
|
Follow us on