Show specific page in Archestra - Wonderware

Solutions7

Member
Join Date
Aug 2014
Location
Montreal
Posts
1
Hi, I'd like to develop a button in Archestra to display a specific graphic when the operator select a tag in the alarm banner.

I've created a tag in my Archestra structure that correspond to the page I want to be displayed.
'Alarm_D.WW_Page

I've done the following test and it works
'graphicInfo.GraphicName = LSHH_EDX_3032.WW_Page.value;
'ShowGraphic( graphicInfo );


The issue is that the graphicinfo.graphicname has been written in that button.

So, I thought by using the GetSelectedItem be able to do the same, but instead of diplaying the content of LSHH_EDX_3032.WW_Page.value, which is the page I want to be displayed, the system want to display the page LSHH_EDX_3032.WW_Page.value


'Used to define the position of the "."
iPtr = StringInString( AlarmClient1.GetSelectedItem("Name"), ".", 1, 0 );

'Used to concatenate the string that define the page to display
AffichePageMod = StringLeft(AlarmClient1.GetSelectedItem("Name"), iPtr) + "WW_Page.value";

What went wrong !
 

Similar Topics

As the title says, I'm using CCW with a PV800 (and Micro850). I've made a scheduler in which a user can choose a month, day (1-31), hour (0-23)...
Replies
15
Views
503
Please help me, I have solve many week but still not solve it. I found trouble of factory talk studio when I set tag by browse address of OPC...
Replies
0
Views
117
Hi All, I'd like to know how to show 100 days of Alarm in the Alarm Summary in Aveva (Intouch) SCADA. I couldn't find any option like that in...
Replies
10
Views
842
If I have a PanelView Plus, is it possible to show historical data via historian on it? I have the application all setup in FT Studio Machine...
Replies
3
Views
493
Migrating v8 FT View SE to v13, had to export tags because after v10 the configuration is no longer supported. Imported tags to new Tag Alarm...
Replies
1
Views
506
Back
Top Bottom