Hello. thank you very much for the detailed review. Could you post the script? and I have a question, maybe you can tell me how to make a dynamic scale? so that the trend window opens with its own scale for different parameters. I'm not good at visual basic.
working on it... The trend control allows you to have different scales for each trend pen, if you want. It would just be a matter of creating the value windows then assigning the trend to the desired scale.
I implemented this in the ANSI c programming language, selecting values from the sensor settings window. The question is how to implement this in the vb programming language?
Thank you for sharing your knowledge with us. How can I achieve this on WinCC professional in TIA. Each faceplate Trend button should be able to connect the tag to the trend control
I’ll have to look. The issue is you’re very limited on what you can do in script from a face plate. That being said professional, and when CC Sketo share the same runtime engine, so just check to see if the popupscreeninwindow function is available, and if so, you can do it that way.
You need to use the WinCC OLEDB Provider (Connectivity Pack) if you want to do it via script. I will be creating a video on that in the near future as part of my current Database programming for WinCC Engineers on Udemy. see: www.udemy.com/course/sql-database-programming-for-wincc-scada-engineers
@@WinCCGURU I tried in wicc profesional and its working . what I did is , opening a screen with symbols in a screen window ,then a popup screen for that symbol in another screen window . using your sicript its working fine . but now i have another challange to connect tag name of trend control for one symbol which am using on resuseable popup screen
that one symbol is used to show different valves status with the change of the screen that symbols status also change for another valve , please tell in this case how to define tag name for trend control
perfect ❤❤❤
This is pretty userful, thanks!
Glad it was helpful! thanks for watching!
i hope we can see your course at udemy too.)
Working on it now. WinCC database programming course. Also plan on a VBScript and C programming course
@@WinCCGURU dear Bob we love you if you do that I will fully thanks for that beautiful sharing
that is perfect thank you for your sharıng
thank you and thanks for watching!
Hello. thank you very much for the detailed review. Could you post the script? and I have a question, maybe you can tell me how to make a dynamic scale? so that the trend window opens with its own scale for different parameters. I'm not good at visual basic.
working on it... The trend control allows you to have different scales for each trend pen, if you want. It would just be a matter of creating the value windows then assigning the trend to the desired scale.
I implemented this in the ANSI c programming language, selecting values from the sensor settings window. The question is how to implement this in the vb programming language?
@@Lex_Linn send me your c script so I can understand what you are doing then I will tell you how to do it in VBS.
Here is the VBScript code to configure the trend screen. iqagent.sharefile.com/d-sdb440bc2b1c44d58a71fcd4db53ea00f
thank you for your sharıng that is ver ınformatıve .
Thank you! I appreciate the comment. :D
Thank you for sharing your knowledge with us. How can I achieve this on WinCC professional in TIA. Each faceplate Trend button should be able to connect the tag to the trend control
I’ll have to look. The issue is you’re very limited on what you can do in script from a face plate. That being said professional, and when CC Sketo share the same runtime engine, so just check to see if the popupscreeninwindow function is available, and if so, you can do it that way.
How to read archieved tags?
You need to use the WinCC OLEDB Provider (Connectivity Pack) if you want to do it via script. I will be creating a video on that in the near future as part of my current Database programming for WinCC Engineers on Udemy. see: www.udemy.com/course/sql-database-programming-for-wincc-scada-engineers
how to do this in wincc professional?
I dont know if its available in professional, I don't have it installed. See if there is an OpenScreenInPopUp system function available.
@@WinCCGURU I tried in wicc profesional and its working . what I did is , opening a screen with symbols in a screen window ,then a popup screen for that symbol in another screen window . using your sicript its working fine .
but now i have another challange to connect tag name of trend control for one symbol which am using on resuseable popup screen
that one symbol is used to show different valves status with the change of the screen that symbols status also change for another valve , please tell in this case how to define tag name for trend control
I don't completely understand the question. Are you using tag prefix?