Forum Migration Notice
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

How can we display a 0–100% water-tank level on the OmniCore HMI when no built-in component exist?

akileswar1606
edited December 2025 in AppStudio
we are currently using the Omnicore contoller where there is a requirement to add a page to show the amount of water in the tank using the UI 0 to 100% do you have any sugession to add it in hmi there is no inbuild compnents to add 

Best Answer

  • Fritz
    Fritz
    Answer ✓
    Hi !

    With Omnicore app SDK you can create pages with HTML and Javascript. No restrictions to use any HTML element. Limitations to use "built-in" components exist only if you use tools like Appmaker etc.
    Fritz.

Answers

  • Hi, if you want to create some new element and you want to have some visual thing in appStudio you can use for example layout element and transform it into something different using js. I am for example clearing component container.innerHtml = ''; And after this you can transform it in any other component that you want. I am doing this transformation in layout OnMount event and it works fine. 
  • RadekL said:
    Hi, if you want to create some new element and you want to have some visual thing in appStudio you can use for example layout element and transform it into something different using js. I am for example clearing component container.innerHtml = ''; And after this you can transform it in any other component that you want. I am doing this transformation in layout OnMount eventFritz said:
    Hi !

    With Omnicore app SDK you can create pages with HTML and Javascript. No restrictions to use any HTML element. Limitations to use "built-in" components exist only if you use tools like Appmaker etc.
    Fritz.
    Can you tell please if there is no APP studio how can I deploy in the pentant
  • If you want to deploy your custom app to the flex you just need to upload it via file transfer to the robot memory into Home\WebApps\yourAppFolder

    If there is no WebApps just create it.
  • my purpose is to make a Water level in the HMI , so how can I do it there is no custom UI, when I try to create by own it is showing some error?