LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

P E Micro Cyclone Pro

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?


"Should be" isn't "Is" -Jay
0 Kudos
Message 1 of 4
(4,706 Views)

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

National Instruments
RIO Embedded Hardware PSE

CompactRIO Developers Guide
0 Kudos
Message 2 of 4
(4,682 Views)

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

0 Kudos
Message 3 of 4
(3,917 Views)

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.


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 4
(3,913 Views)