07-19-2009 04:10 PM
Hi,
I am extremely new to TestStand, please see question below and offer advice.
I want to set up a simple test sequence.
I want a message to popup on screen that asks the operator which unit of 6(max 10) Units to test(i.e. there are say 6-10 box's to select from).
Then the sequence goes to the particular part of the sequence and performs the test on which ever unit was selected.
What is the best way to do this?
Could i use message popups to do this?and if so what do i need to do link it to the correct part of the sequence file?
Do message popups only allow 6 options to select from?
Thanks,
Solved! Go to Solution.
07-19-2009 09:30 PM
Hi,
You can do using message popup method. You can ask the user which unit want to execute by inserting message in message expression in message popup step settings.Something like below
"Enter unit number to execute
1. Unit1
2. Unit 2
.......
10. Unit 10"
then check "Enable response text box" from options tab in step settings.When user enters unit number you can get the user entered value by inserting the below statement in post expression of message popup step settings
Locals.String = Step.Result.Response
Note : String is a local variable to be defined.
Convert that string in to number and send that output to switch expression there by you can use a sequence call step to call sequence whichever to be executed. (I hope your each unit will be seperate sequence file)
I hope these resolves your problem. If you don't understand let me know so that I can develop a small example and send it to.
Cheers,
krishna
07-20-2009 03:38 AM
Hi Krishna,
Can you send on an example, I do intend to have seperate Sequences for each Unit.
thanks.
07-20-2009 11:28 AM
Hi,
As I promised, I attached an example. please have a look and reply if you have any problems or issues.
Hope this example is clear to you. 🙂
Thanks,
krishna
07-20-2009 11:38 AM
Cheers Krishna,
I will study and hopefully get my test sequence working,what version TestStand was it created in.
Thanks again.
07-20-2009 11:59 AM
07-20-2009 12:19 PM
Hi,
Attached file is created using TS 4.2. I think backward compatability is not possible .
Thanks,
krishna