Re: TCP/IP driven event / Interrupt

2004-04-15 Thread WPS
Depending upon the structure of your code you could use threads and block on the socket - then when data is recieved use one of the sychronisation tools (queues, semaphores etc) to "wake up" or tigger an event in another thread.

TCP/IP driven event / Interrupt

2004-03-09 Thread Toni
Hi all, I thought about a better way of detecting the change of a value of a data socket connectin (OPC) than a loop with 50ms delay which continually polls the opc-server. Is there a way in LV to react on events which are not induced by a frontpanel input but by a change of a value of a data soc