FactoryTalk ME Confirm Dialog Dialogue

mrmss

Lifetime Supporting Member
Join Date
Aug 2005
Location
Midlands - England
Posts
101
Hey!

I have a client spec which reads as follows:

"Pop-ups shall be activated by the operator selecting the required icon. From the pop- up all operator actions must be followed by a confirmation, to enable the desired action; thus at least two keystrokes are required, to avoid accidental actuation of equipment."

Has anyone implemented a FactoryTalk ME project which can throw up a 'yes/no' dialog rather than just do the action? Sounds simple but I want also have to keep the dialogues standard so I am trying to do it properly with GlobalObjects and Parameter Files etc.
 
After hours of cursing FactoryTalk ME, I think I have found a way to do this by using Global Connections to display the confirmation dialogue once the user presses a control button on the HMI. I must have been through every single feature!

I will post specifics when I have time, its a fairly tidy solution but I only just met this requirement by the skin of my teeth!
 
It's much easier in SE, but you should be able to do it in ME in a similar way...

Every button requiring confirmation is a go to display button, which calls a pop up window. The pop up window has four components:

1. Generic "Confirm Operation" header
2. Local message display, with the Value connection set to #1
3. Confirm button, which is a macro button. The macro writes 1 to #2, and also writes 1 to your "close all on top displays" global connection tag
4. Cancel button, which is actually a Close Display button

Then for each of your go to display buttons that call the popup, you assign a parameter file which gives the message number for #1, and the pushbutton tag in the PLC to #2.

Two gotchas: make sure you reset both the PB tag in the PLC, and the "close all on top displays" global connection back to zero afterward. The HMI will not do that for you.
 
Use Close Display button

Just set this up on mine:

  1. Make a popup page
  2. Put two close display buttons. One for Yes and one for No
  3. Add a connection to the Yes button to write to a tag, 0 or 1

This might be a new feature. Done in v8.2, compiled back to 6.10

Hope this helps any future googlers.
 
Just set this up on mine:

  1. Make a popup page
  2. Put two close display buttons. One for Yes and one for No
  3. Add a connection to the Yes button to write to a tag, 0 or 1

This might be a new feature. Done in v8.2, compiled back to 6.10

Hope this helps any future googlers.

I'm just tried the above on ME. How do you add a connection to the "Close Display" button to write to a tag?

Thanks,
Jamie
 

Similar Topics

Ok, so, I'm a complete newbie to this software, and I've been tasked with editing an existing program to add an "are you sure?" dialogue to...
Replies
11
Views
5,994
Hello, I was looking to store some values from our FactoryTalk Application using Datalog to a MariaDB. I see there is quite a bit of documentation...
Replies
1
Views
46
Hi Folks, who know why after start FactoryTalk activation manager V4.03, click "Get New Activations", it displays Is not I appreciate with any...
Replies
0
Views
48
I have a little bit of experience with Allen-Bradley. I have a Micrologix 1500 (RSLogix 500) and a PanelView Plus 7 (FactoryTalk View Studio ME)...
Replies
2
Views
82
I need to use a TreeView in my FactoryTalk SE project and i found it under "ActiveX Object" > "Microsoft TreeView Control 6.0 (SP4)". Everything...
Replies
0
Views
31
Back
Top Bottom