03-12-2008 08:12 AM
03-12-2008 08:19 AM - edited 03-12-2008 08:21 AM
03-12-2008 11:36 AM
Thanks Ben for taking the time to point me in the right direction. I have had a look at the template in labview and I am struggling to convert my code into this format as I am fairly new to labview and unfamiliar with this approach. Could you post an example based on my code of how I can go about this. I am using labview 7.1
Many thanks.
03-12-2008 11:53 AM
03-12-2008 11:55 AM
03-18-2008 09:29 AM
Ben,
I tried to edit my code into the producer consumer format, but I get an error- "An error ocurred while compiling this VI" am i on the correct lines. I have attached a jpeg to have a look at.
thanks
03-27-2008 05:38 AM
Hi Jaime
It looks like you are on the right track with converting your code to a producer consumer architecture. What error are you getting while compiling?
Regards
03-27-2008 05:49 AM
I have solved the problem. I did this by breaking up the DAQ assitant and only reading the value in the while loop. All other tasks are performed once outside the loop. I am now getting the update rate I need. When I changed to the producer consumer architecture, I still had the problem with the log rate due to the express VI, so would need to do the same.
Thanks.