ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

bc637

I have a Symmetricom bc637 card and the software development kit (SDK) for the card.  I have been able to talk to the card using LabVIEW library function calls using the dlls provided with the SDK but now I need to set up for interrupts.  The example code they provide sets up a thread that polls to see if an interrupt has been generated and then prints "Got Interrupt".  I could easily copy their example written in C++ and put in my own requirements but I can't see how to do this using LabVIEW.  It looks like I would have to write a dll using C++ to start a thread.  Is there some other way to do this?
0 Kudos
Message 1 of 2
(2,855 Views)

Hi,

 

You can try putting your code in a Dynamic Link Library (dll) and then calling it using the Call Library Function node. Hope this helps!

 

Ipshita C.

National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(2,839 Views)