Signal Generators

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you generate a 16-bit non-repetitive TTL pattern on the PXI-5411?

I'm using the signal coming out from the 16-bit digital terminal on the front panel of the PXI-5411. I was wondering how to send a digital WORD or pattern through the outputs where the pattern is non-periodic through a short period of time?

Thanks
0 Kudos
Message 1 of 2
(6,784 Views)
The signal from the 16-bit digital terminal on the front panel is the digital representation on the waveform downloaded to the NI-5411's memory. The only way to generate a non-periodic pattern is to create one in software, and download the waveform to the NI-5411's memory for generation. It would be easier to make this waveform as I16 data type, as that is what is used by the hardware to generate the analog data. The signal on the Digital Pattern out should be exactly what is loaded as the I16 waveform.

If a floating point data type ( ex. double ) is used to create the waveform, the signal at the Digital Pattern connector may not be known, as NIFgen converts the double data type to I16 integer as the waveform is downloaded to the NI-5411.
0 Kudos
Message 2 of 2
(6,784 Views)