07-15-2010 10:17 AM
Good Morning,
We have a custom step type which contains a Step results. Resultlist 2d array variable/container. The 2d array contains results from our custom Labview vi programs. Our database table has columns which has represent the certain columns in the 2d array. We want to parse the 2d array and load the correct array elements into the correct column of our database. Another way of looking at it is. Each TestStand Step has substeps. We want to load all of the substeps results into the database. How can we do it with? Can we use additional results function to load it.
07-18-2010 04:37 PM
Also according the manual, each step is save to the local Resultlist variable but when we tired to retrived the results from the variable in the logtodatabase callback. It's not there.