Hello, It's possible to shown all the tags (with value, other info) automatically in SCADA AVEVA PLANT SCADA? Like it's possible in other SCADA software?
Thanks
Hello, It's possible to shown all the tags (with value, other info) automatically in SCADA AVEVA PLANT SCADA? Like it's possible in other SCADA software?
Thanks
Hi, yes, you can show all the tags and various properties and values from them at runtime, however, you need to build that into your project. There is no native dialog for it.
If your project is based on the older SxW style, then you are in luck as it is very easy to do. See the Example project:
If you are based on the SA_Include (Workspace) project then unfortunately we didn't provide an example or page out of the box that does that for you. It can be done, however, you need to build your own page and use the generic_list control and do all the work to bind it to TagBrowse runtime cicode API (not an easy task if you haven't written much cicode). There is an example for per Equipment tag browsing in the Workspace Examples in the Toolbox section of this forum.
Hi, yes, you can show all the tags and various properties and values from them at runtime, however, you need to build that into your project. There is no native dialog for it.
If your project is based on the older SxW style, then you are in luck as it is very easy to do. See the Example project:
If you are based on the SA_Include (Workspace) project then unfortunately we didn't provide an example or page out of the box that does that for you. It can be done, however, you need to build your own page and use the generic_list control and do all the work to bind it to TagBrowse runtime cicode API (not an easy task if you haven't written much cicode). There is an example for per Equipment tag browsing in the Workspace Examples in the Toolbox section of this forum.