AdvancedHMI Software

General Category => Support Questions => Topic started by: oqapsking on May 23, 2019, 02:27:20 PM

Title: is it possible to make advance hmi work like a webpage?
Post by: oqapsking on May 23, 2019, 02:27:20 PM
hello

is there away to make advanceHMI run in a web page like silverlite project?

like in this vidoe?
https://www.youtube.com/watch?v=yB8Dj4pVAKE
Title: Re: is it possible to make advance hmi work like a webpage?
Post by: Archie on May 23, 2019, 02:32:36 PM
Anything is possible. what is your programming skill level and how much time do you want to invest. You need to create custom web controls and have the web page periodically request updates.

But if you want something very basic, the BasicwebServer will send a snapshot of the screen to a web browser.
Title: Re: is it possible to make advance hmi work like a webpage?
Post by: oqapsking on May 23, 2019, 08:09:52 PM
Am level minus three
Lol

But i also need to control it not just watch it
And the reason is to be able to open it and control it using the phone
Title: Re: is it possible to make advance hmi work like a webpage?
Post by: Archie on May 23, 2019, 08:20:18 PM
All of the AdvancedHMI controls are based on WinForms which only works in Windows (and Linux under Mono), so they do not work in a web browser. The closest you can get to what you want is to use a small Windows tablet.
Title: Re: is it possible to make advance hmi work like a webpage?
Post by: oqapsking on May 23, 2019, 08:54:14 PM
Am gonna use a windows tablet
And am gonna install a remote control app on the phone and the computer
I home some day i will be able to make it as an app
Title: Re: is it possible to make advance hmi work like a webpage?
Post by: pjmaxx66 on July 03, 2019, 04:07:31 PM
Actually its not that difficult but it can be time consuming depending on what you want to control and how much you want to control. I have used php to control vb6 apps in the past and it works flawlessly. With PLC's it is a matter of safety to keep in mind.