12-03-2007 06:41 AM
12-04-2007 02:39 PM
Hi,
In order to perform this operation with your device you will need to use a counter to generate a clock signal for your digital output. The digital subsystem does not have its own dedicated internal timing engine. Therefore, a sample clock must be provided from another subsystem on the device or an external source. The following two Developer Zone documents discuss how to accomplish this, while performing an input.
M Series Hardware-Timed DIO with Counter Clock Generation
DAQmx - Using a Counter as the DIO clock for M Series
The method in which you will build the digital waveform will depend on the type of variables you will be pulling this information from. Here is a tutorial on building a table of digital data. In regard to reading in your digital data and displaying it on screen I would look at the Read Dig Chan.vi example which can be found in the NI Example Finder>>Hardware Input and Output>>DAQmx>> Digital Measurements. You also mention that you would like to have this output come from the hardware only. You device has a 2047 sample FIFO buffer which will allow for buffered output but I am unsure what you mean by “not from my computer” could you clarify on that.
12-05-2007 08:41 AM
12-06-2007 02:40 PM
Hi Melanie,
Thank you for clarifying what you meant, I believe the this Knowledgebase articles titled Analog Output Regeneration Modes and Data Transfer Request Condition for Continuous Analog Output using NI-DAQmx will be great resources for you please review these documents and post back if you have any further questions.