NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Get Client sequence File loaded and other detials

Solved!
Go to solution

Hello Members,

 

I have modified Teststand process model(Sequential) to choose the client sequence file programatically. When I run the execution entry point "Test UUTs", Each time it will prompt for the appropriate client sequence file path to load.The sequence added for getting the client file is in PreMainSequence Callbacks as shown below image

image.png

image.png

 

I want to know is there any event callbacks which will tell the the client sequence file loaded each time.I tried using below even callbacks, which is not giving the result. (Highlighted in Yellow color)

 

image.png

Also my second requirement is to get all the sub sequences used inside the client sequence file.and the result of that sub sequences (pass /fail)

 

Kindly help me to solve the issue.

 

Vipinraj KK

Certified LabVIEW Architect

0 Kudos
Message 1 of 3
(2,508 Views)
Solution
Accepted by topic author VipinrajKK

Below are the vent which will generate when new client sequence file is loaded from Main sequence.

UIMsg_ClientFileChanged

image.png

Below are th event generating when the sequence is executing.

UIMsg_Trace

image.png

 

 

Can someone tell me how to get the current execution details like current sub sequence executing and result of it

 

Vipinraj KK Certified LabVIEW Architect

0 Kudos
Message 2 of 3
(2,465 Views)
Solution
Accepted by topic author VipinrajKK

I m able to get the subsequence name and result by using UI Message Event.

 

I m using UIMSG_Trace Event to get these information.

 

Below are my code inside UIMSG_Trace

image.png

image.png

 

0 Kudos
Message 3 of 3
(2,407 Views)