NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Number history storage in TestStand

I'm modifying the TestStand 1.0.3 process model and need to create a new version (in LabVIEW) of the "DisplayUUTInformationDialog" function from the modelsupport.dll.

My question is, where does this dialog get the list of previously entered
serial numbers that it uses to build the combobox entry? I thought they
would be in a station global somewhere, but I can't find them.
0 Kudos
Message 1 of 2
(3,020 Views)
The function DisplayUUTInformationDialog in the modelsupport DLL has static variables that holds the list. The function populates the dialog each time it is displayed. This list is only destroyed when the DLL gets unloaded from memory.

Scott Richardson - NI
Scott Richardson
https://testeract.com
0 Kudos
Message 2 of 2
(3,020 Views)