LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table

Solved!
Go to solution

so before i began to change this was for me the best solution but the reset did not work

0 Kudos
Message 21 of 38
(1,812 Views)
Solution
Accepted by drek1234

Hi drek,

 

solution without event structure:

check.png

Best regards,
GerdW


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

i afraid of asking this 😞 all data keeps on coming without pushing the append button do i use the wrong switches ?

dont know the swtich you use (sry dont kill me) but many thanks in advantage for the patience

0 Kudos
Message 23 of 38
(1,802 Views)

Ok, let's take a step back.  Where is your data coming from?


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 24 of 38
(1,791 Views)

data comes from an rs232 1 number and with this number there is a formula for thats why i use 10 and 15 as example

all of that is working as you can sse in my last vi everyting is working except that when i have to delete the data in

the table the still exists, and whats working in my last vi you can see the append button works.

0 Kudos
Message 25 of 38
(1,787 Views)

I think you want you clear code to happen after the append code.


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 26 of 38
(1,780 Views)

well the data is coming from a measurement by append i put the 2 numbers in the table (same row)

by the next append i put the next 2 numbers in the table en so on.

but if there is something wrong with the measurement i should be able to empty the table 

and start again from the 1st row or better but more difficult i guess i should be able to

delete the wrong numbers at a row.

But always when i do a new measurement i should be able to clear or reset the table.

Afterwards i after should be able to write the table to a spreadsheet.

 

0 Kudos
Message 27 of 38
(1,775 Views)

 

 drek1234 wrote:

but if there is something wrong with the measurement i should be able to empty the table 


 

How you will check the measurement is wrong or not?

If you know the criteria, use GerdW's solution.

 

You got some nice ideas (solutions) for your query.Please use those and solve your issue.\

 

And also, please go through these links:

 

http://www.ni.com/getting-started/labview-basics/

ttp://www.ni.com/white-paper/5243/en/

http://www.ni.com/white-paper/5241/en/

http://www.ni.com/academic/students/learn/

http://labviewwiki.org/LabVIEW_tutorial#External_Links

http://www.learnni.com/

http://www.ni.com/getting-started/

 

Munna
0 Kudos
Message 28 of 38
(1,759 Views)

to see if a measurement is correct i can that on the display of the machine, looks not so simple to make

a table in labview 

0 Kudos
Message 29 of 38
(1,747 Views)

Hi drek,

 

looks not so simple to make a table in labview

Creating a table and filling it with data is really easy with LabVIEW - as you can see in all the suggested solutions…

 

Best regards,
GerdW


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