07-16-2008 06:29 PM
07-17-2008 03:28 PM
07-18-2008 04:00 PM
Hello Lars,
Thank you for your reply.
I am new to VB .NET. My previous application was written in VB 6, and it made use of CWArray. There I could put my acquired data direcctly into a single array
using: LogData(l) = CWArray.Index(binary,(0,Null) .. where 0 is my channel to be read.
I think that was very fast and I hardly had to lose data while writing the Binary collection fron DAQ to the computer.. I am not sure if the .NET Array Class is that efficient. Moreover, being new to the language, I am having trouble understanding the concept.
Vijay
07-18-2008 05:03 PM