Factory Talk View Studio Question. Please Help!!

jjohnson2016

Member
Join Date
Aug 2016
Location
louisiana
Posts
2
Is there any way to limit the number of active displays in Factory Talk View? I want to be able to open a pop up and switch to another pop up without it keeping the first pop up open. Is there anyway to do this? I have about 10 go to window buttons that open 10 different pop up screens. I don't want to be able to have them all open at once.
 
I think if you set it up as replace ,it doesn't let you size the window. You can set as on top and re-size it but that is were I am having the problem.
 
Is there any way to limit the number of active displays in Factory Talk View?
You don't say if you're working with FTVME or FTVSE. Anyways, as far I know there's no command or method to do that. However, you can try this:

a) FTVSE:
You use VBA code to identify a display (popup) and close it.
Code:
[B]Application.LoadedDisplays
Abort[/B] [I]display_name[/I]
The first line is a command that returns a collection of loaded displays. The second command closes a display identified by name. Maybe you could write a VBA macro to close all the popups except the one invoking it. If you're working with FTVSE, look for Object models in FactoryTalk View Site Edition in the help section.

b) FTVME:
Here macros are very lazy; you only can assign values to tags. Macros can be invoked when you open or close a display.

In the Global Connections > Display, you'll find an item named Close an On Top Display. You can write there the number of a display and close it.

Put macros and Close an On Top Display together.
 

Similar Topics

Hi all, Attached below is an example of what is happening to our existing SCADA. It seems after patching some Rockwell Software that I thought...
Replies
9
Views
310
The client has an application that when communication between the PLC and the Factory Talk VIEW supervisory fails, the object in the supervisory...
Replies
5
Views
276
Hello all, I am looking for a way to have a user get logged out after an X amount of time because to default so that user privilages are no...
Replies
4
Views
562
Hello everybody. I was wondering if there is a way in FTVIEW Studio to close ) view after x min without interaction . My issue is the following...
Replies
2
Views
352
Is there a way to choose the base font in ME. Text in the Arial Unicode MS which is the default font on my FTVS doesnt show up properly on a...
Replies
1
Views
657
Back
Top Bottom