Control RSView32 Display From VBA

rickj

Member
Join Date
Jan 2008
Location
Pittsburgh
Posts
3
I have been using the built in VBA editor of RSView32. I have multiple Displays in RSView that I need to control objects on through VBA. I can control these decently using RSView and its Macros...But I would like to be able to put more functionality into these displays. Specifically I am trying to modify the number of items in a listbox on the display. If anyone has any experience fiddling with any object on a display in RSView32 from VBA it would be greatly appreciated. Thank you in advance for any help.
 
You can use 'gCommand.Execute' to run 'invoke':

Code:
gCommand.Execute("invoke DisplayName.ComboBox1.additem(...)")


-Trevor
 
Sounds like a good idea to me...I will try implementing that ASAP. Thank you for the quick response. I am off to crush some hung sessions in oracle. Have a good one.
 
what is similar commnad for FactoryTalk View?
... gCommand.Execute fails
I need print screen and save in pdf files
In advance thank
 

Similar Topics

I'm just wondering if anyone could help me out to control RsView32 Messenger. We have a button on the screen to turn it ON or OFF ( using command...
Replies
0
Views
1,266
I am running RSView32 7.40 and attempting to open a .pdf document using the Adobe pdf Reader Active X control. How do I access specific .pdf files...
Replies
3
Views
1,907
I'm very new on RSView software. Recently got a sample program, but when I try to open some graphic display (say the display file name Page01), it...
Replies
4
Views
13,910
Hi. I'm trying to relate a string tag from the MMI (RSView32) with a String tag on the PLC (Control Logix). Basically I would like to be able to...
Replies
3
Views
3,888
does anyone have an install or know if/where i can download it for the following "ABB PS501 Control Builder Plus V2.3 " the software was a free...
Replies
2
Views
77
Back
Top Bottom