LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table

Solved!
Go to solution

yes it is easy to fill a table that what i already did in my VI the only problem is that i cant clear the table after a whole measurement

a data of previous measurement stays in memory of table, try my VI and you see everything is working do a stop 

and you will see the previous measurement appears again.

I see that someone had the same problem but did not find the solution

0 Kudos
Message 31 of 38
(1,115 Views)

Hi drek,

 

the only problem is that i cant clear the table after a whole measurement

Because you didn't incorporate our suggestions into your VI!

 

do a stop and you will see the previous measurement appears again.

Wrong! When you stop your VI and restart it the shift register is initialized with an empty array, so old data is lost…

(The table itself keeps the old data UNTIL you press your "append" button. That's the way YOU programmed it…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 32 of 38
(1,109 Views)

here almost same problem, solution in a private message:

http://forums.ni.com/t5/LabVIEW/table-reset/td-p/2491688

 

0 Kudos
Message 33 of 38
(1,098 Views)

Why do you keep reverting back to what we keep telling you does not work?

 

GerdW's solution found here is what you need.  You just had your Append logic flipped (ie swap your True and False going into the Select function for the Append).  Since you have data constantly coming in, you should not use the event structure.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 34 of 38
(1,069 Views)
Solution
Accepted by drek1234

checked it again and it works 🙂 thx for having patience and spending so much time on me 

glad it works.

0 Kudos
Message 35 of 38
(1,062 Views)

You should really mark GerdW's post that I previously linked to as the solution.  It was the first to show you what you really needed.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 36 of 38
(1,056 Views)

i ll try if i can

0 Kudos
Message 37 of 38
(1,049 Views)
If you just click on Options, you can unmark the solution you gave.
0 Kudos
Message 38 of 38
(1,039 Views)