NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO CHANGE SEQUENCE title

hello NI team
i am using TS2.
i wish to change the sequence title, so it will give me more information, not only seq name,
that i use, like card type, card release, Catalogue number..etc..
this inforamtion exists in Locals.CardType, Locals.CardRelease, and Locals.CatNumber

please see the attached file..
thanks in advance
Simon.I
0 Kudos
Message 1 of 5
(3,565 Views)
The information exists actually in SequenceGlobals
and i wish on SequenceLoad to update the Title..

thanks again
0 Kudos
Message 2 of 5
(3,554 Views)
Hi Israelsze1,

Do you actually want to change the name of the sequence file or sequence? This is the information that is displayed in those windows. You can programmatically change the name but if the goal is just to change how the window looks so you can display the additional information then I would suggest adding a field on your operator interface that displays this information.

You cannot change the appearance of the sequence editor but TestStand ships with several prebuilt operator interfaces. You could add several fields on one of these operator interfaces to display the information you're interested in. When the sequence is loaded you could send a message (uimessage) to the operator interface telling it to update the new fields.

Please refer to Chapter 9 Creating Custom Operator Interfaces of the TestStand Reference manual for more information. You can access this by going to Help >> Search the TestStand Bookshelf from the sequence editor.

I hope this helps!! Please post back with any further questions.

Regards,

Sarah Miracle
National Instruments
0 Kudos
Message 3 of 5
(3,497 Views)
Hello Sarah
I wish to change only the Sequence Title.
In normal, it shows the Sequence path, and wish to add some more information to it.

(one option is to change Sequence name to the sequence name + more information, but i dont like it)

i believe it should be done during "SequenceFileLoad"
can you help me with this?

regards
Simon.I
0 Kudos
Message 4 of 5
(3,481 Views)
Simon -
The title that the sequence editor displays is hardcoded internally based on the name of the file. There is no way to customize the SequenceFile object to instruct the Sequence Editor to display something different.
Scott Richardson
https://testeract.com
0 Kudos
Message 5 of 5
(3,457 Views)