How to complete customization a web UI?

Forum Home Forums Development and Integration How to complete customization a web UI?

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3895
    lgr
    Participant

    Hi,

    I want to make a ui like this:
    http://www.hightopo.com/demo/cloud-monitor/demo4.html

    I think that the SCADA Comm、 Scada Server can provide the monitor data.
    But how can i implement the UI ? Some one give me some advice?
    Thanks!

    #3899
    Mikhail
    Moderator

    Hi,

    For animated elements you need to create animated GIFs by any external editor. For animated levels, probably, it’s needed to develop a special scheme component.
    If animated elements are not critical, creation of similar UI is easy.

    #3910
    lgr
    Participant

    Hi,
    Thanks for your reply!
    The animated elements is important for my project. So far, i can do it by GIF only?
    Is there a plan to add some HMI controls offical or is there some develop reference for custom animated HMI control ?

    Another problem, can i add a javascript file to view page? Thus, i can write some logic to custom my view page with javascript.

    • This reply was modified 5 years, 9 months ago by lgr.
    #3927
    Mikhail
    Moderator

    Hi,

    So far, i can do it by GIF only?
    Is there a plan to add some HMI controls offical or is there some develop reference for custom animated HMI control ?

    The controls are based on images that a user adds to a scheme. If animated images are needed, you should create animated images and add them to a scheme. Web browsers support animated GIFs, sometimes animated PNGs.

    can i add a javascript file to view page?

    You can develop your own scheme components. They may contain JS files. Use existing components as example.

    #3934
    lgr
    Participant

    Hi,
    Thanks very much.
    I will try.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.