WinCC Flexible. Need Active-X to view a Image.

smcmanus

Member
Join Date
Jan 2006
Location
Vancouver
Posts
109
I need a simple Active-X Control to diplay an Image on my screen from a file on my hard drive. Any suggestion where I can get one. I thought WinCC would of had one. Thanks.

PS. I need the image to update when the picture updates!
 
I have used the active x controls from microsoft before, but in GE fanuc - Cimplicity. There should be a image control available. If these controls are not available on the PC/Panel, the microsoft ActiveX control pad can be installed.
 
Ok maybe I posted a little quick. What is Microsoft ActiveX Control Pad and how would I use it with WinCC flexible?

I have done some playing with Active X controls and WinCC Flexible but I have never needed to use one for a project. Im sure one day it will come up. I would love to see what you come up with for the image update.
 
Hey Charles. What I did end up doing is using the HTML Web Browser to view the picture on the local disk. I used the HTMLBrowser Activate Event to run the HTMLBrowserRefresh under Keyboard Operations for Screen Objects. Now to refresh this brower I have a tag that on change of value runs a script.

Dim object
Set object = HmiRuntime.Screens("Screen_1").ScreenItems("HTML BROWSER_1")
object.Activate
 

Similar Topics

We use Siemens WinCC flexible 2007 for HMI. In the HMI in one screen when one object pressed a faceplate open. In the faceplate many object there...
Replies
2
Views
1,849
Hi here! People pls help me. I have one project with only one screen, made 2 scripts - 1 script writes in *.csv file time of the begining project...
Replies
0
Views
2,707
I need a simple Active-X Control to diplay an Image on my screen from a file on my hard drive. Any suggestion where I can get one. I thought WinCC...
Replies
2
Views
2,711
Hi, We have upgraded our laptop which includes Windows 11. It appears that WinCC flexible 2008 advanced does not support Windows 11. What...
Replies
11
Views
268
Hello everyone I Have an Issue with the usage of recipes in Wincc Flexible 2008, I create the recipe to change the values in a fast way The...
Replies
0
Views
107
Back
Top Bottom