HMI Displays

arakhl

Member
Join Date
Jan 2020
Location
US
Posts
9
Hi
I have a few displays in FactoryTalk View Studio
I am writing a VBA script in one of the display, which checks a Boolean bit
there is a SUBs called like
AnimationStart
KeyDown
KeyUP
OnLoad
Click etc
I want to run my VBS script for all displays, not for a specific displays
Thank You
 
Then you copy your script to every display.


Of course, that won't work, since then every open display will run the same code, multiple times if you have multiple displays open, and nothing will run if no displays are open.


FTView doesn't have a global VBA repository like RSView 32 did.


As long as this is SE, the usual clumsy, poorly implemented, Rockwell, workaround, it to put your VBA code in an always open, cached, hidden display in the background.
 
Supposedly FTView ver. 12, due out in the spring will also have VBA in a central location too.
 

Similar Topics

Just Wondering how easy or hard it is to use a GOT1000 with RsLinx and RSLogix500? I have ran across a couple units and would like to try to use...
Replies
12
Views
2,345
Hello, My manager showed me an old style MPxxx HMI from Siemens where the operators cover it with cling film to ensure they don't mess it up...
Replies
8
Views
1,872
ok, i'm having trouble trying to figure out how to get my factory talk studio to open and close displays based on plc bits. Example: When a bit...
Replies
11
Views
30,674
This post prompted me to ask you all for some help with my detective work. As most of you know I work a lot with the GEIP line of PLC, PAC, HMI...
Replies
2
Views
2,093
Hello, I have an automation direct d2 262 plc and C-more HMI EA9T6CL-R. I need to prepare a program, scheduled to be performed on a future date. I...
Replies
1
Views
38
Back
Top Bottom