Jump to content

test stand Introduction


Grey

Recommended Posts

Hi Friends,

 

I recently moved to new company where i am finding that they are not using LabVIEW but Test stand.

I never had a chance even to discuss about about NI-Teststand so far.

so time to move on to Test stand now. I have few questions to discuss here..

 

1. Is Test stand is completely new programming language than LabVIEW?

2. How to convert Test stand program to LabVIEW and LabVIEW to test stand back?

 

Regards,

Jaikanth

 

 

Link to comment

1. Is Test stand is completely new programming language than LabVIEW?

 

TestStand is not a programming language. It is a test executive.

 

It is more like Excel in that it implements expressions and conditional logic.

 

TestStand is combined with a language like LabVIEW, CVI, HTBasic etc... to create a test solution.

 

These languages are invoked as steps by use of an TestStand adapter.

 

http://zone.ni.com/reference/en-XX/help/370052H-01/tsref/infotopics/adapters/

 

It is also possible to use a script with an executable such as Perl, Python or TCL to perform tests.

 

2. How to convert Test stand program to LabVIEW and LabVIEW to test stand back?

 

Since TestStand is not really a programming language, there is no direct/simple way to convert to/from LabVIEW.

Edited by Phillip Brooks
  • Like 1
Link to comment

How I have used TestStand is more of a sequencer.  We want to set the power supply, so that is a step in TestStand.  We then want to measure the voltage with a DMM.  That is another step.  And we go along like that.  It makes test developement really easy.

 

For drivers and low level stuff, we use LabVIEW.  So a lot of your LabVIEW code can still be used.  You are just invoking them via TestStand instead of calling them in LabVIEW.

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.