accessing object property using script wincc flexible 2008

RTA

Member
Join Date
Apr 2010
Location
Bangalore
Posts
13
Hi all,
I am trying to change the property of an object in the current screen. Changing the color of the object works fine but BLINKING property is not accessible. Any help?

Dim objCircle
Set objCircle = hmiruntime.Screen("Screen_1").ScreenItems("Circle")
objCircle.BackColor = vbGreen Works fine
objCircle.Blink = vbGreen Does not work
 

Similar Topics

Is there a way to access properties of vba-exposed objects on other screens? For example, if I click a button on screen "MAIN", does SE allow us...
Replies
2
Views
3,618
Hi All, I'm working with 12 or so global objects I created, that are temperature displays (basic vertical gauge). Each has several parameters...
Replies
0
Views
2,859
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
169
For the past few day, I have had problems accessing the Rockwell Knowledgebase. When I try to access it (and I do have a TechConnect Support...
Replies
7
Views
409
Hi, Small issue i've really been beating myself up over today. I've been working with Panelview panels for years. Currently working on an older...
Replies
1
Views
591
Back
Top Bottom