<div>Hello,</div>  <div>I've gotten my&nbsp;OPC&nbsp;client to work well under a&nbsp;multi threaded wxApp. Now I am trying to create a single threaded&nbsp;App&nbsp;because,&nbsp;from what I've learned from users on this list,&nbsp;it is a simpler and cleaner way to do ththings.</div>  <div>&nbsp;</div>  <div>I've setup a test script that allows me to catch DataChange events (see attached code). This seems to work well. Now I'm one step from putting it into my wxApp, and I'm wondering how can I do this? Ideally I want the OnDataChange method to be a method in my wxApp. But it is instead a method that is part of the GroupEvents class. Do I need to post an event from the GroupEvents.OnDataChange method to the wxApp so that I can catch the data change event in the wxApp? How is this typically done?</div>  <div>&nbsp;</div>  <div>Big Thanks!</div>  <div>&nbsp;</div>  <div>Jeff</div>  <div>&nbsp;</div>  <div>&nbsp;</div>  <div><B><I>Graham Bloice
 &lt;graham.bloice@trihedral.com&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Jeff Peery wrote:<BR>&gt; thanks for the beta!<BR>&gt; <BR>&gt; I think my main problem is that I don't really understand this code; I<BR>&gt; didn't write it. Could you recommend a book/website that describes<BR>&gt; what these functions like 'group.OPCItems.AddItem' do? For example,<BR>&gt; how do I know what a 'group' is or what the addItem() parameters are,<BR>&gt; or how to interpret that error code that you interpreted, and I'm not<BR>&gt; really sure if this code will work for other OPC servers other than<BR>&gt; the automation direct server.<BR>&gt; <BR>&gt; Also, where might I go learn about how to setup the event handler for<BR>&gt; a data change event?<BR>&gt; <BR>&gt; Thanks again, I appreciate your help!<BR>&gt; Jeff<BR>&gt; <BR>The canonical definition of the OPC Automation interface API is the
 OPC<BR>DA Auto 2.02 Specification. DA stands for Data Acquisition. The<BR>originators of this document are the OPC Foundation, at<BR>http://www.opcfoundation.org, and the specification is *so* open you<BR>have to become a member to download it (at a cost of USD 1500). Grrr.<BR><BR>However, if your Google fu is up to it you might find a copy lying<BR>around elsewhere, as I have run across it on several OPC Vendors sites. <BR>I think I've also found it with several OPC Servers. I would recommend<BR>that you get the Matrikon OPC Simulation server for testing, this<BR>installs the Matrikon OPC Explorer which is a useful client app to work<BR>out what's happening when your client doesn't work. This might give you<BR>the docs. The document goes under various names such as opcda20_auto.doc.<BR><BR>Note that the docs are VB (VB6) based, but not too difficult to convert<BR>to python.<BR><BR>You will also want to read up on creating event handlers in PyWin<BR><BR>--
 <BR>Regards,<BR><BR>Graham Bloice<BR><BR></BLOCKQUOTE><BR><p>&#32;
      <hr size=1>Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping"> 
Find them fast with Yahoo! Search.</a>