04-07-2008 07:08 AM - edited 04-07-2008 07:14 AM
04-08-2008 05:18 AM
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
04-08-2008 05:24 AM
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