Hi,
I'm still in the process of learning TestStand and I'm trying to figure out the best place to store certain variables and constants that are used in our Tester. This includes things like more info on the UUT (SN's for components, what version of software it is programmed with, etc), Config file pathname constants, tester hardware constants, additional report info that is carried accrossed multiple invocations of a sequence, and probably more - I haven't sat down and thought about all of them yet.
I don't wan't to store these in the sequence file because I will have several sequence files. Besides the data really isn't seqence file dedpendant, it's application dependent, and I don't have to make the lab-tech's insure that all these variables
are in every test sequence they create.
It seemed like the Process Model might be a good place to store this. I don't think we are going to be using more than one process model, and some of the info (UUT, report, etc) is already stored there. What do you think?
Oh, and also, I haven't been able to figure out how to get data from the Proccess Model (like UUT SN) while in a step of the sequence (in a TestStand expression or LabView code module). Where is that located in the Sequence Context?
Thank you,
jackson