05-04-2010 07:06 AM
Hi,
I have a very basic question, I have a digital pattern that I generated using MATLAB. I want to use the Digital Output pins for outputing this pattern, the following two approaches come to my mind:
1. I have the piece wise linear (PWL) file(I already converted it to LVM format) I generated through Matlab I can pass it through and ADC and then DAQ assistant and subsequently through one Digital output pin.
2. I can write the pattern in Labview and just pass it through the output pin (wouldn't prefer as I will have to write all the patterns by hand again)
So my question is : Is it possible to pass a the output of the ADC through one of the digital output pins on 6363 PCIe ? Also if you can point me to an example or a previous it will be very helpful.
Thanks
Manu
05-05-2010 03:57 PM
Hi Manu,
You can definitely output the digital pattern with the PCIe-6363. The best option would be to modify one of the example programs from the Example Finder. You can find the Example Finder at Help >> Find Examples. When this opens, double click Hardware Input and Output >> DAQmx >> Digital Generation >> Cont Write Dig Port - Int Clk.VI This VI should show you how to create a digital output task.