08-22-2010 11:07 AM
I have just got my hands on the LabVIEW trial version. For my final year project, I believe the software will suffice.
What I want to ask is, can I use LabVIEW as a backend and build the UI with C#, Visual Basic, etc. ? If so, how do connect the two ?
(I am sorry if this question seems naive. I haven't used LabVIEW yet and I am pretty unsure about its capabilities.)
08-22-2010 11:18 AM
LabVIEW may suffice as a programming language. It is probably better than Visual Basic (in my opinion).
Why do you want to use it as a backend?
Why would you want to create a UI using another language? Unless cosmetic? LabVIEW is very good to create UI's.
But to answer your question, yes, you could build a dll and call it from other languages. Although I'm not sure about C#.
08-22-2010 11:56 AM
There are numerous ways of communicating between LV and other languages, but relatively few people use LV as a backend and it's not the kind of thing I would suggest to a novice. If you know C#, use it. If you want to learn LV, using it for everything is probably better, although there are certain things which are certainly easier to do in .NET.
Here are some options:
There are probably some other methods as well. You should be able to find info on all of these by searching the help or this site, but I would suggest focusing on more basic stuff first, such as some tutorials.
08-22-2010 12:27 PM
Thank you.