Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Where do I find a manual on IVI interop ?

Hi,
I'm currently assigned to work on a application which uses IVI interop functionallity
and I'm facing some issues with  Ivi.ConfigServer.Interop.IviConfigStoreClass not being able
to find the resources I know is in the parsed file.
Is there anyway to retrieve the manuals for this without installing the compilance package ?
 
Br Thomas
0 Kudos
Message 1 of 7
(4,484 Views)

Hi Br Thomas,

Can you please explain in more details what exactly you are trying to do? Do you use IVI-C or IVI-COM technology?

Regards,

Vesna Jadric

 

 

 

0 Kudos
Message 2 of 7
(4,468 Views)
Dear Vesna,
 
IVI Com to .NET.
 
I'm using an application which tries to extract driver information from a logical name using the
Ivi.ConfigServer.Interop system.
 
myConfigStore = new Config() //Class which includes public IviConfigStore ConfigStore { get; }
 
IIviDriverSession session1 = myConfigStore.ConfigStore.DriverSessions[sessionName];
 
My problem is that I do not have any help file or documentation on IVI,
So do you know if there is any way to get the help file or the documentation without installing
the compilance package ? (if that's where NI includes this)
 
Best Regards Thomas
 
0 Kudos
Message 3 of 7
(4,452 Views)
http://www.ivifoundation.org/ is the repository of all things IVI. this is especially true for IVI-Com as the drivers written by NI are IVI-C. You might also check the vendor of the IVI-Com driver.
0 Kudos
Message 4 of 7
(4,444 Views)
Hi Thomas,
 
Dennis is right - National Instruments develops and supports only IVI-C drivers so the manual or any other information about the Interop functionality will not be in the IVI Compliance Package. My suggestion would also be to contact the IVI Foundation for support.
 
Best Regards,
Vesna
0 Kudos
Message 5 of 7
(4,440 Views)
Thomas,
 
I think what you are looking for is documentation for the IVI Configuration Server COM API. You can find this in the IVI-3.5 Configuration Server specification. You can download it here: http://www.ivifoundation.org/Downloads/Architecture%20Specifications/IVI-%203.5_ConfigurationServer_...
 
Hope this helps,

z_haider
 
Message 6 of 7
(4,434 Views)
 
The document was exactly what I needed to fix my problems !!
 
Thanks alot  !!
 
Br Thomas
 
0 Kudos
Message 7 of 7
(4,409 Views)