FTV se Popup with VBA?

Cement2018

Member
Join Date
Jul 2018
Location
colorado
Posts
1
I am using factory talk view se. I am trying to find a way to open a display automatically at the same time each day. I have tried using VBA code and nothing happens.
What I have tried is:

If VBA.Time.Hour() =(12) then
Application.showDisplay ("popup.gfx")
 
See attached file

Your project is a little differet from mine.

I used a button to stop a timer that after finishing timing increments a counter
, counter.acc value makes display changing.

Do not forget to cache display where VBAcode reside. This display is different from the display you need to visualize at certain date and time.

Instead of using data from counter.acc you have to use data from date, use GSV instruction to get data info.

Please let me know if you need further help.
 

Similar Topics

Is there any way to lock a popup to always have the highest priority? i.e. the user cannot click off of the popup until they address the popup. I...
Replies
4
Views
1,076
Hello everyone, I am currently working on a project that uses a Rockwell L33ER controller and the FTV Studio V13 as Supervisory computer...
Replies
0
Views
118
Hello everyone, I am working in a platform and we installed FTV CLIENT SE V 12 IN ALL THE CLIENTS COMPUTERS, we have 6 clients and only 1 is not...
Replies
0
Views
96
Hi all, I'm having difficulties trying to connect FactoryTalk View SE Local Station (V13.00) to MS SQL Server Express. I state that they are...
Replies
2
Views
128
Hi to all, Does TIA portal support creating reusable pop-up display as FTV has it implemented? Something like on link below. Thanks in advance.
Replies
5
Views
527
Back
Top Bottom