Jump to content


Photo
* * * * - 1 votes

TestStand Sequence Linkage

caller identification

  • Please log in to reply
5 replies to this topic

#1 NIKLIVE

NIKLIVE

    I've come back for more.

  • Members
  • 2 posts
  • Version:LabVIEW 2012
  • Since:2007

Posted 26 June 2012 - 01:21 PM

How to find which sequence is linked with other sequence. Or Caller identification same as in LabVIEW project.

#2 asbo

asbo

    I have no idea what you're talking about... so:

  • V I Engineering, Inc.
  • 1,273 posts
  • Version:LabVIEW 2011
  • Since:2008

Posted 26 June 2012 - 01:58 PM

Neither of your questions are clear, can you elaborate?

#3 Roderic

Roderic

    Very Active

  • Members
  • PipPipPip
  • 113 posts
  • Location:Toulouse (France)
  • Version:LabVIEW 2012
  • Since:2010

Posted 26 June 2012 - 02:49 PM

I guess the question is: Is there a way to find sequence caller from within the TestStand project?

CLA


#4 crelf

crelf

    I'm a LAVA, not a fighter.

  • V I Engineering, Inc.
  • 5,742 posts
  • Version:LabVIEW 2012
  • Since:1993

Posted 26 June 2012 - 07:22 PM

I guess the question is: Is there a way to find sequence caller from within the TestStand project?

Yes, but only during runtime

RunState.Caller.RunState.SequenceFile.Path

post-181-1170858537.png


#5 Jeff

Jeff

    Active

  • Members
  • Pip
  • 16 posts
  • Version:LabVIEW 2012
  • Since:1992

Posted 26 June 2012 - 10:04 PM

Not sure if this is what you are looking for, but you can display the sequence file hierarchy for a sequence file in a TestStand project (or even outside of a project) to see (non-dynamic) callers of sequences at edit time. From a sequence file in a TestStand project, right-click>>Display File Hierarchy; or just from an open sequence file: View>>Sequence File>>Display File Hierarchy.

#6 NIKLIVE

NIKLIVE

    I've come back for more.

  • Members
  • 2 posts
  • Version:LabVIEW 2012
  • Since:2007

Posted 10 January 2013 - 05:40 AM

Thanx I got the way around