Is it possible using the DAQ USB-6509 to sample 32 digital lines at 1MHz using DAQExpress?
I bought such a unit as the spec said 96 channels at 48MHz, however, I don't know how to use it, I have no prior experience with DAQExpress or Labview.
When modifying the examples I don't really get any ideas. If I change the "Data Format" in the reading "DAQmx" from Line (boolean) to Waveform I get a 1D array of digital waveform that I don't understand to handle. Can't connect it to a graph.
If I change a "wait" from milliseconds to microseconds the example will not run.
With the examples for analogue input I can directly sample data (simulated device) into a graph and see the values, how do I do that with digital inputs?
Is DAQExpress the right tool for me? If not what should I use?