. | ||||
|
||||
. |
Process View Browser... from concept is similar to an internet browser. But it is intendet for the use in industrial process visualisation. It is based on Qt http://www.trolltech.com which is a platform independent GUI toolkit. Due to this and the fact, that only posix calls are used, ProcessView Browser runs on Linux/Unix, and Windows. The browser can display several standard Qt widgets (labels, buttons, editfields, comboboxes, widgets ...) and some more (widgets for bmp images, diagram widgets for displaying curves). The widgets can be arranged on your masks. You can specify the position and size of the widgets and you can place one widget on top of another widget. I have seen many process visualisation systems, which define their masks in the clients (I think this is not the right way to go). Instead of this the masks in Process View Browser are defined in the appropriate process computer itself. The user can jump from one one process computer to the other and see all masks. When masks are updated nothing has to be done in the clients. Process View ServerThe Process View Server is implemented in ANSI C (whereas the browser is written in C++). You can easily modify this server to implement your masks. You are free to read the data you want to display from shared memory, database systems or get it via IPC mechanisms. The server also runs on Linux/Unix, OpenVMS and Windows. Most of the servercode can be generated automatically. You design your masks with Qt Designer. Qt Designer saves the dialog in an xml-file. With the command "ui2pvc your_mask.ui your_mask.c" you generate the servercode. Features:
ui2pvcSince Version 0.4 you can use Qt designer to generate your servercode.Start designer and choose a new Dialog. Within designer you are only allowed to use the following widgets: Additionally these custom widgets can be used: In order to define this custom widgets, choose tools->custom->edit custom widgets->Load Descriptions ... Choose ./ui2pvc/ui2pvc/designer.cw Designer stores it's data in an xml-file file.ui Then you can generate sourcecode with: usage: ui2pvc file.ui file.c New Features in ProcessViewBrowser and ProcessViewServerversion 0.5
Images with transparent background Webcam QTabWidget, QGroupBox, QListBox, QTable, QSpinBox, QDial, QLine, QProgressBar, QFileDialog, QMessageBox, QInputDialog version 0.4
QToolTip available Draw filled Rectangles in QDrawWidget version 0.3
The server software is now completely independant of Qt. version 0.2
version 0.1
|
|||
© 2000-2002 R. Lehrig lehrig@t-online.de | ||||
. |