How can I make user custom interface e-mail allow the user to control the tests?

Hello.

I am totally new to TestStand and I try to use it to test a simple dll to a larger system, as kind of an assessment to see if we want to migrate to this system.

I use TestStand 4.2 with LabWindows/CVI 8.5... He was going along fine, but now I'm stuck trying to customize the user interface

Specifically, I want to have the user be able to control what are called in the order and be able to choose (through, say, a digital control) what inputs are sent to the object to be measured.

I found a few examples, but they seem just to manage the display of TS data to the user interface, not * is * data of the UI back to TS...

Is there a tutorial that handles such things?

I'm seriously lost here.

To answer your question, the best way to get info from the user interface in the file of the sequence is to do the same thing were the examples you were watching.  Except that your data will be the SequenceContext.  Then, you can use the nodes property or even the screws TS to set the properties inside your sequence.

There may be a better way to accomplish what you want though.  Why not pop up a dialog box (written in CVI) in the (substituted in your movie file) PreUUT with a list of 'tests' of your sequence?  The user can select which tests they want to run.  Then the prerequisites for your steps which indicate the step execution based on what the user has selected.  The dialog box can also have entries that is filled to the sequence (with parameters) which can FileGlobals or people of the country or whatever.

User interface messages are used for the duration of decisions or feedback.  It seems that your case would be more than one once a decision to run.  Unless they choose tests during execution.

Hope this helps,

Tags: NI Software

Similar Questions

Maybe you are looking for