NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Show settings of custom steps in the step settings pane

Hi,

 

I created some new steps and added to each an edit substep. So the user can customise the options.

After a while if the user wants to see the options again he has to click the edit button to know whats happening in the step this is very cumbersome and slow.

Now I am looking for a solution to avoid this. I had some ideas but either they are not good enough or i dont know how to do this.

 

1. show the properties in the description: -good idea but sometimes the description is a bit confusing and to short. (same with comments)

 

2. open a window when the user selects a step and close it when he deselects it. -I dont know how to realise this...

 

3. modify the step settings pane and show the properties directly instead of the edit button. -this is my favorite but how to realise?

 

hope somebody can help me with realising my ideas or has some new.

I am sure I am not the only one with this problem

 

 

Cheers Frank

 

 

0 Kudos
Message 1 of 6
(3,968 Views)

Hi frankne,

 

I would store the the settings in the step itself.

When creating a StepType you can add variables or even containers to the type.

 

If you are developing in C/C++ or CVI just look at the CallExec StepType which is shipped with TS

If you select "Step" in the Variables Windows you see that all settings are done there.

 

If you are interrested about the source code:

ProgrammFolder\National Instruments\TestStand 4.0\Components\NI\StepTypes\CallExec

 

If you are interrested to see how powerful a user stepType could be visit:

http://sine.ni.com/cs/app/doc/p/id/cs-11443 

 

Greetings

 

Juergen

 

 

 

 

 

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 2 of 6
(3,964 Views)

Hi Juergen,

 

the options are stored in step variables already. And the user (test sequence developer) can have a look in the variables window but this is not very comfortable.

Thats why I want to show him in a special window (or something else) a few selected properties of this step The user sould see the properties as soon as he selects a step in the sequence.

I added a picture as an example, it shows how it could look like.

 

I hope you understand my intention a bit better now.

 

Cheers Frank

 

0 Kudos
Message 3 of 6
(3,959 Views)

Hi Frank,

 

I know exactly what you want !, i would like it, too !

http://forums.ni.com/ni/board/message?board.id=330&message.id=20804&query.id=306774#M20804

 

 

Greetings and  

still waiting for a "blue" answer

 

Juergen

 

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 4 of 6
(3,955 Views)

Hi

 

yes this would be a good idea. But unfortunately there is no such option at the moment.

But you can make a product suggestion here:

https://forums.ni.com/t5/Idea-Exchange/ct-p/ideas

Maybe one day it will be a feature of TestStand.

Regards
DianaS
0 Kudos
Message 5 of 6
(3,844 Views)

Hi Diana,

 

Thanks for your answer.

BTW I have opened a new thread  to ask again.

http://forums.ni.com/ni/board/message?board.id=330&thread.id=24108

 

Now i am directly in contact with JoshW

Lets see what we can get in future.

 

Greetings

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 6 of 6
(3,821 Views)