2/21/2012 9:37 PM | |
Posts: 18 Rating: (2) |
No ideas how to get a graph / chart on the Web Server? |
2/24/2012 10:31 AM | |
Joined: 9/23/2005 Last visit: 1/22/2025 Posts: 4396 Rating: (1464)
|
Hi, the easy way would be to store the data as .csv archive by data log functions Sample program: S7-1200 and DATA LOGhttps://www.automation.siemens.com/BR/tf/WW/en/Posts/57715#top |
Denilson Pegaia |
|
2/24/2012 3:09 PM | |
Posts: 18 Rating: (2) |
Hi, thanks for your relpy. I thought of this option as well but how can I present a graph / chart of this data in real time? |
3/18/2012 12:49 AM | |
Posts: 18 Rating: (2) |
Hi, I have a user defined web site running on the S7-1200 which shows different temperatures. This web site is very simple. On a separate linux server (ubuntu 11 server), a cron job is loading my user defined web site and stores it every 5 Minutes to a file using the command wget. A shell script extracts only the values using the commands grep and sed. This is done with all the different values. It is possible to collect more than one value as well. The shell script is called from cacti every 5 minutes. Example: The web site shows -> Air Temperature: 24.65 °C The shell script will deliver only the value 24.65 Cacti is a GUI for the RRDTool, which is designed to collect data from network devices using SNMP. Nevertheless there is a possibility to call a script to provide the value without using SNMP. I used this guide to install ubuntu: http://www.ubuntugeek.com/step-by-step-ubuntu-9-10-karmic-lamp-server-setup.html Then I used this guide to install cacti: It took some time to understand cacti. You have to follow the manual exactly. |
This contribution was helpful to1 thankful Users |
3/8/2017 6:43 PM | |
Posts: 3 Rating: (0) |
Hi! The link mentioned before does not longer works:
Sample program: S7-1200 and DATA LOGhttps://www.automation.siemens.com/BR/tf/WW/en/Posts/57715#top So it is not possible to create a graph in the web server? Even with the .csv file? Is it only possible in an external excel? Thanks! |
Last edited by: elena_aparicio at: 3/8/2017 6:44:11 PM |
|
3/9/2017 10:34 AM | |
Joined: 11/16/2012 Last visit: 11/29/2024 Posts: 307 Rating: (52) |
This Siemens sample uses a graph on user defined webpage: https://support.industry.siemens.com/cs/ww/en/view/109739414 |
This contribution was helpful to1 thankful Users |
Follow us on