MicroControl:API Documentation
From KitwarePublic
Revision as of 20:20, 10 January 2011 by Dhanannjay.deo (talk | contribs)
[[category::MircoControl]]
Sending the message
Waiting for the request
A typical callback to request lots of data from
<source lang="python">
def OnRequest(self, evt): TCP.Send(XML.Request('get',position=(),scan=(),image=(),field=(), size=(), lasers=())) print 'Starting to read ..' TCP.Read(self.TopParent,DataReadyEvent(num=0))
</source>