LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"List Data Sets" don't work

Hi all

I created the VI with SVE.

The data I can write and read.

But the List Data Sets.vi don' show out data.

Why?

Respect.

Iskander

0 Kudos
Message 1 of 9
(2,274 Views)

Hi Iskander,

 

Have tried wiring a simple error handler to the List Data Sets.vi to see if there are any errors?

 

 

Allison M.
Applications Engineer
National Instruments
ni.com/support
0 Kudos
Message 2 of 9
(2,253 Views)

Hi Allison M

Thanks.

I changed the VI.

There are no ERRORS in VI.

Regards

Iskander

0 Kudos
Message 3 of 9
(2,246 Views)

Hi Iskander,

 

Could you give us some more information about the data you are logging to the database. How many data sets are contained in your database (i.e. what return value are you expecting from the list data sets)?

 

Best Regards,

Allison M.
Applications Engineer
National Instruments
ni.com/support
0 Kudos
Message 4 of 9
(2,228 Views)

The first thing to check is if the data is there. Goto MAX and makes sure the DB exists and it has data. Make sure you use the right DB name when attempting the list.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 9
(2,223 Views)

Hi

Thanks all.

I log in Citadel the Double and Boolean data.

I can view this data in MAX.

I want use the "Read Data Set Run by ID.vi" in my project.

Best regards

Iskander

 

 

 

Download All
0 Kudos
Message 6 of 9
(2,212 Views)

Hi Iskander,

 

Are you having issues using the Read Data Set Run by ID.vi? Here is the detailed help file which describes the inputs and outputs needed to use this vi: http://zone.ni.com/reference/en-XX/help/371618G-01/lvdsc/read_data_set_run_by_id/.

 

Best Regards,

Allison M.
Applications Engineer
National Instruments
ni.com/support
0 Kudos
Message 7 of 9
(2,193 Views)

Hi Allison M

Thanks

The Read Data Set Run by ID.vi has input data set information trace.

How can I  receive the data set information traces from "List Data Sets.vi" for to use in "Read Data Set Run by ID.vi"?

Best regards

Iskander

 

0 Kudos
Message 8 of 9
(2,178 Views)

Hi Iskander,

 

The 'data set information traces' output of the List Data Sets.vi is a 1-D array. The input to the Read Data Set Run by ID.vi's 'data set information trace's' input is a string. You will need to determine which string you want from the array output and use the index array to pass this element to the Read Data Set Run by ID.vi. See below: 

 

Best Regards,

Allison M.
Applications Engineer
National Instruments
ni.com/support
0 Kudos
Message 9 of 9
(2,171 Views)