NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch numeric array from mysql - Teststand database logging

Solved!
Go to solution

Hello together,

 

I am trying to retrieve a numeric array from mysql database using Labview, which is logged from teststand database plugin. 

 

The sql query is created and able to get the string response from database. Now problem is while converting this data to numeric array. 

 

I tried with NI database tool  and  I could see the values from the tool as in the screenshot (Memory view and Data view).

 

NI_Follower_0-1611154276534.png

 

NI_Follower_1-1611154324016.png

 

From Labview, I could create the hex data as in the first screenshot using sql query. Any one know the conversion NI is doing to convert the values in the field memory to get the values as in the data field.

 

I also need to do the same to retrieve my logged data for further processing. 

 

Any ideas or any other better solutions than this to retrieve the numeric array???

 

NI_Follower_2-1611154393792.png

 

 

0 Kudos
Message 1 of 2
(772 Views)
Solution
Accepted by topic author NI_Follower

If anybody looking for the same,

 

Here is my solution 

 

NI_Follower_0-1611319069969.png

 

0 Kudos
Message 2 of 2
(725 Views)