07-21-2009 03:52 PM
For some reason I am having the darndest time loading cyclone_Pro_stdcall.dll with LabVIEW 6.1. I know there's got to be some trick to getting the library function calls to work properly. At this time I do not get the device to connect through the DLL but I have managed to use the supplied applications to talk to the device.
Any advice?
07-22-2009
11:24 AM
- last edited on
08-22-2025
04:35 PM
by
Content Cleaner
Hi Jeff,
Could you supply some more information about how you are calling the dll. Are you using the call library function or a cin? What kind of datatypes are you trying to pass to and from the dll. Its a possibility that you may have to change the type binding. Are you getting any kind of errors or is the dll just not working?
Regards,
Andrew Eddleman
07-10-2013 09:30 AM
Hi Jeff,
I would like to automate the programing process of our production line.
We use the PEmicro Cyclone Pro.
Did you wrote a driver for it? I apreciate if you could share it or some tip about how you did it.
Regards
Marcio
07-10-2013 09:48 AM
As I recall (And that was 4 years ago)
I wound up using the DLL through a few Call library function nodes.
There was a need to dynamically load and unload the TestStand modules that called the dll calls. but that probably has changed for modern OS Teststand and LabVIEW versions.