LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Touchpanel project + Windows CE + Beckhoff

Hi

Im using labview mobile module to create a HMI, that will  be running in a Windows CE OS device, from Beckhoff Automation (C6915-0000).
Here is the deal: I need to use a dll (TcAdsDll.dll) and dont know how to make it work on the mobile panel project I created. In a non mobile there is no secret at all, you just call the library node and it works fine but when using mobile I read there is necessary to create a "stub library" or something like that to call the dll but I did not found how to do it.

 

One more thing: I dont know where to find the TcAdsdll.dll functions prototypes with all arguments and returns. They are necessary to build my application in Windows CE right?

 

Attached the projected I worked on from yesterday to today. Just cant build

 

 

thanks a lot

 

Fernando

Bachelor in computational physics, IFSC, USP

Equitron Automation

0 Kudos
Message 1 of 2
(2,780 Views)

Hi Fernando,

 

In the following link have an example of wrapper DLL.

 

http://digital.ni.com/public.nsf/allkb/D1705141137852B586256A63007490A7?OpenDocument

 

You need the function prototype to know the what data you need enter in your function and datatype.

 

Regards,

 

Abel Souza

Applications Engineering

NI Brazil

Abel Souza
Engenheiro Eletrônico
LabVIEW User since 8.5
0 Kudos
Message 2 of 2
(2,755 Views)