03-07-2005 07:54 AM
03-07-2005 01:29 PM - edited 03-07-2005 01:29 PM
Message Edited by Johnner on 03-07-2005 02:30 PM
03-08-2005 07:15 AM
10-16-2008 10:31 AM
Yes, I have the same question in choosing what is suitable version for me, Base, Full, or Professional?
I'm a Lab manager for a high pressure and temperature lab. I will use labview to operate the high pressure and temperature press, and also if possible, to reduce the data.
Right now, I don't know how to use Labview.
Please advise me which version I should choose.
My email address is: xbao2@uwo.ca
Thank you.
10-16-2008 11:20 AM
Personally, I would never consider anything less than the full version. The full version adds all of the advanced analysis and signal processing functions. For development of user interfaces, you get the event structure at that is much nicer to use than the polling approach you have to use with the base version.
If you will also have to distribute applications to pc's without LabVIEW installed or create DLLs that can be called by other languages, go for the professional version.
10-16-2008 06:41 PM - edited 10-16-2008 06:44 PM
Another good reason to go with at least the full version over the base version is that event structures are not present in the base version. Follow the forums enough and you'll see many threads where an event structure is required or at least highly recommended to do whatever user interface handling the original poster is trying to do.
EDIT: Oops, sorry Dennis. I created my reply before I got down through the thread all the way and read yours. Here is a recent thread discussing the alternatives to an event structure.
10-17-2008 02:08 AM
As most already stated, you have to choose between cost and functionality.
LV BDS (Base Developement System) brings only the real basics for programming. For many applications, this set of functions is too small, with the missing event based programming capability being the hardest to digest....
LV FDS (Full Developement System) is nice since it brings nearly all functions you normally need for programming. But it lacks of the Application Builder and is therefore not viable if you have to create standalone applications.
LV PDS (Professional Developement System) brings some nice tools like direct connection to SourceCode Control, the Application Builder and several tools for checking your code in regard of performance.
You can see a comparison between those packages here .
An additional package is available called Developer Suite. This suite contains LV PDS and several additional toolkits for LV as well as some other ADEs from National Instruments. You can find info on this package here.
For pricing of the packages, you have to check the webpages for your country.
hope this helps,
Norbert