Author Topic: is it possible to make advance hmi work like a webpage?  (Read 1096 times)

oqapsking

  • Full Member
  • ***
  • Posts: 178
    • View Profile
is it possible to make advance hmi work like a webpage?
« 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: is it possible to make advance hmi work like a webpage?
« Reply #1 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.

oqapsking

  • Full Member
  • ***
  • Posts: 178
    • View Profile
Re: is it possible to make advance hmi work like a webpage?
« Reply #2 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

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: is it possible to make advance hmi work like a webpage?
« Reply #3 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.

oqapsking

  • Full Member
  • ***
  • Posts: 178
    • View Profile
Re: is it possible to make advance hmi work like a webpage?
« Reply #4 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

pjmaxx66

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: is it possible to make advance hmi work like a webpage?
« Reply #5 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.