Setting a Tag based on a Display shown in FVTalk View Studio SE

dreardon

Member
Join Date
Aug 2013
Location
Las Vegas, NV
Posts
4
Note: I'm VERY new to FTView studio (ME and SE flavors), so pardon my question if it's poorly phrased or just ... derp. šŸ™ƒ
I'm using FactoryTalk View Studio version 8.10, in case it matters. It's a little old, but it's what the customer requires.

I have an SE application that was converted from an ME application.

The ME application would set the value of a PLC tag (HMI[1].Current_Screen) when a given display was shown. I'm informed that there was a property of that display that would set the value of this tag in the ME application.

The SE application displays do not have this property, but I still need to set this tag value when the display is shown.

I'll need to perform this action for multiple displays, so ease of repeatability is desirable.

How would you set the value of a tag when a given display is shown?

hmi.png


logic.png
 
Open a display, use menus: View --> Display Settings.

Pick the "Behavior" tab and assign a command to Startup. It can be a macro file, or just &Set TAGNAME VALUE;
 
use menus: View --> Display Settings.

Pick the "Behavior" tab
I feel like you may be using a different version of FTView Studio than I am. There is no Display Settings under View, and I don't see a Behavior tab (or any reference to 'behavior') anywhere.

1715950815645.png 1715950908917.png

I wonder if a bit of VBA code could be added to an object in the display that woud set this tag value. Or if a 'hidden' object could be added with its ''Tag/Expression' value in 'Connections' setting the tag value?

1715951287682.png 1715951307452.png

My experience with VBA is also very limited, so please excuse my ignorance.
ĀÆ\_(惄)_/ĀÆ
 
The top menu bar changes depending on what you're working on. Open a display, then have it be selected and the view menu will contain commands relevant to a display.

Also, it's in the Edit part, I lied. Also2, you can right click in an empty part of a display and Display Settings will be there.

1715955899360.png 1715955973886.png
 

Attachments

  • 1715955932758.png
    1715955932758.png
    42.9 KB · Views: 3
I actually bumped into this just after my previous post and started experimenting with it, and your reply confirmed for me that I was on the right track.

Experiment over. Success!

Thanks for your assist, Cheeseface. Great screen-name. Great advice. I'll be back fo more.

m(_ _)m
 

Similar Topics

I have a USB port RFID Scanner I am using for badging users into certain access levels in an HMI. I know that I could create a 'login' button that...
Replies
3
Views
724
Hey! I'm looking for a way to reset a tag when the routine that sets the tag is disabled. For example: Routine 1 has the following If Tag1...
Replies
6
Views
1,969
So I am currently trying to create a data-viewer within FT View. I need the operator to be able to select two different datasets from a list of...
Replies
1
Views
1,398
Hi experts! As always I come seeking your expert advice once more I need help using Adroit, specifically trying to use databases I have a...
Replies
3
Views
2,233
You are probably confused on what I actually want from the title, so here's an explanation. Right now I have 3 objects: 1: current value (read...
Replies
3
Views
3,351
Back
Top Bottom