Posts: 71
Threads: 29
Joined: Jun 2017
Reputation:
0
Hi,
I have a logicmachine SCADA running on windows and I needed to create a button that runs a windowus program, could someone help me with some script?
Posts: 1764
Threads: 6
Joined: Jul 2015
Reputation:
117
Hi,
Due to security risks it’s impossible to trigger a Windows application from a browser. Luckely (:
To achieve what you want you need a middleware solution.
I have created a executable that runs as a service that listen to TCP messages and can start application from there. In that scenario you can send a TCP message from the controller to the middleware and do what you want. This require some knowledge in Visual Studio (C#)..
BR,
Erwin