NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to log a 1D array to a TestStand Results Database

Using TestStnad 4.2.1 and MySQL.

 

I have a custom step that contains an 1D array. How do I log this array to the TestStand Results database?

 

Thanks

0 Kudos
Message 1 of 2
(3,842 Views)

Hi

 

The key to customising the default TestStand database logging is the schema's which you may or may not be aware of. If you are not take a look at the tutorial Creating a TestStand Database Schema from Scratch for more info.

 

You are able to log an array automatically as the column field is of type "Binary". When set to binary you then have the Format option enabled, use this to determine the format of the values you want to log.

 

See the TestStand help topic Logging Binary and String Database Values for more information.

 

For information on logging a 2D-array, please see the thread How to add a 2D result array to the result database?

 

I hope this helps

 

Rich

NI | UK

0 Kudos
Message 2 of 2
(3,812 Views)