Factory Talk SE Clarity please

brianmann

Member
Join Date
Jun 2018
Location
alabama
Posts
3
I would use an Event. Events is under Logic and Control in the project tree.
First I would create a macro called OpenScreenXMacro with the two lines:
Display ScreenX
&Set ScreenXOpen 1 'setting this memory tag will keep the event from continuously trying to open the screen.


Then in the event,
Action: OpenScreenXMacro

Expression: If ScreenXPLCTrigger == 1 AND not ScreenXOpen Then 1 else 0


Where ScreenXPLCTrigger is your PLC trigger.



On the ScreenX display have it turn off the ScreenXOpen tag when it closes.






-----------How am do you call the macro up?
 

Similar Topics

I am using Factory Talk view Machine Edition Runtime HMI. I want to configure on button in such way that when i press this button I want to...
Replies
3
Views
105
Hi Guys, Looking for someone well versed in VBA that can either tell me a certain naming convention or point me in the right direction (I'm a...
Replies
0
Views
63
Hi- I am configuring an alarm and event server to display 1 current alarm at a time on a big display. Having a few issues The alarm doesn't...
Replies
0
Views
62
Hi Friends; I have a red Explanation Mark on Factory Talk Directory in Task Bar. Before Update the windows and installation of AutoCad it works...
Replies
2
Views
153
I am trying to enable an external alarm via computer speakers for Factory Talk Network Distributed Edition. I am using Alarm and Events setup. I...
Replies
7
Views
173
Back
Top Bottom