NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

SequenceFileCallModule

Solved!
Go to solution

Hi,

Creating of SequenceCall from MainSequence is done, except ModuleSequence. I use current file for Module and in program was put some sequence (but not MainSequence). For reason that SequenceCall was done in MainSequence (SequenceHandle work on this), SequenceCall to other sequence is not possible (because only MainSequence can be in sequence call). However, when I call editor, right sequence is  writed there, but still "The sequence was not found in selected sequence file") exist. If I click to end of sequence file, pull down menu is appear and all sequences are there. After pressing Enter, appropriate sequence was chosen.

So, how to get reference to SequenceFileHandle to choose other sequence than MainSequence in sequence call Module ? My Object is SequenceHandle, because sequence call work with this and is inserted in MainSequence.

 

best regards,

branar

0 Kudos
Message 1 of 2
(2,768 Views)
Solution
Accepted by topic author branar

Hi,

Problem was in determing of string in sequence filename. For some reason one additional character was there and string comparison was not ok. This was reason why "filename not found". After re-coding of this, sequence filename and SequenceCall work fine.

best regards,

branar

Spoiler
 

 

0 Kudos
Message 2 of 2
(2,724 Views)