Pop-up image in HMI WinCC

plc-girl

Member
Join Date
Sep 2015
Location
Manchester
Posts
18
Hi guys,

I am working on an HMI with WinCC Flexible Advanced 4.3, trying to pop-up an image on button click.

Both these scripts work on WinCC, but not after I download the program on the HMI.

If someone has any ideas as of why and how to fix it, please share.
image_path = "\Storage%20Card%20MMC\Images\Winter.JPG"
Set objWshShell = CreateObject("Wscript.Shell")
objWshShell.Run image_path, 1

This is just to test in case the image path is failing:
Set objWshShell = CreateObject("Wscript.Shell")
objWshShell.Popup("image to go here")


Thanks!
 

Similar Topics

Hello everyone, I need your help to guide me how to make this screen appear when the alarm is present, I have already configured its size and the...
Replies
5
Views
140
Hi to all, Does TIA portal support creating reusable pop-up display as FTV has it implemented? Something like on link below. Thanks in advance.
Replies
5
Views
530
I am running Logix Designer v32, and noticed if I type new instruction value(s) (XIC, XIO, MOV, etc etc) into a rung without any operands/tags...
Replies
4
Views
765
Hi Everyone, currently i'm developing a project using Cimplicity version 10. I'm facing an issue where every time i press the same button to open...
Replies
9
Views
827
I'm working on a SCADA project in FTView SE where there are many instruments, each of them has a Faceplate that can be called by a "Go-To Button"...
Replies
1
Views
555
Back
Top Bottom