Using PLC tag values to make displays appear

blackdiamonz

Member
Join Date
May 2011
Location
WA
Posts
6
I am having trouble with a few displays in factory talk SE. I am trying to have specific displays appear when a specific tag is set to a value. When I right-click the display, I go to Display Settings, then to Behavior, and finally to Startup Commands. In the Startup input display I input an expression using the expresssion editior with an If...Then Statement. The statement is setup If {[RSD_Controller]T18.DN} == 1 Then Display Tank Display. Any help is appreciated.
 
"Startup Commands" and "Shutdown Commands" are RSView commands issued when the Display opens and when it closes, rather than commands that cause the Display to be opened or closed.

Generally, Displays are opened by operator navigation. To have a background event open a Display, you need to use the Event Detector.

But wait... it's a little more complex than that. Opening Displays is a Client-side action.

Because FactoryTalk View is a distributed system and the Event Detector runs on the Server, you can't easily have it cause an event to occur on a Clent.

There is a fairly simple VBA Script workaround to get such a function to work, documented in the RA Knowledgebase as Article ID 22007.

http://rockwellautomation.custhelp.com/app/answers/detail/a_id/22007
 

Similar Topics

I'm working with a Panelview for the first time in a long while, and I'm thinking through how I'm going to reuse a file from a machine the...
Replies
2
Views
1,162
Hello PLCs.net! I have a kinetix 5500 drive connected to a gantry, I was wondering if there is a way to do active homing using a PLC tag? At this...
Replies
6
Views
3,086
Hi to all, I have a quick ask. Is it possible to use a String as a PLC Tag? At input of FB I want to put a String. Lets say the value will be...
Replies
11
Views
2,295
Hi all, I want access a Mitsubishi PLC Q series to SMC. I am using Archestra DASMTEthernet as my server in SMC to connect with PLC. After I...
Replies
0
Views
1,424
Greeting, I am doing some investigations on which driver(s) support tag based addressing (eg. Pump001_Running) rather than DB or Modbus based...
Replies
4
Views
3,746
Back
Top Bottom