10-08-2014 02:26 PM
We have not had that particular error message show up any more. It disapperaed as quickly as it arose.
Now for a new question. : Is it possible to use the arbitrary waveform memory to output sequences on the digital ports? We can do it programatically, but that limits the bandwidth.
Regards
Harry
10-09-2014 07:31 AM
No. The arbitrary waveform generator can only output through the "FGEN" BNC connector.
10-09-2014 08:45 AM
Thanks,
Is there any way to get data out on the digital ports more quickly than uploading a sample at a time through the interface?
10-09-2014 08:50 AM
No, the Digital I/O port is implemented as static digital. It's a sample at a time; there's no hardware timing.
What are you trying to accomplish?
10-09-2014 09:00 AM
We are trying to have our students build a simple r/2r dac using that port as the digital source.
10-10-2014 08:36 AM
Hmm. Yeah, without hardware timing, you're limited to how quickly you can send new samples to the device. With a quick test of 'write new samples in a loop', I can get about 660 Hz with a VirtualBench on USB and about 440 Hz over wireless, although that's going to vary with a lot of factors (bus latency, processing latency on the host computer, etc). That still should be enough to demonstrate how a R/2R DAC functions, but the things you could do with a slow DAC are limited.
I've made a note of this use case for possible future product improvements. Thank you for the feedback!
10-10-2014 08:47 AM
Thanks. Let me know if we can help. We would be glad to beta it if need be, and we have been writing a lot of LabVIEW for vb.
Regards
Harry