LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Stepwindows for cycle

Hello,
 
i search a simple system to display a procedur.
I must see the step (Nr. and description) and must write the result in the same line.
Then end a step the next step begins.
The only that i see in the Userinterface symbols thas the "editable celltree".
It this the only?
 
Thanks
 
wolf4124
0 Kudos
Message 1 of 2
(2,857 Views)

The tree is indeed one possible solution.

One alternative solution is to use a three-column table: the first column can display a proper image (e.g. checkmark for steps already completed, an arrow for step under execution or nothing for steps still not executed); the second column a description of the steps and the results may be shown in the third column (and maybe some columns more if needed).

The table permits you several aestetic customizations like for example painting in green the background of cells for steps with good result and in red those for defective steps, writing in bold the step under execution... Attached is a sample panel.

In my opinion in case of a simple sequence of tests without hierarchical connections between them the table is a more powerful tool for your needs. On the other hand, if your test procedure is adaptive so that some tests are executed or not depending on the results of preceding tests you may find the tree more suitable to give the user a visual feedback of what's going on.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,840 Views)