LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make a DLL with LabView 5.1.1?

I have a simple VI that polls a serial port and hands back a string (from a GPS receiver). I'd like to use my VI to feed data to a VC++ program. Can this be done?
0 Kudos
Message 1 of 4
(3,040 Views)
As far as I know, this feature was first included in LV6. What you can do is to develop your application using 5.1 and ask somebody (with 6.x) to build the DLL for you.
Anyway, while you are only communicating with serial port, you can try to implement it using VC++ (to be easier, you may want to use the ActiveX control provided by Microsoft in Visual Studio).

Hope this helps
0 Kudos
Message 2 of 4
(3,040 Views)
Thanks for the suggestion - we've recommended that the simple serial port routine be re-done in VC (or Delphi).
0 Kudos
Message 3 of 4
(3,040 Views)
I've written this sort of thing before. It's pretty easy. Besides
being a programmer, I'm also a pilot, so I bought a Garmin 92 about 2
years ago for flying but then I got interested in how to read data out
of it so I wrote a little VB program and built the little serial cable
to do it.

Are you looking to do NMEA strings I assume? If all you need is a
simple little DLL to read a couple of NMEA text strings, send me an
email with the project details, etc. and maybe we can work a deal.

Garmin also has an SDK with it's own C++ classes that you can also use
for talking to it's GPS's. This isn't industry standard NMEA though.
I assume that other manufacturers probably have similar SDK's for
their own GPS's. What type of unit is it? Garmin, Magellan,
somet
hing else? What is your application? aviation?, marine?
something else?

I could write something directly in C, C++, or VB for you if you like.
I could also write it in LV 5.1.1 to 6.1 but it sounds like you
intend to work in VC++ anyways and I don't own my own LV license here
at home. I have written a lot of LabVIEW and a lot of serial apps
though in the past for various companies.

Douglas De Clue
LabVIEW developer
ddeclue@bellsouth.net

"Riverside Consulting, LLC" wrote in message news:<5065000000080000009A510000-1023576873000@exchange.ni.com>...
> I have a simple VI that polls a serial port and hands back a string
> (from a GPS receiver). I'd like to use my VI to feed data to a VC++
> program. Can this be done?
0 Kudos
Message 4 of 4
(3,040 Views)