NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a column to the database schema - Where to store the data?

I am modifying the UUT_RESULT table to add a couple columns, they will contain metadata (For example, a Boolean "production_run" flag).

 

I have successfully mod'd the schema both in the DB and within the teststand connector, and I am able to log a value.  However, I don't know the best place to store it.

 

Right now, I am storing it in StationGlobals, as this is accessible by both the sequence and the results processing plugin.  But that's clearly not the best thing to do.

 

From scanning the other configured values in the connector, it looks like adding to Logging.UUT would be appropriate.  But I am not sure how I should do that.  Is this something that can/should be accomplished at runtime?  Or do I need to modify some template ahead of time?

0 Kudos
Message 1 of 1
(618 Views)