NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequential Model: Tile Sequences called into a new execution

Solved!
Go to solution

Hi, 

 

I was wondering if it was possible to tile sequence called to run in a new execution, is it possible to tile these new execution windows, similar to what the batch does. 

 

 

I hope that makes sense. 

I am calling Sequence A in an CallSequence Step to Run in New Execution.

I am calling Sequence B in a CallSequence Step to run in a New Execution

 

They both run in an ew execution, and each have there own execution window, as a tab. Is it possible to tile these windows?

 

 

Thanks

 

Kev

0 Kudos
Message 1 of 7
(874 Views)

Just wanted to add to this, I would settle for away to programmatically set "New Vertical Tab Group" when I start my sequence in a new execution

kross8_0-1697786339795.png

 

Thanks

 

Kev

0 Kudos
Message 2 of 7
(835 Views)

Are you thinking of running / tiling the executions in SeqEdit?

 

0 Kudos
Message 3 of 7
(826 Views)

Hi, 

 

Thanks for the reply. That correct I'm planning in running the Sequence Editor and tiling in there, if possible 

 

Thanks

 

 

Kev

0 Kudos
Message 4 of 7
(811 Views)

Hi Kev,

 

I am not aware of a method to manipulate SeqEdit from a TestSequence, sorry.

 

 

0 Kudos
Message 5 of 7
(802 Views)
Solution
Accepted by topic author kross8

Hi, 

 

SOLVED!!

Putting this here to help others.

There is a UIMessage that does what it says on the tin. 

  • UIMsg_TileWindows–(Value: 23) Post this message to the user interface to instruct it to tile the windows the activeXDataParam parameter specifies. Use an array of ActiveX reference objects that reference a PropertyObjectFile or an Execution for the activeXDataParam parameter. The user interface tiles the windows that correspond to the objects in the array. To tile all windows, pass a NULL reference for the activeXDataParam parameter or use the Nothing keyword if you are using the ActiveX/COM Adapter.

 

 

kross8_0-1698132337315.png

 

Hope this helps

 

Kev

 

Message 6 of 7
(782 Views)

Hey Kev,

 

 

Awesome, you dug into this

 

thanks for sharing this!

Oli

0 Kudos
Message 7 of 7
(772 Views)