Hello world,
I am looking for suggestions about HMI design software that can run directly on the RevPi Core S, with an HDMI cable connected to a simple monitor and the running HMI is not browser-based. This is the set up I am considering right now:
1. The HMI design tool should create its own executable binary that contains its usual HMI stuff. It should not be browser-based, because browsers create unnecessary overhead.
2. The RevPi Core S should be simply connected to a screen through a simple HDMI cable. There is no need for a dedicated HMI panel with mysterious software, since I have lots of free CPU power to make use of.
3. It would be great if the design tool lets you draw your own shapes easily.
Any suggestions would be greatly appreciated.
Cheers,
Todor
What is the recommended software for creating HMI running on the RevPi Core?
-
- Posts: 10
- Joined: 09 Jan 2024, 09:43
Re: What is the recommended software for creating HMI running on the RevPi Core?
Hi Tudor, interesting request, I have not dealt with it myself so far. Here I found something interesting based on PyQT5 and with a Raspberry Pi:
Please note that you do not have to control your application via GPIOs but via the process image. This is one of the differences between Raspberry Pi and Revolution Pi
Here is a good little introduction to Python with the Revolution Pi:
RevolutionPi Python Introduction
Please note that you do not have to control your application via GPIOs but via the process image. This is one of the differences between Raspberry Pi and Revolution Pi
Here is a good little introduction to Python with the Revolution Pi:
RevolutionPi Python Introduction
-
- Posts: 10
- Joined: 09 Jan 2024, 09:43
Re: What is the recommended software for creating HMI running on the RevPi Core?
Thank you very much, Dirk! I am trying this out now.