LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ni_database "show data"

Solved!
Go to solution

I've made some data logging; now I read from DB with block "NI_database". What I want is to show these data in one table...

 

My data output is 2D; For now I have just "data block" but is not OK (I need just one table, to see all data at once-or just last one wit automaticall scrolling)

_________________________
Rookie; LV 2011 on WIN 7
Download All
0 Kudos
Message 1 of 12
(2,864 Views)

You can place a Database variant to data with a 2D string-array as type input to get a 2D string array instead. It makes for nicer presentation.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 2 of 12
(2,860 Views)

Yes,yes I get this, but still is not automatically scrolling down(while new data coming into table...); I'm searching at properties for this, but not found;

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 3 of 12
(2,857 Views)

Ah, you want to watch the last row? Then you'll need to use the Scroll Position property and set it to Infinity when an update occurs (or at regular intervals).

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 12
(2,847 Views)

No I want to watch whole data as now; but aways refreshing last row, to see what's happening; now is "stuck" while i go manually with mouse to button.

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 5 of 12
(2,843 Views)

The table is updated every time you perform your Select query, do you use a while loop or event structure?

/Y 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 12
(2,837 Views)

I use while loop; You don't understand me; The table is refreshing OK, but after a lot of data, I must scroll down manually, I want that labview will scroll down automatically with new data...

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 7 of 12
(2,835 Views)

Anyone else ??

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 8 of 12
(2,821 Views)

You got the answer already with the scroll position property. Did you even try it?

Message 9 of 12
(2,818 Views)

Well I tried this, but I never use "property node"; Can you make little example, please?

 

Many thanks for your time

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 10 of 12
(2,812 Views)