LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use a LabVIEW Realtime DLL also in CVI?

Hello,

I have a LabVIEW Realtime DLL for a Göpel-Card.
Can I also use the DLL with CVI?

Best Regards

Heiko Mayer


0 Kudos
Message 1 of 5
(3,736 Views)

Is this for a Boundary Scan board (JTAG)?

We were calling the API (dll) from Labwindows-CVI.  You should also be able to use the Labview-RT dll with CVI.

You can also launch your VIs from CVI through ActiveX automation. See the example program under cvi\samples\activex\labview.

Most posts talk about the reverse action... C/C++ dll being called from Labview-RT.

Hope this helps,

RayR

Message 2 of 5
(3,737 Views)
You may also have a look at this thread..
Message 3 of 5
(3,731 Views)
         
            thank you very much for your quick answer

@JoeLabView wrote:

Is this for a Boundary Scan board (JTAG)?


          No, this is a PXI-CAN Card.
         
         If I use the RT-Labview DLL with CVI, I get following Error: Fatal Run-Time Error The program has caused a 'General Protection' fault at 0000:03AFA2AF.
         Do you have an idea, which at the code could be wrong? I do not find the error. 
        
         Best regards
         Heiko Mayer
      
0 Kudos
Message 4 of 5
(3,700 Views)
Sorry, that was the wrong source-code
Here is the actual code...

Best regards
Heiko Mayer

0 Kudos
Message 5 of 5
(3,695 Views)