11-20-2007 02:02 PM
11-22-2007 04:15 AM
11-22-2007 06:14 AM
thanks for the reply, I'll have a go at what you've said and see what happens, and you are correct in assuming that I do not have that many versions of labview on my computer so if you could convert that program it would be great.
Thanks
Charlie
11-22-2007 06:20 AM
No Problems,
If you can also try using just 1 card and see if the buffer error still occurs, and also the hardware products you are using that would be great. I'm under the impression the hardare and interface will handle the speeds, so it may be worth looking at either using the producer/consumer loop and queues (if the CPU is being thrashed all the time) with a queue system or another solution I've considered is saving to RAM instead of disk to cut the latency, although I'm not sure how practical this will be for you
Regards,
11-24-2007 09:03 AM
11-24-2007 09:11 AM
See here for example of Producer Consumer Design Pattern.
Ben