LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has somebody can give me an example of LON.DLL functions program in LabView.

thank you in advance.
0 Kudos
Message 1 of 3
(2,724 Views)
You will need to explain better what you need. This will improve your chances of getting help. What is the lon.dll and where did you find it? Who makes the dll (they would be a good source to contact)? In terms of the big picture, what is it you want to do?
0 Kudos
Message 2 of 3
(2,724 Views)
You must have the interface documentation of the DLL to create VIs interfacing that DLL.

Go in help to "VI and Function Reference>>Advanced VIs and functions>>Call Library functions".

Look in an answer for an example for a VI interfacing a function in shell32.dll. That's the way LV will interface to a DLL.

I don't now the lon.dll, but if the interface will have functions which will have callback functions or pointer to structs as parameter you are forced to write a special interface DLL of your own.

Waldemar
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 3 of 3
(2,724 Views)