NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

passing a value from the frontend callback to a database

I have added a LabVIEW Vi to the frontend callback sequence which asks the user to enter a string value. I would like to be able to insert this value into the UUT Results section of my database at the end of a UUT sequence execution. Can anyone point me in the right direction of how i might be able to achieve this.
0 Kudos
Message 1 of 3
(3,005 Views)
Davepar -
The frontend callback runs independent of any UUT sequence execution. I would assume that you could assign this string value to a station global, like StationGlobals.MyString. If you add a new column to the UUT Results database, and add a new column definition to the schema for the UUT Results statement in the Database Logging Options dialog box, the value expression for that new column could just reference that station global, StationGlobals.MyString.

Scott Richardson (NI)
Scott Richardson
https://testeract.com
0 Kudos
Message 2 of 3
(3,005 Views)
Thanks Scott, that worked a treat.
0 Kudos
Message 3 of 3
(3,005 Views)