WinCC Flexible 'Wscript.shell' fails on WinCE

kalimoto1

Member
Join Date
Mar 2013
Location
w dupie
Posts
20
I want to call an executable (or .bat-file )from inside a script using WinCC Flexible 2007. :unsure:

Searching the net always seems to return using 'Wscript.shell', but this fails because my panel (MP377) is running Win CE which doesn't support this.

I've been also looking for possibilities for using SendKey but couldn't find solutions that worked on Win CE either.

Hope someone can be of any help. :confused:

THX
 
Try system function startprogram.
This example will open cmd window and ping the local host
Code:
StartProgram "CMD", "/C ping 127.0.0.1", hmiShowmaximized, hmiyes
 
The system I am working on is mainly operated by using hardware buttons. After the operator has selected a recipe, all control is done using hardware buttons and no interaction on the panel is required anymore.

I'm curently still looking for an executable (or batchfile) which runs on Windows CE 5.0 (Siemens MP377) which sends a key to the OS to prevent the screensaver from starting.
 

Similar Topics

Hi, I have a question about the alarmwindow. With a button we call the Alarm Windows. I would like to know if it's possible to close it...
Replies
1
Views
2,769
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
266
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
106
Hi colleagues.We do data logging system.We want to record three temperatures under a certain condition. We prepared the project as follows. We do...
Replies
1
Views
755
Hello to everyone. I change the value of a "PQW" with a button in Wincc flexible. The code of the button is defined as M102.0. Value reset...
Replies
10
Views
4,577
Back
Top Bottom