8/10/2023 3:31 PM | |
Joined: 10/8/2018 Last visit: 12/4/2024 Posts: 15 Rating:
|
Hi to all, I want to import data from excel file into HMI TP1200 Comfort panel and after that, data should be transferred to DB in PLC S7-317F-2PN/DP which is connected to that HMI. Excel file needs to have 300 rows and 3 columns, which means that there is 300 records for 3 different data elements. One of those elements is Array of 50 Strings and the other two have Integer values. In PLC I created DB with same elements and same size. We also have option to send it from WinCC Runtime Professional PC Station but I am not sure if it is easier/possible. What is the easiest way to transfer this data from excel file to PLC data block, Many thanks in advance! Greetings! Attachmentexc.zip (372 Downloads) |
9/4/2023 1:23 PM | |
Joined: 8/3/2009 Last visit: 4/25/2025 Posts: 15355 Rating:
|
Hello Stipe91 you could use a Script and write the values to SmartTags. Use as much Arrays as possible then you can work with loops: https://support.industry.siemens.com/cs/ww/en/view/59604194 Bye Murof |
If this Information really helps, you could use the Rate function |
|
9/5/2023 1:17 PM | |
Joined: 10/8/2018 Last visit: 12/4/2024 Posts: 15 Rating:
|
Dear Murof, Thank you! |
Follow us on