02-17-2005 11:04 AM
02-17-2005 11:53 AM
02-06-2008 01:06 PM
02-07-2008 04:56 PM
02-07-2008 08:09 PM
02-08-2008 09:23 AM
It seems to me that I'm doing the exact same thing, but for some reason, the reference is good when it comes into my top VI, but not good in the subVI. Here is the subVI I'm using in various locations.
As an aside, I would appreciate any comments on the subVI. It's supposed to allow you to set/get a parameter in your sequence file by passing in the variable name in the LookupString. In testing, (when I called it directly from TestStand 4.0) it worked fine. However, I'm wondering if my 'actual' scenario has any affect on the outcome. In the real test, I have a number of subsequences. It's in one of those subSequences that I call the Top-level VI that then calls this utility subVI. Does "ThisContext" mean something different depending on which sequence you're in?
Also, I learned that parameters are local to the sequence you created them in. I created my parameters in the MainSequence, but I want to set/get them from any of the subSequences. Even though I'm running a different sequence, it seems to think the parameter "Exists" (see code)
02-11-2008 04:04 PM
02-11-2008 04:17 PM
02-12-2008 08:09 AM