08-02-2016 10:23 AM
I have a need to branch on a parameter pulled out of a larger VI...
Given the following partial list of VI call parameters
...
+ Error In
Pass/Fail?
Report Text
- HB Actual
WBL Zone B PL Number(U8) Out (Checked)
WBL Zone A PL Number(U8) Out (Checked)
...
I tried
Step.Result.HB Actual.WBL Zone B PL >0
as my conditional expression...
Got Report
Unexpected token Actual: |
Tried Step.Result."HB Actual"."WBL Zone B PL" >0
That just moved the error to the . after Result..... sigh...
Help?
Solved! Go to Solution.
08-04-2016 07:37 AM
Hi Pat,
It seems as if you are trying to reference the VI parameter names in the TestStand Step.Results, is this correct? I wouldn't have expected to see these in Step.Results unless you had created a custom step type.
What have you entered in the values field for these VI parameters?
Regards,
Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)
Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor
08-04-2016 08:35 AM
@CharlieRodway wrote:"... What have you entered in the values field for these VI parameters?..."
Ahhhh... THAT little question solved my problem
Stuck local variables there and can now query them as needed... Thanks!
08-04-2016 08:37 AM
No problem - that was going to be my next suggestion, but I wanted to make sure I understood what you were doing!
Glad I could help,
Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)
Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor