NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Need to insert so information about a unit in a access database, however final information isn't gotten unless unit passes test.

I am new at teststand, here's what I got.  I created a test sequence, that basically records the serial number, test the board, then calculate a MAC_Adress for this unit if it passes all the other test.  the calculation of a MAC adress is done in a sub sequence file.  This test works.  Now this information needs to be logged to a data base.  what I did was created a copy of one of the existing schemas in test stand, and modified the tables I needed.  I am having two problems, one I get an error if I try to log additional results, (database options),  Two, i can not firgure out how to place the MAC_Adrress in the UUT_Result table.  Table format is currently:

ID  STATION_ID   UUT_SERIAL_NUMBER   USER_LOGIN_NAME  START  EXECUTION_TIME  UUT_STATUS  ERROR_CODE  UUT_ERROR_MESSAGE

Like to add UUT_MAC_ADDRESS between the serial number and login name, which i created the column, however having problems getting that p[arameter in that field.

0 Kudos
Message 1 of 2
(2,631 Views)

Hallawt,

What kind of error are you getting when trying to log additional results. Do you have the additional tables defined in your access db? The  ID  STATION_ID   UUT_SERIAL_NUMBER   USER_LOGIN_NAME  START  EXECUTION_TIME  UUT_STATUS  ERROR_CODE  UUT_ERROR_MESSAGE are all parts of the header, you can modify this by going into the process model. There are two excelent resources on how to do this for html: http://digital.ni.com/public.nsf/allkb/F8243CE782AFF42086256E62006B3FC1 and for XML: http://zone.ni.com/devzone/cda/epd/p/id/4759.

Richard S -- National Instruments -- (former) Applications Engineer -- Data Acquisition with TestStand
0 Kudos
Message 2 of 2
(2,610 Views)