01-09-2010 10:26 AM
I've created a labview application that I'd like to add some VB code to. Is it possible to run vb code from labview or do I need to convert the vb to labview?
I've attached the vb code.
01-09-2010 11:04 AM
01-09-2010 11:03 PM
01-10-2010 09:41 AM
01-10-2010 09:45 AM
Well, you first have to compile the code into a .NET assembly. Can't do this with LabVIEW. You'll need to get yourself VB.NET. You can get the free Express editions from Microsoft. Then, as far as using the .NET assembly in LabVIEW, there are examples that ship with LabVIEW.
I am assuming you know how this particular assembly is supposed to be used. If not, then you first need to figure that out, but for this you'd need to go to where you got that source code.