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
- last edited on
11-13-2025
01:06 PM
by
Content Cleaner
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
- last edited on
11-13-2025
01:06 PM
by
Content Cleaner
@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
Howard,
if i look at the quotation i made, i asume there are more programming-languages out there you tend to call "not a programming language" than other ones.
You are correct, that OOP seems to be one major feature of more present programming languages, but it is not a prerequisite!
And as Altenbach already stated, LV incorporated some kind of OOP with version 8.2. Since LV is a graphical programming language (yes, it is one, regardless if you like it or not) which uses dataflowprogramming in the first place, there are some differences to classical OOP-languages like C++. You can start here with information.
My personal opinion regarding LV is:
- LV is very often underestimated. Like you implied, many people think that LV is a toy, no programming language. But it definetly is one and if you dont follow the rules of programming (style and so on) you will mess your code up in a very bad way. This is not the fault of LV, but your own.....
- LV is a great tool standing side by side with other languages like Ansi C or even C++. There are, like Dennis wrote, advantages and disadvantages from the different ADEs for different programming tasks. So you want to choose the ADE you are most common with and which solves your issue best. And sometimes, LV would be perharps the choice (just say FPGA or RT).....
- Most people think that graphical programming leads to heavy losses in performance. That is not true. There are cases where LV is even faster than C++. But you have to remind yourself for another fact: how much time do you invest until you get a running piece of code? Esp. LV does here a very good job, even if during runtime it may be not optimum.....
hope this helps,
Norbert B.
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