NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a python script from a TestStand sequence?

Please tell me how is it possible to call a python script from a TestStand sequence.
 
Thank for your help in advance.
 
Imre
0 Kudos
Message 1 of 3
(9,272 Views)

Here you can find some information about Python and LabVIEW:

http://forums.ni.com/ni/board/message?board.id=170&message.id=124424&query.id=149647#M124424

If you have LabVIEW, you could use LabVIEW steps to call your Phyton Scipts.

Another solution would be, to do, what is decriibed in the thread directly in TestStand:

You can call a dll or .NET assemblies directly from teststand, or use the "Call Executable" TestStep.

 

0 Kudos
Message 2 of 3
(9,253 Views)

Just updating this thread...

 

 

TestStand 4.2 includes an updated Call Executable step type, specifically designed for calling scripting language scripts. See DevZone article Calling Scripting Languages from NI TestStand for more information.

 

David Rohacek

National Instruments

0 Kudos
Message 3 of 3
(8,434 Views)