TheBoss Posted November 27, 2010 Report Share Posted November 27, 2010 Hi, if Labview went bankrupt. What other alternatives are there to use?? What other languages do you use?? Quote Link to comment
Francois Normandin Posted November 27, 2010 Report Share Posted November 27, 2010 If they do, I'll retire. Quote Link to comment
ShaunR Posted November 27, 2010 Report Share Posted November 27, 2010 Hi, if Labview went bankrupt. What other alternatives are there to use?? What other languages do you use?? Delphi, PHP, and (when I'm dragged kicking and screaming like a 5 yr old girl being chased by a great white shark ) C/C++ Quote Link to comment
SuperS_5 Posted November 28, 2010 Report Share Posted November 28, 2010 I don't think I could live with non G code. I continue to use LV, until some other replaceable solution, preferably open source, came alone. At ShaunR: Cool, 999 posts Quote Link to comment
ShaunR Posted November 28, 2010 Report Share Posted November 28, 2010 I don't think I could live with non G code. I continue to use LV, until some other replaceable solution, preferably open source, came alone. At ShaunR: Cool, 999 posts Not any more 1 Quote Link to comment
TheBoss Posted November 28, 2010 Author Report Share Posted November 28, 2010 Thanks for replies guys been using Labview for 12 years now, tried Visual Basic, C++. But don't find them as interesting as G code. Quote Link to comment
Wouter Posted November 28, 2010 Report Share Posted November 28, 2010 C/C++, C#, Matlab, Step7, Visual Basic, Python, Indusoft. @ShaunR; Php can't really replace LabVIEW can it Quote Link to comment
ShaunR Posted November 29, 2010 Report Share Posted November 29, 2010 C/C++, C#, Matlab, Step7, Visual Basic, Python, Indusoft. @ShaunR; Php can't really replace LabVIEW can it It beats the cr@p out of Labview for web services But my response was to the question "what other languages do you use". Quote Link to comment
Black Pearl Posted November 29, 2010 Report Share Posted November 29, 2010 I'd use uml and/or my soldering iron. But even if NI would disappear, LabVIEW will still be there, just no new upgrades/versions/bug-fixes. And support will be LAVA-only, which wouldn't be a bad option. Felix Quote Link to comment
Francois Normandin Posted November 29, 2010 Report Share Posted November 29, 2010 I'd use uml and/or my soldering iron. But even if NI would disappear, LabVIEW will still be there, just no new upgrades/versions/bug-fixes. And support will be LAVA-only, which wouldn't be a bad option. Felix Maybe we should reserve LVA.org, just in case... Quote Link to comment
ShaunR Posted November 29, 2010 Report Share Posted November 29, 2010 Maybe we should reserve LVA.org, just in case... www.ni.info is available Quote Link to comment
PaulG. Posted November 29, 2010 Report Share Posted November 29, 2010 C. Bitchin' and complaining all the way. Quote Link to comment
Aristos Queue Posted November 30, 2010 Report Share Posted November 30, 2010 My answer? NiMOToons. Quote Link to comment
jzoller Posted November 30, 2010 Report Share Posted November 30, 2010 [soapbox] The language used isn't all that important, really. It's just a tool. As an analogy, the knowledge of how to build a house is much more important, and harder to acquire, than the ability to use a table saw. In the same way, the knowledge of how to build a functioning system that includes software is more important than the tools you use. [/soapbox] Sorry, it leaked out. Joe Z. 1 Quote Link to comment
Daklu Posted November 30, 2010 Report Share Posted November 30, 2010 As an analogy, the knowledge of how to build a house is much more important, and harder to acquire, than the ability to use a table saw. Depends on your role in the house-building process. If I'm the carpenter I'll focus on how to use a table saw thank you very much. The architect isn't in much danger of cutting off his thumb because he was careless while sharpening his pencil. (Actually I agree with your statement--the language used to write an application is far less important than your average c++ developer would lead you to believe, and most software design principles are largely language agnostic. I just had an uncontrollable urge to poke my finger through the hole in your metaphor. ) -------------- To answer the OP, if we couldn't use LV anymore I'd probably switch over to C#. 1 Quote Link to comment
jzoller Posted December 1, 2010 Report Share Posted December 1, 2010 ... To answer the OP, if we couldn't use LV anymore I'd probably switch over to C#. Same here: C# Quote Link to comment
Rolf Kalbermatter Posted December 15, 2010 Report Share Posted December 15, 2010 Hi, if Labview went bankrupt. What other alternatives are there to use?? What other languages do you use?? Mostly C and a little C++. Did some Python and Lua programming in the past. Having gotten an Android mobile device now I'm looking into some Java programming too :-) Quote Link to comment
TG Posted January 6, 2011 Report Share Posted January 6, 2011 I am going to start using VB2010 Net4 along with LabVIEW. I'll admit my eyes are barely open on this, but I am attracted to VB's (relatively new) ability to OO on NEt4 (IF its a pipe dream chime in. I'll listen if you been there and have the t-shirt to prove it!! ) At the least, learning NET seems to be giving me better understanding of specification level OO (which I could carry into LabVIEW at some point). I know a lot of you guys probably C++ or ansi C along with LabVIEW but I prefer the VB syntax from the old VB6 days. Quote Link to comment
Roderic Posted January 6, 2011 Report Share Posted January 6, 2011 If I can't use LabVIEW, I can use MATLAB, C, VB. But I would hate it! Quote Link to comment
Daklu Posted January 7, 2011 Report Share Posted January 7, 2011 I am going to start using VB2010 Net4 along with LabVIEW. I come from a VB6 background as well. If you have the choice, I would recommend C# over VB.Net. Functionally they are nearly identical, but there are a few things that gave C# the edge when I was making the choice. -Personally I think the object syntax is easier to follow in C# than in VB. -As a language it has a bit more flexibility in that it has the ability to run unsafe code blocks. -There is still a perception that VB is not a language for serious programming. (Reality doesn't matter if the hiring manager believes it to be true.) -There are more C# resources available than VB resources. -The C# user base is larger than the VB user base. (Meaning more C# jobs.) The difference appears to be growing. -C# syntax is closer to that of other mainstream programming languages (Java, C++) making it slightly easier to make those transitions. Practically speaking the differences are minor so it really comes down to personal preference. Quote Link to comment
Rolf Kalbermatter Posted January 7, 2011 Report Share Posted January 7, 2011 Practically speaking the differences are minor so it really comes down to personal preference. I fully agree! And for me VB always has been a nightmare to deal with. Apart of the syntax which I always found fuzzy and unclear (coming from Pascal and Modula which we learned in school) I HATED the separation of the code into separate methods for every event and what else. If I wanted to get an overview of a program I had to either print it out or click through many methods to get even an idea about what the code does and how. I'm pretty sure the more modern versions of VB at least allow a different more full view of the code but this together with the syntax that always seemed rather unstructured and ad hoc from a design view point made me avoid VB like the devil. C# is a bit better in that respect but after having dabbled in Java a bit I prefer it above C#. The only thing I don't like about Java is the fact that it doesn't support unsigned integers and other "low" level stuff. It makes interfacing to binary protocols for instance a bit more of a challenge since you have often to deal with proper sign extension and that sort of thing. Quote Link to comment
SuperS_5 Posted January 8, 2011 Report Share Posted January 8, 2011 -There is still a perception that VB is not a language for serious programming. (Reality doesn't matter if the hiring manager believes it to be true.) LabVIEW definitely falls into this category. I have no idea how many times I have tried to explain that I actually program entire programs in LV to text only programmers. They almost never believe me. (Sometimes even after showing them LV examples) 1 Quote Link to comment
Cat Posted January 10, 2011 Report Share Posted January 10, 2011 Hi, if Labview went bankrupt. What other alternatives are there to use?? What other languages do you use?? English Quote Link to comment
PaulG. Posted January 10, 2011 Report Share Posted January 10, 2011 English (groan) Quote Link to comment
Yair Posted January 10, 2011 Report Share Posted January 10, 2011 Bad English (with apologies to Bruce Willis). Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.