From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any available IVI-COM driver for NI-6652 for Visual Basic

Hi,

 

 Is ther any available IVI-COM driver for the NI-6652 timing module that is compatible with Visual Basic. We are currently planning to use the NI-6652 along with the AXRF subsystme on testing RF devices using the VB-based IGXL from Teradyne

0 Kudos
Message 1 of 4
(3,531 Views)

The driver that we use to communicate the board is called NI-Sync and unfortunately it only supported LabVIEW, LabWindows/CVI or C

0 Kudos
Message 2 of 4
(3,511 Views)

Thanks for the information. I've heard you need a wrapper for the Microsoft Visual Basic to communicate with Ni-Sync which in turn drives the NI PXI 6652 module.  Is there a site or resource where we can get that wrapper (.bas format) and also shows a few sample codes as well (i.e. initialize, connect terminals, generate clock pulse)? 

 

 

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

Hey I think that you might have to write your own wrapper since we don't have our own for the newer versions of NI-Sync. Nevertheless I have found a document that provide a wrapper for NI-Sync 2.0 to VB 6 

 

http://digital.ni.com/public.nsf/allkb/A48F896EB0F557B5862572050004B567

 

I thinks that this could provide an idea of how you want to build your own, since you need at least NI-Sync 3.1 to communicate with your NI-PXI 6652, Here is a document that verified what I'm saying.

 

http://digital.ni.com/public.nsf/allkb/CAC979FFE52DFAA586257523005B4866

 

Regarding the examples, I thinks this could be a good one to get started with the driver, if you need you could search for more in our community.

 

https://decibel.ni.com/content/docs/DOC-3421

 

 

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