It is difficult to start such a project without first learning a few basic LabVIEW skills.
Please take a few steps back and look at your code:
- You now save DBL data as I16 binary (Throwing away 75% of all information), then display it as EXT!
- All your controls (except "stop") are outside the loop, meaning the are never read again once the big while loop starts.
- There is still no way to tell if signal generation or acquisition starts first.
- A "collector" with a sample size of 1 seems quite silly. 😮
- You acquire plain 2D data, fake it into dynamic data, then extract the timing information that was never there to begin with. Then go back and forth between DBL and dynamic data several times before saving. Why?
I would suggest that you look at as many shipping examples as possible to get a better feeling how to do things. Good luck! 🙂
Message Edited by altenbach on 10-13-2006 12:00 PM