09-11-2006 01:18 PM
09-11-2006 03:39 PM - edited 09-11-2006 03:39 PM
It looks like what you want to do is shown as #4 from this figure in the 6501 data sheet. You don't mention how often you need to check the switch closures and as the acquisition is software timed, the speed will depend on your system and your program. You don't mention what programming language you will be using but assuming that it is LabVIEW, you can acquire data as a digital waveform type which will give you a timestamp, add your own timestamp whenever you do a DAQmx Read, or put your acquisition in a timed loop which will give you a more reliable rate.
Message Edited by Dennis Knutson on 09-11-2006 02:40 PM
09-11-2006 03:52 PM
Yes, I'd be using LabVIEW.
I'm pretty new to this type of stuff, so please excuse any dumb questions or comments on my part. You mention how often I need to check the switch closures. Does this type of system actually have to check (at a specified interval) whether or not the switch is open or closed, or does it just constantly monitor the state of the switch?
09-11-2006 04:19 PM
09-12-2006 09:49 AM
09-12-2006 09:57 AM
09-12-2006 10:05 AM