<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>pvbrowser at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/pvbrowser/</link>
    <description>process visualization hmi/scada</description>

    <item>
      <title>pvdevelop for windows</title>
      <pubDate>Fri, 10 Jul 2009 18:40:39 GMT</pubDate>
      <dc:creator>Joaquin Sorianello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/483</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/483</guid>
      <description>Hi! I find a bug in pv develop. When the software generates the make file for the project the paths for includes are wrong, because used &quot;/&quot; like os separator.</description>
    </item>
    <item>
      <title>Re: Get current value of the widgets</title>
      <pubDate>Mon, 06 Jul 2009 04:31:21 GMT</pubDate>
      <dc:creator>pvbrowser</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/482</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/482</guid>
      <description>Of course you have to check the ID before setting the value if there are more objects. static int slotSliderEvent(PARAM *p, int id, DATA *d, int val) { if(p ==</description>
    </item>
    <item>
      <title>Re: Get current value of the widgets</title>
      <pubDate>Mon, 06 Jul 2009 04:27:04 GMT</pubDate>
      <dc:creator>pvbrowser</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/481</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/481</guid>
      <description>... You must define a variable within the DATA structure of the according mask. typedef struct // (todo: define your data structure here) { int slider1; //</description>
    </item>
    <item>
      <title>Get current value of the widgets</title>
      <pubDate>Mon, 06 Jul 2009 02:25:22 GMT</pubDate>
      <dc:creator>sherxie</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/480</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/480</guid>
      <description>Sorry to trouble you again. I want to use some of the widget to do some control for the hardware. However, currently I only find out how to set value for the</description>
    </item>
    <item>
      <title>Re: Problems with serial port</title>
      <pubDate>Sun, 05 Jul 2009 17:03:11 GMT</pubDate>
      <dc:creator>pvbrowser</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/479</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/479</guid>
      <description>... If you use timeout=0 readLine() will wait indefinitely if no characters are received. If you omit the timeout parameter at all, the default (1 second) will</description>
    </item>
    <item>
      <title>Re: Problems with serial port</title>
      <pubDate>Sun, 05 Jul 2009 13:17:41 GMT</pubDate>
      <dc:creator>miguelangeltororuiz</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/478</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/478</guid>
      <description>... hi thanks for answer, Which operating system do you use ? (linux/windows/os-x) I´m using windows. Do you have a real serial port or do you use a</description>
    </item>
    <item>
      <title>Re: Problems with serial port</title>
      <pubDate>Sun, 05 Jul 2009 06:50:50 GMT</pubDate>
      <dc:creator>pvbrowser</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/477</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/477</guid>
      <description>Which operating system do you use ? (linux/windows/os-x) Do you have a real serial port or do you use a USB/Serial adapter ? If you call serial.readLine() with</description>
    </item>
    <item>
      <title>Problems with serial port</title>
      <pubDate>Sat, 04 Jul 2009 19:50:18 GMT</pubDate>
      <dc:creator>miguelangeltororuiz</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/476</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/476</guid>
      <description>Hi hellow everyone, I´m writing because i have a problem with the serial port and i don´t know what to do. I´m reading aski caracters wich a machine send to</description>
    </item>
    <item>
      <title>Re: Hello World!</title>
      <pubDate>Thu, 02 Jul 2009 12:28:08 GMT</pubDate>
      <dc:creator>pvbrowser</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/475</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/475</guid>
      <description>... There is little documentation about Python in pvbrowser :-( But it is straight forward to C/C&#43;+ Simply create a new pvserver and check the &quot;use Python&quot;</description>
    </item>
    <item>
      <title>Re: Hello World!</title>
      <pubDate>Thu, 02 Jul 2009 11:52:53 GMT</pubDate>
      <dc:creator>Joaquin Sorianello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/474</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/474</guid>
      <description>... Its true ... That&#39;s a great idea. I&#39;m a newbie in C&#43;+ programing.... I can do a python script for generates the csv files??? I think in a something like</description>
    </item>
    <item>
      <title>Re: Hello World!</title>
      <pubDate>Thu, 02 Jul 2009 07:14:13 GMT</pubDate>
      <dc:creator>pvbrowser</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/473</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/473</guid>
      <description>Your pvserver is a multi threaded application. 1 thread is waiting for new clients. When a client connects a new thread for handling that client is created. </description>
    </item>
    <item>
      <title>Re: Hello World!</title>
      <pubDate>Thu, 02 Jul 2009 03:58:02 GMT</pubDate>
      <dc:creator>td_kenyon</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/472</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/472</guid>
      <description>Hello Carlos, Can you please reply in english also if you are able to??  Thanks. Regards, Trevor ________________________________ From: Carlos Fangauf</description>
    </item>
    <item>
      <title>Re: Hello World!</title>
      <pubDate>Thu, 02 Jul 2009 01:36:00 GMT</pubDate>
      <dc:creator>Carlos Fangauf</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/471</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/471</guid>
      <description>Joaquin: mira hace un tiempo estubimos con esto de pvbrowser pero no llegamos muy lejos por una cuestion de que nos cuesta mucho el tema de entender el tema de</description>
    </item>
    <item>
      <title>Hello World!</title>
      <pubDate>Wed, 01 Jul 2009 19:37:14 GMT</pubDate>
      <dc:creator>Joaquin Sorianello</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/470</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/470</guid>
      <description>Hello, my name is Joaquin Sorianello, I&#39;m from argentina. I&#39;m making a SCADA for a wasted water plant, this is my first app whit pvbrowser. I will use a twido</description>
    </item>
    <item>
      <title>Re: Problem in mutiple display of plot widget</title>
      <pubDate>Fri, 26 Jun 2009 16:39:27 GMT</pubDate>
      <dc:creator>sherxie</dc:creator>
      <link>http://tech.groups.yahoo.com/group/pvbrowser/message/469</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/pvbrowser/message/469</guid>
      <description>Thanks a lot. The problem got solved!</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Fri Jul 10 21:00:03 PDT 2009 -->
