09-02-2007 10:10 AM
09-02-2007 11:40 AM
09-02-2007 07:40 PM
09-02-2007 09:08 PM
09-02-2007 09:10 PM
LabVIEW is the programming language that was used to create the application called Signal Express. Comparing the two is like comparing C++ and Excel.
I've been using LabVIEW since version 3 and I've used LabWindows since version 1. Both are full featured programming languages with different strengths and weaknesses. It doesn't sound like you've used LabVIEW much if at all. What exactly do you base your statement on?
09-02-2007 11:10 PM
09-03-2007 01:27 AM - edited 09-03-2007 01:27 AM
hrh1818 wrote: Which version of Labview are you referring to? I don't consider the graphical version of Labview to be a full featured programming language. LabWindows/CVI is by a long shot a lot closer to being a full featured programming language than the graphical version of Labview.
Howard,
You clearly don't know what you are talking about. There is no "graphical version" of LabVIEW, there is just LabVIEW. Click on the article "Is LabVIEW a general purpose programming language?" written by the Jeff K. for some easy reading from a few years ago. It is all still true (except that object oriented features and recursion have been added in recent versions). 🙂
One of the main points at this years NI-week was the discussion of how processor development is switching more and more to multicore designs to improve performance because a simple boost in clock frequency is becoming more difficult. Linear, text based code is not well suited to take advantage of multticore design, while the dataflow based LabVIEW programming language automatically scales well to multiple processor cores, without any need to rewrite older code. I would say that only LabVIEW is futureproof in this respect. LabVIEW programmers are not wimps that are simply too stupid to write text based code. LabVIEW is not a toy language for people that don't want to learn a "real" programming language.
LabVIEW is arguably the best programming language in terms of getting things done! I've never felt limited with LabVIEW and my programs often don't even have anything to do with data acquisition or instrument control. The difference between text based code vs. LabVIEW is like "DOS vs. Windows", "Radio vs. HD television". "Trilobyte vs. Homo sapiens" (sorry Putnam :D). Text based code is monochrome, archaic and outdated and its linearity imposes unecessary constraints on the programmer that can only be (partially) overcome by wasting even more time throwing even more code at it.
Sure, a seasoned text based programmer will initially have problems adapting to LabVIEW, just because you would need to adapt to and embrace the power of dataflow and not try to make a literal translation of the text code to LabVIEW, retaining old habits. If you get stuck, come back and ask here in the forum.
You were looking for object oriented features and failed. All you need to do is a quick site search. All the information is out there. Just because you cannot find it in the first five sentences of the glossy brochure does not mean it does not exist. Maybe you want to read one of the application notes such as:
LabVIEW Object-Oriented Programming: The Decisions Behind the Design
In general, you should avoid judgement until you have all information. Your opinions seem quite biased and superficial and not really based on hard facts.
Initially you asked about the difference between signal express and LabVIEW.
@hrh1818 wrote:
> What kind of measurments do you want to do and what kind of requirements do you have?
> You can also see for yourself and download evaluation version of both. 🙂
No thanks, there has to be a better way to get an answer to my
question than get involved in a two month study project.
If you would answer the first question quoted above, we could certainly help you with the decision. Isn't that the main purpose of this thread?
You can also contact your local LabVIEW Field Engineer to go over your requirements and help you make a decision. They usually know their stuff! 🙂
Message Edited by altenbach on 09-02-2007 11:51 PM
09-03-2007 02:21 AM
@hrh1818 wrote:
No where does it say anything about the object oriented programming
capability of Labview. If a programming language doesn't have object
oriented capability like C# or C++ it is not a full featured
programming language.
Howard
09-03-2007 02:22 AM
09-03-2007 02:49 AM - edited 09-03-2007 02:49 AM
what a beautifull discussion! it seems we definitely need to spread the truth out there. Maybe Ni ought to make some free LV version for everybody to try out?
About the subject: arent you looking for excuses not to do rather than just do? if you feel more confortable with C/C++, and need OO for this project, well, signal-express is not for you to begin with, and Labview will only induce you frustration, being so alienated against it already.
anyhow: for an specific task, i have never (ever) seen a C/C++/Fortran programmer doing the job as fast as done in Labview. with just that in mind, LV is already worth consideration.
Message Edited by Gabi1 on 09-03-2007 09:50 AM