06-26-2003 04:22 AM
06-30-2003 12:21 PM
07-01-2003 03:16 AM
07-01-2003 10:50 AM
08-19-2004 03:14 AM
11-14-2008 12:50 PM
I have the same problem what did anyone ever do about this.
Jason
11-14-2008 01:21 PM
11-14-2008 01:47 PM
This is an old thread. This command is what I was trying to use though. My understanding of the TRANSFER command is that it transfers all the data that is in the memery of the instrument you are connected to. Like a data dump. What I am trying to do is save readings in the instrument (a meter) then transfer the readings controller (a computer) after I have obtained all the readings.
11-14-2008 02:23 PM
That does not sound any different than a GPIB/VISA Read. This may be some short of shortcut to an actual GPIB functon or it might do a read with some additional formatting. There was nothing about HP-Basic that could not be acoomplished with any other programming language. Instruments were (and are not now) designed to only work with one language. Every instrument command should be documented in the manual and every command is available in any programming language that you might want to use. If there is an instrument command to take multiple readings, then there is a GPIB command to retrieve them. As I said, it really does not sound like you need to do anything other tha a GPIB/VISA Read when the readings are complete.
You might also want to check the Instrument Driver Network for a driver for your DMM. If there is a driver, I'm pretty sure that would be easier to use than trying to translate some old HP-Basic code line-bylin.
07-20-2010 05:42 AM
Hi everybody,
I am starter to Labview and I am currently assigned to control OSA (HP 70952B): input starting, stopping wavelength, and number of sampling points. I've read the programming manual and I've tried to send some commands (string commands in manual) to OSA using MAX but it seems that it doesn not work correctly.
Could you let me know how to implement send, query, read command in addition to device's string command?
Thank you very much