12-28-2007 04:16 PM
12-31-2007 02:45 PM
01-02-2008 08:41 AM
Hi Lauren
On the user side I am using Windows Visual Basic 6 application that is talking to the instrument trough an IVI driver built on top of NI-VISA.
The instrument resource is located on a machine that uses Linux and that implemented VXI-11 protocol in order to be LXI compliant.
Thanks
Sorin
01-03-2008 03:43 PM
01-03-2008 04:16 PM
Hi Lauren
Me and my colleague that is working on LXI instrument we used NI-Spy and verifed that viClose does not call internally the destroy_intr_chan function. The viClose call will close all sessions open on the same core channel by calling destroy_ link at the low level.
AS result of this the interrupt channel is cleared by calling explicitely destroy_intr_chan function when all the links associated with a core channel are closed.
Thanks for reply
Sorin