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

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

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 AppStudio etc.
Fritz.

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.

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?