FactoryTalk View SE VBA Single Thread

pixeldrop

Member
Join Date
May 2010
Location
Los Angeles
Posts
3
Hello,

I understand that VBA is single threaded. In factory talk view SE though, since each graphical screen hosts its own VBA project, does this mean that if im running 10 screens with VBA scripting, each VBA project is running on its own thread? or does each VBA project wait for the other VBA projects to complete execution before executing?

In other words do i have 10 threads running because i have 10 graphical/vba screens running? or do all 10 screens run in a single thread?

Thanks
 

Similar Topics

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
140
Hi, Can someone guide me through how to use FactoryTalk SE VB script to open communication with SQL Server? which command I can use? Are there...
Replies
2
Views
2,301
Hello group, I have been migrating a project from RSView 32 V7.6 to FactoryTalk View SE Local Station V12 over the last couple of days. All told...
Replies
0
Views
998
For trend charts, I can use an ActiveX Calendar control to select a date on a trend using the following code where "Trend" is the name of the...
Replies
2
Views
1,581
Anyone know how to change the mouse icon to something else using VBA? It looks like it can be done with VBA forms and based on the object the...
Replies
0
Views
2,217
Back
Top Bottom