Hello
i am using Labview to perform hardware triggered digital read write for
NI-PCI 6229 DAQ. i am using labview example at
C:\Program Files\National Instruments\LabVIEW
8.0\examples\DAQmx\Synchronization\Multi-Function.llb\
Multi-Function-Synch Dig Read Write With Counter.vi
In this example the data to be written to channels outputs are generated within a subvi and
given as 2D array of size num. channels X num. samples
and converted the array to digital wave form. it uses a subvi "boolean array to
digital".
i need to read the data from a file that would have data for each
channel in columns (1 and 0s). i tried to incorporate "Read from Text
File.vi" example given in Labview which reads a files to an array. the
function palette "Spreadsheet string to digital" converters string to
digital waveform but not an array of numbers to digital waveform.
"Boollean Array to digital" converts True/False array to digital
waveform but not numbers. one way to over come this is converts the
array of numbers to array of boolean and then converts to digital
waveform.
my question is what is the easier way to read from a file 1/0s and
obtain teh corresponding digital waveforms. is there a example labview
subvi for this.
thanks in advance.
regards
Ruwan