01-17-2007 10:25 AM
01-17-2007 10:53 AM
01-17-2007 10:58 AM
01-17-2007 11:27 AM
So I'm guessing that you are using ClientTCPRead() to retrieve the data in some kind of timed/tight loop? This might be having an effect on the callback structure - in my programs I only call ClientTCPRead() from within the callback itself, when the TCP_DATAREADY event is received. IIRC, you will only get callbacks triggered if there is a ProcessSystemEvents() or similar within the program - if you are running in a separate thread this could be the reason no callbacks are being generated. Maybe someone from NI with inside knowlegde of the TCP callback structure can advise?
JR
01-17-2007 11:41 AM