Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you change the GPIB calls made by the instrument drivers?

Is there any way of looking at/changing the GPIB calls made by the driver files generated by LabWindows? I made a driver for the LeCroy 9354 but it's not working right, and I'd like to get in and see if I need to change the calls themselves, but all I can get into is the c instrument headers/source files, which don't tell you what calls are being made. GPIB Spy lets me see the calls, but I can't change them. If anyone can help, please let me know. Thanks!
0 Kudos
Message 1 of 2
(3,263 Views)
NI-spy only captures call. You will not have the ability to intercept function calls and alter them. Since you have access to the source code,though, adding functions and breakpoints should be a simple task.
0 Kudos
Message 2 of 2
(3,263 Views)