LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I access CAPI 2.0 methods with LabView ?

I must use CAPI 2.0 (common ISDN interface) method with LabView (graphical interface), the work is to command a ISDN S/T card on PXI Bus, and this card support CAPI 2.0.
0 Kudos
Message 1 of 2
(2,795 Views)
This depends upon what type of interface you have to the ISDN. I assume you have either Basic Rate Interface (BRI) or Primary Rate Interface (PRI). Do you have a DLL to control it? If so, you can use the "Call Library Function Node" VI to access this DLL and just make calls to it. If you have an ActiveX Server, you can use the LabVIEW ActiveX Automation VIs to access it.
J.R. Allen
0 Kudos
Message 2 of 2
(2,795 Views)