I work on a big supervision in WinCC Scada, and I’ve to store my variable’s values in case of the plc crash…
So I would like to create a VB-Script in WinCC to do 4 thinks :
Recover all the tagname of the different object in the view
Check wich bloc type is called by the object
When the bloc type parameter is found take out the parameters that interest me
Store the data in a .csv file
In avance thanks all[/quote]
I agree with Nick. Moving to Ignition is a great idea. For your parameters, instead of storing to CSV, you can store it to a database. You can easily loop through components on a screen and save/restore values with ease.