NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get save button's state in TestStand 3.5?

Hello,
 
I should implement a call in TestStand 3.5 which would check something in the sequence file when the user wants to save his sequence.
Is that possible to call a callback sequence when the user saves his sequence? Is there an action which will be called when the user pushes the save button?
 
Thank you,
 
Peter


Message Edited by Pete77 on 04-07-2008 07:14 AM
0 Kudos
Message 1 of 3
(3,136 Views)

Hi Peter,

there´s no callback in sequence editor you can do this. But when you use an operatorinterface or userinterface e.g. Labview you can look in code and see the ConnectCommand method where you connected button from sequence editor to user interface - and so you can programm your own code around your button in labview before execute these connection to sequence editors buttons...

C:\Programme\National Instruments\TestStand 3.x\OperatorInterfaces\NI\Full-Featured\LabVIEW\TestExec.llb\Full OI - Top-Level VI.vi

C:\Programme\National Instruments\TestStand 4.0\UserInterfaces\NI\Full-Featured\LabVIEW\TestExec.llb\Full UI - Top-Level VI.vi

Attached here screenshot of interesting ConnectCommand method in block code of labview (analog in textprogramming - like c code in cvi)

Best Regards

Johann

 

 

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

Hi Johann,

thank you for you answer and proposal! I will look throgh your document you attached and try to apply this way in my code!

Thanx again,

Peter

0 Kudos
Message 3 of 3
(3,106 Views)