01-14-2015 02:29 PM
Can i just do 3 nested for loops and iterate them 27times.
01-14-2015 02:45 PM
@reggie2016 wrote:
Can i just do 3 nested for loops and iterate them 27times.
Yes.
01-14-2015 03:48 PM
Need help finishing this code.
01-14-2015 03:54 PM - edited 01-14-2015 03:56 PM
Wow, that's just one big mess, creating a 27x27x27 3D array (~20000 waveforms!) and some 2D array and 1D arrays, etc.! I would really recommend to start with the tutorials mentioned before going any further.
Basically, you need two stacked loops and no duplicate file IO code (all code is in the innermost loop). One loop has 3 iterations and the other has 27 iterations. You get the 2D array out, no reshaping necessary.
01-14-2015 03:57 PM
ugh fine are there any other tutorials i need to know about other than the ones before.
01-14-2015 04:07 PM - edited 01-14-2015 04:07 PM
@reggie2016 wrote:
ugh fine are there any other tutorials i need to know about other than the ones before.
Those weren't enough? If you are looking for any more than those you'll likely need to take a course. Contact your local NI sales rep to find training in your area.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
01-20-2015 09:10 AM
im in college and they dont teach labview so this is the only help im getting. i dont have a sales rep.
01-20-2015 09:11 AM
Does this look right now?
01-20-2015 09:56 AM - edited 01-20-2015 09:56 AM
Still have some work to do.
What's the point of the third loop? That isn't needed.
Why the Get TMDS Propperties? You aren't getting anything out of it. Get rid of it.
Your outter loop should be iterating 3 times, once for each module. And use that value to build up your channel name.
Use Indexing Tunnels on both of your FOR loops. That will create a 2D array of waveforms for you.

01-21-2015 05:02 PM
one question using the percent sign for the channel name is there any way we can get it to start for 0 instead of 1.