Back to our homepage

Video introducing pvbrowser

1 Usage of pvdevelop

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.

2 Running an example on localhost

We run the demo pvserver included from our package. It includes several masks and we show:

  1. Plot
  2. Table
  3. Hello World using a SVG graphic
  4. GnuPlot output within pvbrowser
  5. An animated SVG graphic
  6. A drawing which has been exported from Autocad shown with OpenGL

3 Running an example on pv://pvbrowser.de

Now we run the demo over the internet pv://pvbrowser.de

4 Using normal web pages in pvbrowser

We show that pvbrowser can handle normal web pages. You can combine web content in your normal masks along with other widgets.

Embedded system running pvbrowser

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/.