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

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
41
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
148
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
171
We have a quad monitor setup with FT SE and we are utilizing a header screen at the top of every display. when we open a new page we abort the...
Replies
0
Views
92
Good day colleagues, I have a problem with a plc slc 5 since I export the tags to my factory program to load them into a panel view 1000 plus 6...
Replies
0
Views
112
Back
Top Bottom