12-23-2019 02:50 PM
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:
--> then I have a clock configuration sequence (no error there when debugging),
and finally here is where I get an error:
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:
I don't really understand what is causing this.
Thanks for any help.
12-23-2019 05:24 PM
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.