Hello everyone,
I'm exploring the wonderful world of my custom process model and the accompanying ModelSupport.seq file. I've been pouring over the advanced TestStand documentation from NI but I can't seem to find the answer I'm looking for. So I notice that within Initialize Execution Entry Point within ModelSupport.seq that there are two method calls which AddExtraResult "Limits" and "Comp" to the results list. That's great! (I assume that for steps without those properties that it just skips over that process and doesn't throw an error or anything.) I would like to expand on this functionality to add more properties to the results list. When I tried duplicating the step Include Limits in Results and then attempting to save ModelSupport.seq I get a big fat error saying it failed to save the sequence. So am I not supposed to modify ModelSupport.seq which lives in the Program Files (x86) directory? I can't find any documentation on this...
If I want to add more AddExtraResults steps should I be doing it from elsewhere in my custom Process Model? That's kinda what I take from the Configuring Results Collection section of https://www.ni.com/en-us/support/documentation/supplemental/08/teststand-report-generation-and-customization.html. It would just be nice if all of these steps were in the same location within Initialize Execution Entry Point and not scattered about.
Thanks,