... This is not possible because the user should be able to open more than one dock widget with the same type. He could want to make a manual operation and...
You can have several different DockWidgets. May be one for your pump and one for your motor etc. These DockWidgets can be hidden and shown (pvHide()/pvShow())....
... How can this be solved? Description: I draw any number of *.ui files which are used as faceplates. If for example valve1 is clicked, the proper valve.ui...
If you have installed the Qt SDK open source edition for windows it should find the SPEC's for MinGW automatically, when QTDIR was set up correctly. But you...
I have follow your guide but I still get this message: QMAKESPEC has not been set, so configuration cannot be deduced. Error processing project file: pvs.pro ...
Some environment variables must be set so that pvdevelop and/or Qt Creator can find the Qt installation directory and MinGW. These environment variables are ...
Dear all, I'm newbie in pvbrowser using OS Windows 7. I had install pvbrowser and Qt Creator 4.5.1. And then I'm tried the simple example give in tutorial....
I am just playing around with the new pvShowDockwidget. int pvAddDockWidget(PARAM *p,const char *title, int dock_id, int root_id, int allow_close=0, int...
... I have programmed a modbus server which uses the rllib. However, it is not a daemon. It works multithreaded for modbus tcp with an optional additional...
Those who want to contribute to pvbrowser now can access our git version control system. git clone http://lsenet.de/home/pvb/.git pvb git remote add pvb...
Any body has impplement a Modbus Daemon in server mode? i will going to connect a modbus client sensor in periodic sensing rate to send data to server modbus. ...
In principle it is possible to run pvbrowser on mobile phones. Rainer told us once, that he eventually would support this. I still think that this would be...
The class rlDataA(c)quisition had been misspelled. This spelling error has been fixed. Thus you need to adjust this within your code if you use this class. //...
Dear Rainer, thank you very much for the nice new feature "Dockwidget". I am just implementing it in my server. It would be nice, if the dock widget would take...
I try it on my other windows XP PC, it's have a AMD 1G CPU, 1G DDR1 RAM, I installed the pvb package which version is 4.4.6, It is startup quick ,have about 8s...
Ok, I will try it. I download the install package for test ,have a long time yet. I wil run it on other PC, thanks a lot for you test. 2009/10/19 pvbrowser...
Because of your complain i installed pvbrowser on an old notebook with Pentium III processor 1GHz, 256MB RAM, Windows XP Home On this box pvbrowser needed 8...
Hi, Good to have this addition. I appreciate the new development. Isnt this development process great. It takes months for new features to arrive in...
On my windows XP , 1.8G Centrino Duo CPU, 1.5G DDR RAM, need about 30s for startup. I think have some wrong or other reason , waiting me check it from the ...
I changed the sequence of splash->finish(&mainWin); app.processEvents(); delete splash; to app.processEvents(); splash->finish(&mainWin); delete splash; Thus...
... The main() routine now looks as follows: int main(int argc, char *argv[]) { Q_INIT_RESOURCE(pvbrowser); wsa(); // init windows sockets QApplication...
I compile it and success . I run it like this: first run the pvsample process and it's accept on 5050; then run the pvbrowser , the logo for pvbrowser display...