03-13-2012 09:22 AM
Hello all,
I been using the LabVIEW for the past two users in Machine Vision Application Development. I have the following questions on my mind,
1. I would like to know what is test stand.
2. Where it can actually used.
3. Is vision development can be done using that.
4. What is advantage of this over LabVIEW..
Waiting for replies...
Thanks.
Solved! Go to Solution.
03-13-2012 09:37 AM - edited 03-13-2012 09:38 AM
Hi,
TestStand is a test sequencer whose engine is accessible via a powerful API, thus you can execute and manage TestStand sequences (*.seq files) from many different programming languages and development environment.
Basically, you will create (or use) your own operator interface to execute or edit your sequences, these sequences are made of different steps that consist in calling external component like VI made in LabVIEW, DLL made with LabWindows/CVI or Visual Studio and even .NET Assemblies. All these external components may execute some routines that will affect hardware (for example checking if a DC motor will move according to the set point you set).
You can then check if the tests pass of fail and then automatically edit a report.
You cannot compare LabVIEW and TestStand, they are not made for the same purposes. You can see LabVIEW as an "add on" for TestStand in a way...
Regards,
03-13-2012 09:42 AM
All you had to do was go to the main NI site and you would have quickly found the main TestStand page. Read what is there and your questions should be answered. You should find out that questions 3 and 4 do not make any sense.
03-13-2012 11:06 AM - edited 03-13-2012 11:07 AM
Hi Dennis and Brian
Thanks for your reply.. Figured out a bit.