Hi,
I am student research assistant using an existing Labview driver for my HP 4396B analyzer. It is capability of performing a Sweep, capturing the data, then transferring it to a *.txt file. My next task is capturing a screen shot of the analyzer screen in TIFF format then transferring it to my PC. There is a iBASIC code given by the Agilent-HP Programming guide as shown in the attachment. My problem comes from using this code's logic and creating a labview application from it. Currently using a built in function command SAVDTIF 'C:\TEMP.TIF' to capture the screen image onto the analyzer. I have been unsuccessful in executing the correct order of steps to transfer the binary data from the analyzer file to a new file in labview.
If anyone could walk me through this and give me other resources to understand instrument programming, that'd be amazing.
Thank you!