VBA Syntax to Open a Display with paramters in FTView SE

Join Date
Jul 2007
Location
Kiruna
Posts
600
Hi there,

Anyone know the VBA syntax to open a display and pass a parameter file in FTVIew SE?

I can open the Display using Application.ShowDisplay("Display") but cant figure out how pass a parameter.
 
The original request is a bit old, but to close the loop on it.

Application.ShowDisplay "Display Name", "/PNameOfParameterFile"
Doing this with VBA does allow for some tricks, like
Application.ShowDisplay "Display Name". "/P" & Button1.Tooltip

Where Button1 is part of a Global Object, and Button1 Tooltip field is defined as a Literal String referencing a Global Object Parameter... then you can pass the Parameter File name into the Global Object (via the Parameter), and have the VBA launch a display and use the parameter file referenced.
 

Similar Topics

I have an HMI based on Proficy Ifix 5.5 which contains a header, footer, and main screen. the footer contains a panel of navigating buttons which...
Replies
0
Views
1,346
I'm creating an HMI that has a recipe with 288 data point. It has 3 pieces of data for 96 segments. I need help with VBA code to copy all 288...
Replies
0
Views
123
Hi everyone Is it possible to change a button image in FactoryTalk View SE (v13.00) using VBA?
Replies
0
Views
69
Hi all. Currently I'm working on a VBa script for FTView. I would like to understand a bit better about some commands. 1) What are the...
Replies
3
Views
559
Hi all. I'm running a VBA code on my FTView which is actually working, but everytime I open the display that calls the VBA code, it throws the...
Replies
28
Views
1,659
Back
Top Bottom