Hello, Basicly you need to monitor file change (FileChangeNotification API) to detect when new data is available. Signalling your file read/plot routine. However this is best way to do it, if the plot data resides in disk file. Better method is to allocate memory mapped file, write to it and then signal plotting application. Regards Benkku