05-05-2009 09:28 PM
Dear,
We want to development a Automatic System with Labview for our production ,
But i want to clarify which functional to be right :
1. Developement Function : I apply with Labview ( Full Grade );
2. StandAlone Function :
Would you pls help me to clarify which software to fit into Automatic System :
- Test Stand ?
- Application Builder ?
Thks,
Leung
05-05-2009
09:43 PM
- last edited on
01-29-2025
11:59 AM
by
Content Cleaner
Leung,
Check out:
https://www.ni.com/en/shop/labview/select-edition.html
for a comparison. If you want to develop standalone software (and distribute it), you will need the professional version.
Teststand is highly useful software (just installed it on this PC today), but it isn't necessary for developing applications. You may want to look over what it can do to determine if you need it. Building applications with TestStand is slightly more complex (and definitely more expensive) [or at least it was with version 3.5... now I get to try 4.1].
05-05-2009 11:29 PM
Matt Bradley,
Thks your response,
But i still have a Question ,
Is Labview V8.6 ( Profession Pack ) have converion function for user to be
Executed Stand Alone or distribution ?
Thks,
Leung
05-06-2009 09:30 AM
Matt has already answered this in his response. As he noted, the Professional version includes the Application Builder which is the component that allows you to create an executable from your LabVIEW code. It also allows you to create an installation package for your application.
Please be aware that running the executable will require installation of the LabVIEW Runtime Engine on the target machine. The LabVIEW Runtime Engine is free. You can include it as part of your installation package, or have the end-user download and install it separately.
If you need more help in determining exactly what you need your best bet is to contact your local NI sales office.
05-06-2009 08:41 PM
Dear,
Sorry for my missing in Builder is included .
Thks a lot
Leung
05-07-2009 01:05 AM
Leung wrote:Dear,
We want to development a Automatic System with Labview for our production ,
But i want to clarify which functional to be right :
1. Developement Function : I apply with Labview ( Full Grade );
2. StandAlone Function :
Would you pls help me to clarify which software to fit into Automatic System :
- Test Stand ?
- Application Builder ?
Thks,
Leung
If you mean EXECUTABLE by the term Standalone, then LabVIEW is the best fit for an Automated System, esp for an Automated Test Equipment [ATE], that runs for production. This is because you can build an EXECUTABLE using TestStand; you need to deploy the application as a Sequence or Workspace in TestStand, which in turn calls your LV code as such, or as an EXE/DLL.