06-08-2007 08:51 AM
06-08-2007 09:03 AM
06-08-2007 09:11 AM
Thanks, that's Ok now !
Another question, I want to do something (post a message as an example) each time the txt file is modified, how can I handle that ? with an event structure in the while loop?
Thanks for your support...![]()
06-08-2007 09:29 AM
06-08-2007 09:56 AM
Thanks for your solution, I will test that and keep you posted on my achievments...
06-08-2007 10:30 AM
Novice programeur wrote:Another question, I want to do something (post a message as an example) each time the txt file is modified, how can I handle that ? with an event structure in the while loop?
06-08-2007 11:02 AM
Thanks for your interest ! !
The process will be as follows:
1-an application reads text in a serveur pipe and write it into the txt file.
2-The LabVIEW vi reads in loop the txt file and sort out the txt value each time that's updated by the application running in parralel.
The goal is to synchronize the labview execution with the new messages arriving in the txt file.
Thanks for your suggestions on how can I continiously read the txt file and take an action in the vi each time the txt file is updated with new text.
See you...