From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Close TS Sequence in Labview

Hello,

 

I need help in doing the following from Labview.

 

I have a sequence file that contains some sequences. I want to be able to search for a sequence inside the sequence file, clone it under the same parent sequence, rename it, then apply some values to its global variables. So far, I figured out how to get the the sequence inside the sequence file, but I couldn't find a way to create an exact copy of it in the same parent.

 

Any help on this is appreciated.

 

Thanks,

Sam

0 Kudos
Message 1 of 2
(2,191 Views)

Sam,

 

this is better placed in the TestStand forums....

You have to clone the sequence. Clone is a function of the PropertyObject class, so you have to cast the Sequence into PropertyObject.

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,188 Views)