4/20/2021 10:11 AM | |
Joined: 10/10/2005 Last visit: 11/27/2024 Posts: 1921 Rating: (136) |
Hello Guido, there is an application example in the internet and it could be helpful for you. Creating and using user-defined web pages on S7-1200 / S7-1500 With best regards |
4/20/2021 4:10 PM | |
Joined: 7/7/2010 Last visit: 12/11/2024 Posts: 15491 Rating: (2456)
|
There are many ways to accomplish the goal of capturing data from a PLC onto a PC. If you want to use JSON, you might consider looking at the OSCAT.de network library ( http://www.oscat.de/images/OSCATNetwork/oscat_netlib121_en.pdf documentation ) If you want fast, you might consider a custom VB/C# application to capture data via UDP If you want reliable and pretty fast, a custom VB/C# application to capture data via TCP/IP If you want not so fast and relatively open standard, OPC/UA with recent firmware revision If you want it slow, you can do the datalog and scheduled CURL scripts method to log data that is polled and retrieved periodically.
|
science guy |
|
Follow us on