From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

logging custom UUT to Database in TS2012

Solved!
Go to solution

Hi :

 

    Because user required more information such as  PCB version,Process ID... in UUT container , so I creat a custom datatype My_UUT to replace UUT default. After  modified UUT in NI_databaselogger.seq in TS41 and TS2010, I can add PCB Version and Process ID in "Database Option dialog:Columns and Parameters"  and in the "Expression Borrows" dialog, logging.uut has been changed as My_UUT.

 

    But in TS2012, after modified UUT in NI_databaselogger.seq,  the logging.uut  was still kept as default UUT. How can I change it???

0 Kudos
Message 1 of 4
(4,244 Views)

The UUT instance is passed from the model to the plugins, so the definition in the model also needs to be updated.

0 Kudos
Message 2 of 4
(4,211 Views)

Hi:

 

    Yes I do modify UUT definition in SequentialModel.seq and  other two model in TS4.1, It 's OK.

 

    But , In TS2012  I can't modify the UUT definition when a Plugin subsequence (which has UUT parameter) was called.  How can you change their definition?

 

   

0 Kudos
Message 3 of 4
(4,163 Views)
Solution
Accepted by topic author Sailfish

"    But , In TS2012  I can't modify the UUT definition when a Plugin subsequence"

 

I'm not sure what you mean by 'can't modify'.

 

You should be able to load the model files and plugins, edit the UUT datatype, and then saved them all.

 

However, another possible better idea would to edit only UUT local variables in the model entry point sequences. You can add properties beneath UUT.AdditionalData without needing to change the actual UUT type definition because AdditionalData is marked with the unstructured flag. Of course, if you do this, the properties you add won't be visible on UUT instances at edit time....but they will appear at runtime.

0 Kudos
Message 4 of 4
(4,101 Views)