06-20-2014 10:56 AM - edited 06-20-2014 11:01 AM
My program is meant to read incoming data, multiply it by a 6x6 matrix, and out put the data to a graph and a spreadsheet. However, while the program can read incoming data, it fails to display the data after the mathematics, and would also fail to save any data to spreadsheets. What am I doing wrong, and how can I fix it?
EDIT: Sorry about not posting the programs sooner. They are now attached.
06-20-2014 10:57 AM
Gee, anything be wrong with your program.
Hard to tell at the moment given the information provided so far.
06-20-2014 10:58 AM
Here are the files I'm referring to
06-20-2014 10:59 AM
@mecheng86 wrote:
What am I doing wrong, and how can I fix it?
You can start by posting your VI. If the VI won't post, then zip it up and post the zip file.
06-20-2014 10:59 AM - edited 06-20-2014 11:00 AM
Please show the code where you have the issue.
Edit: I am too late typing a reply
06-20-2014 11:11 AM
Your matrix math just won't work. If you want to use that matrix, then you have to sample 6 waveforms, each with 6 samples. I somehow doubt this is what your really want.
06-20-2014 12:06 PM
Ok. Thanks for your help.