NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Unique ID for each test to be stored into Database

Hello,

 

Is there a way to give each test within a teststand sequence a unique additional ID that can be logged into the database?

 

Looking to correlate the same test data from various databases that may or may not be in a different order purely based on a sql search based on that unique identifier as I can not guarantee that the test name would be unique or that the test result would be in the same order within the database. 

 

Was looking at the additional results section within the step settings as a possible route to this

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

is this possible?

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

If you're using the default database schemas then a unique step ID should already be getting logged for each step:
StepID.PNG

If each of your unique 'tests' have the same step ID's (should not impacted by renaming a step, but will change if copied), then using this may work. If they cannot share step IDs, then you can modify the schema to log another expected identifier as you mentioned.

 

Hope this helps!

Trent

https://www.linkedin.com/in/trentweaver
0 Kudos
Message 3 of 3
(2,131 Views)