Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

pvbrowser · process visualization hmi/scada

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 221
  • Category: Web Browsers
  • Founded: May 18, 2008
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 572 - 601 of 2237   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
601 mur_en Send Email Nov 27, 2009
8:45 am
... 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...
600 pvbrowser Send Email Nov 27, 2009
7:38 am
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())....
599 mur_en Send Email Nov 24, 2009
10:43 pm
... 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...
598 Kevin Jo
kvn_sg Send Email
Nov 20, 2009
3:03 pm
I think I haven't configure my Qt SDK that's why QMAKESPEC isn't found. But after I configure my Qt, it's going well. Thank for the explaination. ...
597 pvbrowser Send Email Nov 20, 2009
1:48 pm
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...
596 Kevin Jo
kvn_sg Send Email
Nov 20, 2009
12:12 pm
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 ...
595 pvbrowser Send Email Nov 20, 2009
7:42 am
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 ...
594 kvn_sg Send Email Nov 20, 2009
5:24 am
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....
593 mur_en Send Email Nov 17, 2009
12:08 am
... I tried it out and saw that Qt does not allow this option (invalid dock area)....
592 mur_en Send Email Nov 16, 2009
11:29 pm
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...
591 Cuitlahuac Iriarte
ciriartec Send Email
Nov 11, 2009
6:27 pm
Thank you, i will try with the rlSocket class then. Cuitlahuac Iriarte...
590 mur_en Send Email Nov 11, 2009
10:40 am
... 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...
589 pvbrowser Send Email Nov 11, 2009
7:12 am
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...
588 pvbrowser Send Email Nov 11, 2009
6:13 am
... There is no Modbus daemon in server mode. But it should be easy to build. This is the Modbus class from rllib. ...
587 ciriartec Send Email Nov 10, 2009
8:12 pm
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. ...
586 pvbrowser Send Email Nov 5, 2009
11:32 am
The N900 which will come next year uses Maemo. There is a development kit for Maemo that runs on Ubuntu or Debian. See: ...
585 mur_en Send Email Nov 4, 2009
4:19 pm
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...
584 pvbrowser Send Email Nov 1, 2009
8:37 am
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. //...
583 pvbrowser Send Email Oct 25, 2009
7:55 am
... Ok, no problem. But the mainWindow position must be taken into account. Instead of ... write int x = mainWindow->x() + w->x(); int y =...
582 mur_en Send Email Oct 25, 2009
12:53 am
Dear Rainer, thank you very much for the nice new feature "Dockwidget&quot;. I am just implementing it in my server. It would be nice, if the dock widget would take...
581 Wang Pengli
yayaxyupp Send Email
Oct 19, 2009
12:49 pm
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...
580 Wang Pengli
yayaxyupp Send Email
Oct 19, 2009
7:35 am
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...
579 pvbrowser Send Email Oct 19, 2009
7:02 am
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...
578 Wang Pengli
yayaxyupp Send Email
Oct 19, 2009
1:18 am
It's nice than before version. but slowly yet. Is quickly the next version ? 2009/10/17 td_kenyon <td_kenyon@...>...
577 td_kenyon Send Email Oct 17, 2009
9:07 am
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...
576 Wang Pengli
yayaxyupp Send Email
Oct 16, 2009
5:21 pm
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 ...
575 pvbrowser Send Email Oct 16, 2009
10:24 am
I changed the sequence of splash->finish(&mainWin); app.processEvents(); delete splash; to app.processEvents(); splash->finish(&mainWin); delete splash; Thus...
574 pvbrowser Send Email Oct 16, 2009
9:14 am
... The main() routine now looks as follows: int main(int argc, char *argv[]) { Q_INIT_RESOURCE(pvbrowser); wsa(); // init windows sockets QApplication...
573 Wang Pengli
yayaxyupp Send Email
Oct 16, 2009
8:58 am
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...
572 Wang Pengli
yayaxyupp Send Email
Oct 16, 2009
8:41 am
Thanks a lot , I will try it soon. 2009/10/16 pvbrowser <pvbrowser@...>...
Messages 572 - 601 of 2237   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help