LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing Waveforms to multiple Channels NI PXIe-5450 - repeated capability error

Hi there, having an error in my LabVIEW code and not sure where it's coming from or how to fix it.

I am using NI PXIe-5450 to generate two waveforms (waveform 1 out of channel 0, waveform 2 out of channel 1). Configuration sequence:

thej178_1-1577133897105.png --> then I have a clock configuration sequence (no error there when debugging),

and finally here is where I get an error:

thej178_2-1577134049961.png

 I've used this type of a syntax before when writing to 1 channel. 1) allocate named waveform 2) write named waveform 3) write a script 4) execute etc.

The error I receive here is the following:

thej178_3-1577134142735.png

I don't really understand what is causing this.

Thanks for any help.

0 Kudos
Message 1 of 2
(3,294 Views)

Found the following: Finding the Device and Channel Name(s) of a IVI Device 

Turns out that you can allocate multiple channels with waveforms as long as the waveforms require the same amount of memory. I think this might be issue number one with what I was trying to do.

0 Kudos
Message 2 of 2
(3,257 Views)