7/30/2019 9:27 AM | |
Joined: 8/3/2009 Last visit: 9/15/2025 Posts: 16409 Rating:
|
Hello I would define a default Archived Tag in the Trend. then you can use the following FAQ, its quite the same as in TIA Portal: https://support.industry.siemens.com/cs/ww/en/view/10259719 Bye Murof |
If this Information really helps, you could use the Rate function |
|
This contribution was helpful to
1 thankful Users |
7/31/2019 1:54 PM | |
Joined: 5/8/2016 Last visit: 2/15/2024 Posts: 167 Rating:
|
thank you Murof problem is solved The attached picture for the c script using wincc professional v14 |
A lot of potential remains |
|
7/29/2020 11:25 AM | |
Joined: 1/31/2011 Last visit: 2/26/2024 Posts: 1 Rating:
|
Hi ahmed hamad, Can you please explain more i am also facing same issue. I have gone through the script but it is giving error. Please brief more hoe to link the script in picture window.
|
6/11/2021 10:36 AM | |
Joined: 10/18/2018 Last visit: 11/30/2024 Posts: 14 Rating:
|
Hi Electro Hamad, I encounter the same problem can you discuss specific each steps you made to solve the problem? |
8/22/2022 2:34 AM | |
Joined: 8/29/2008 Last visit: 8/11/2025 Posts: 13 Rating:
|
Actually, Electro Hamad's link can help you easy to make this function. https://support.industry.siemens.com/cs/ww/en/view/10259719 Maybe you don't understand how to do it. 1.Make a button and set "Events->Click" or others use C script or VB script 2.Make a object "f(x) trend view) and set object name to example "Trend_X" 3.You need write your script. C script use function -> SetPropertyByConstant Example: SetPropertyByConstant("Your screen name","Trend_X","TrendIndex", "1"); // 1 is first trend,if your have other trend,please use 2.....to more SetPropertyByConstant("Your screen name","Trend_X","TrendTagName","Your tagname"); //Tag name need include "Data logs->Name" , example "Log1\\Logging tags name" SetPropertyByConstant("Your screen name","Trend_X","Caption","What name you want show"); |
8/28/2024 12:52 AM | |
Joined: 8/20/2019 Last visit: 2/11/2025 Posts: 18 Rating:
|
Hi electro hamad, |
10/1/2024 11:17 AM | |
Joined: 8/29/2008 Last visit: 8/11/2025 Posts: 13 Rating:
|
Yes,you need create archive and logging tag first |
Follow us on