A new server project is created including one button and one label.
pvdevelop creates the framework for the server which you already can compile and execute. Then we define a variable i within our pvserver and initialize it. Cyclically this variable is incremented and it's value is printed on the label. Within the ButtonEvent we reset the variable to 0.
We run the demo pvserver included from our package. It includes several masks and we show:
Now we run the demo over the internet pv://pvbrowser.de
We show that pvbrowser can handle normal web pages. You can combine web content in your normal masks along with other widgets.
03-Apr-2011: User "xvedra " on our forum reported that pvbrowser runs on Mini2440 | S3C2440 ARM9 Board .
Pvbrowser (server, client and daemon modbus) works without problems into mini2440, compiling code with QtCreator. A cheap option for a portable SCADA.
See blog and videos at http://xvedra.blogspot.com/.