I am trying to convert a 1D boolean array into a digital waveform which can be output on a single digital line of my PCI-6733. I do not understand why the "Convert Boolean Array to Digital Waveform" requires a 2D array. What are the two dimensions? Is it data x line, and if so, which dimension is which? Can waveforms only be used to write to digital ports?
The 2D array is if you want to convert more than one signals. You can use the build array function to convert your 1D array to 2D array. See attached image.