Hi Dennis,
Thankyou for your interest.
My problem is definately saving the data and writing it to file. The Advantech VI works well. I do not know if you have used or using Advantech Hardware and using a driver to interface with LabVIEW so i do not know if the Advantech VIs will appear when you open up the VI I attached to my original posting.
But if you do Advantech have made these sample VIs for multi channel DAQ and in them they have controls such as COUNT CYCLE MODE, SAMPLE RATE, FIFO SIZE etc. As you are well aware of.
"COUNT" means "the number of data set".
For example, if you use "non cyclic mode" and "count=100", you will get 100 set of data after you start the data acquisition.
If you use "cyclic mode" and "count=100", you will get 100 s
et of data at every one cycle of data acquisition.
The problem is that I only get one cycle of data written to my spreadsheet when I use CYCLIC mode, when really i should be getting more. That is what the excel spreadsheet was supposed to illustrate. I think I was very unclear about that. The data in the actual spread sheet is not relevant. Its the fact that I only get one cycle worth of data written to my spreadsheet file when I use Cyclic mode, that is my problem.
So that is why I think the problem is in my LabVIEW programming skills because i am new to it and do not fully understand the environment completely. The adavntech stuff is working fine.
I just cannot figure out why i am only getting one set of data written to my spread sheet when I should be getting lots more.
Cheers
lp19