06-01-2006 07:41 AM
06-01-2006 02:01 PM
Hi Jim77215
Yes it can by using C files that can be called bay 'call funcrion library node'.
Write a C function and handle the parameters like calling a dll in windows.
You dont have to reference a specific dll. Just write C:\ in the path window
of the 'call funcrion library node' configuration menue. Add the function name
and the function parameters. Press OK.
Connect all the funcion inputs and outputs to the node and save the VI.
When you load the VI, LV will search for the VI. You can simply say ignore item
or abort it the file dialog apears.
Add the C file to your LV PDA project.
Add the C file to your build settings as a additional file.
Build your application. Thats it.
We have implemented DIO, A/D, CAN and other functions to our project this
way.
06-02-2006 03:45 PM
06-03-2006 01:04 AM
Hi Jim
in some cases the platform manager can't connect to the device by USB.
Try to disable the network on your target and reboot your target.
That worked for me.
11-24-2008 09:37 AM