TestStand - User Interface


In addition to the sequence editor, TestStand comes with two types of user interfaces, namely SimpleUI (simple user interface) and Full-Featured UI (full-featured user interface).

Simple User Interface

The source code of the simple user interface is located in the <TestStand installation path>\UserInterfaces\Simple\LabVIEW or <TestStand Public>\UserInterfaces\Simple\LabVIEW directory.
The contents of these two directories are exactly the same. In order to prevent the files under <TestStand> from being arbitrarily modified and causing TestStand to be abnormal, generally check and modify the contents of the <TestStand Public> directory instead of operating the <TestStand> directory .

insert image description here
Run TestExec.exe, the TestStand engine starts, and a login dialog box pops up
insert image description here
. Click the Open Sequence File button to arbitrarily load a sequence file.
insert image description here
Click the Single Pass button to execute the test.
insert image description here
The test results include the execution pane and report
insert image description here

Full-featured user interface

The source code of the full-featured user interface is located under <TestStand installation path>\UserInterfaces\Full-Featured\LabVIEW\Source Code or <TestStand Public>\UserInterfaces\Full-Featured\LabVIEW\Source Code. Double-click TestExec to open the full-featured user interface, and a pop-
insert image description here
up User dialogs
insert image description here
Load sequence files via File-open sequence file
insert image description here
Right-click on sequence steps to set breakpoints and run modes.
insert image description here
Ctrl+Shift+Alt+Insert can switch operation mode and edit mode
insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/weixin_43781045/article/details/128370470