06-21-2006 06:33 AM
06-21-2006 08:05 AM
06-21-2006 11:17 AM
Thanks Dennis,
How can I specify a larger number for the byte count?
06-21-2006 11:37 AM - edited 06-21-2006 11:37 AM
Just put a bigger number there. How are you specifying the count now? I hope you're not wiring the return count from VISA Write to the Byte Count of VISA Read.
Message Edited by Dennis Knutson on 06-21-2006 10:38 AM
06-21-2006 12:40 PM
06-21-2006 01:03 PM
Well, I completely misunderstood the situation. I assumed that you were writing your own program to talk to an instrument and I also assumed you were using LabVIEW. If you are working with a program provided by someone else, then you can't change the byte count in that program.
The message about not responding to the *IDN? query may only mean that the instrument doesn't support that command. Writing commands to PA0 means that you are writing to the GPIB card. If MAX finds an instrument at address 5, you should be able to talk to it assuming that you are sending the correct commands.
It occurs to me though, that since the instrument doesn't respond to the *IDN?, that it might be something very old. Some older instruments weren't real friendly to use. I have seen instruments that require additional characters besides just the standard EOI. Sometimes you also have to append a CR, LF, or both at the end of a command. Do you have the instrument's manual that you can look this up? What is the instrument?
06-22-2006 04:03 AM