NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Post Expression SubSequence call syntax

Does anyone know what the syntax would be to call a subsequence within the post expression step of a Multiple Numeric Limit test. During runtime, I'd like to call a labview module, return the results, then perform a few expressions on the multiple limit test before doing the eval. There are quite a few expressions, so they are in their own sequence file.
 
-Derek
0 Kudos
Message 1 of 3
(3,160 Views)

Hi Derek,

I am assuming you are using TestStand Ver 4.0 as early versions you dont have the facility to call a TestStand API from the Post Expression.

If you have the right version then you should be able to get the syntax from the Programmer Reference Help. In fact the predictive text hightlight the syntax as you type in the expression in the Expression Editor.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,150 Views)
Hi Derek,
 
i think i know your "few expressions" Smiley Very Happy from a former thread.
http://forums.ni.com/ni/board/message?board.id=330&thread.id=18374
 
Just for understanding why do want to use "Post Expression"? 
In my opionion it makes more sense to do these expressions in the LV -Vi where the array is
generated and returned.
The advantage of this is that there is no need for the TS locals array at all. The array is only inside your VI.
And if there are changings you only have to modify your vi. On the other hand you have to modfiy both. VI and sequence.  
 
Greetings
Juergen  
--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 3 of 3
(3,141 Views)