10-20-2006 11:55 AM
10-23-2006 05:44 PM
10-24-2006 09:04 AM
Hey Nathan,
I am glad that you replied.
I am trying to target an RTX system.
This code was originally developed by someone else.
I am trying to make it more user friendly and easier to operate.
I have found the problem that I was having. Actually the data was being documented using an event structure and it was writing whatever it was having at that moment of time in the array.
I am using Labview 7.1 but will be upgrading it to Labview 8.0.
I am targeting a RTX system.
I have gone through few examples but each of them is fulfilling the requiremnet independently.
All I want is log continous array of data and each having a time stamp(absolute) of its own, resampled at desired user 'dt'.
Regards
10-25-2006 06:43 PM
10-26-2006 11:16 AM
Nathan,
The RT is to precisely control a parameter by using PID control methodology.
By resampling I mean going back to collected array of data.
I have used the multi-task design example to solve my problem.
I have used another while loop for logging the data at a different rate and no resampling of the collected data is required now.
I am writing data at a different rate from acquisition.
Sorry for not using the correct terminology to describe my problem.
Now its doing exactly what I wanted it to do.
Thanks for your concern
Regards