LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display 2D array in a table, 1 row at a time

Solved!
Go to solution
I am using a For Loop to read a serial port 40 times and display the values in a table of 40 rows and 5 columns.  I auto index the output of the For Loop to build the 2D string array. The problem is that the serial port takes too long to answer and the VI takes about two minutes to display the values in the table because it doesn't do it until the For Loop finish its 40 iterations. Is it possible to display each iteration as it executes? I mean, to pass the value of the 1st iteration to the 1st row of the table and then do the 2nd iteration, pass its value to the 2nd row of the table and so on? Thanks a lot! (Merry Christmas to the ones that celebrate it)
0 Kudos
Message 1 of 8
(7,580 Views)
Solution
Accepted by topic author Farracillo
Yes.  Put your array indicator inside the loop.  Use the Build Array function to build up your array.  Feed the array to a shift register.
Message 2 of 8
(7,576 Views)
hello,
CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
Message 3 of 8
(7,566 Views)

WOW! YOU GUYS ROCK!!!!!!!!

THANKS YOU VERY MUCH

0 Kudos
Message 4 of 8
(7,551 Views)

Hello Farracillo,

 

if your problem is solved, thanks to close  the post

 

and if veryenjoyed let littles kudos ... Smiley Wink

 

@+

 

Tinnitus

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 5 of 8
(7,538 Views)

Hey Tinnitus

I started with Labview just 2 months ago and this was my first question ever in an online forum so i don't quite know how it works.

It looks like i need to close the post or something. I will read about it in a minute.

Just wanna let you know that i did solved the problem and i really aprecciate your help guys.

I'am pretty happy Smiley HappySmiley Happy

Thanks again

0 Kudos
Message 6 of 8
(7,528 Views)

Oops! I didn’t know about kudos. That’s why didn’t gave them before. There you go now! Thanks

0 Kudos
Message 7 of 8
(7,523 Views)

Hello Farracillo,

Your welcome,

It's pretty cool to have backup if an answer mach correctly for a problem and so

others members don't have to work on , i mean for more complexes questions

and ever even more cool to give/receive kudos to keep up motivation ...

 

 see you for others questions...

 

@+

 

Tinnitus

Message Edité par tinnitus le 12-26-2008 09:33 AM
CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 8 of 8
(7,520 Views)