Logic Machine Forum
Open link in internet explorer - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Open link in internet explorer (/showthread.php?tid=1026)



Open link in internet explorer - PassivPluss - 05.10.2017

Hi
We have a building with a couple of modbus tcp hvac. They have build in java web interface, regin controllers.
Is it possible from edge/mozilla to link to the web adress and use internet explorer to open it due to this is only browser using java


RE: Open link in internet explorer - Erwin van der Zwart - 05.10.2017

Hi,

You can't control another application from a browser as this would mean a huge security gap (:

I have done this before in another way, i created a windows application in VB and i created a UDP listener that listen to several commands, with those commands you can open other applications on the client or any other client side action. I put that executable inside startup to make sure it always runs on the background.

This way you can send a UDP messages from your controller to the client to open other applications that you can set on a position and on top on your current browser session.

If you know how to program inside VB i can share the source of this application so you can tweak it to your wishes. It already have a lot of listeners in it like show/hide keyboard etc.

I used it before we had client side scripting (.lp) so you might need to update some components due to new .Net versions. It's only for Windows clients.

BR,

Erwin