10-16-2007 09:18 AM
Hi,
I generated a VI that control and monitor a number of events over 24 hours. The output of this VI is a text file. I am now trying to build another VI able to import this txt file and to plot this events over time (eg. scatter plot). Does anyone already created something similar?
Thanks,
Valter
10-16-2007 10:10 AM
10-16-2007 10:14 AM
All you need is to know the structure of the file, and since your application write it, this should not be hard. 🙂
If you want, attach a short version of the log file, tell us how the data is arranged, and how you want to plot it.
10-17-2007 05:19 AM
Hi,
thanks for the messages. Here are two data files, one with comments and one without. The data file includes several training days, which start at particular time. Each training day includes several trials, eg 240. Each trial includes a light stimulus at a particular time, which last for a particular time. A number of seconds after the light goes on there is a feeding event. We also monitor a response, cage 1, 2 , 3 and so on. The cage event has a time and duration. We want to plot the cage events, separately, over the trial time, which includes light and feed events
Thanks,
Valter