12-18-2012 12:28 AM
I receive this error in my program when trying to run it
Specified read or write operation failed, because the number of lines in the data for a channel does not match the number of lines in the channel.
If you are using the Digital Waveform datatype, make sure the number of lines in the digital waveform matches the number of lines in the channel. If you are using boolean data, make sure the array dimension for lines in the data matches the number of lines in the channel.
Number of Lines in Channel: 8
Number of Lines in Data: 1
Task Name: _unnamedTask<4>
Can someone tell me how to resolve this?? Thank you!
PS; Ive attached my vi
12-18-2012 09:31 AM