12-21-2005 09:09 AM
12-22-2005 04:40 PM
12-27-2005 12:58 PM
Yes, I have tried bypassing Labview using VISAIC. I get the same response. Writing to the device results in a timeout.
12-28-2005 12:02 PM
I have a new discovery. Using portmon shows that VISA write works, however VISA does not recognize the successful write, and will retry until the timeout occurs. I need to either disable the retries, or have the operation recognize a succesful write. Any ideas??
Matt
12-28-2005
12:13 PM
- last edited on
07-02-2025
07:03 AM
by
Content Cleaner
Hello,
Does your Windows 2000/LabVIEW 6.1 system work correctly or do you see the same behavior? It sounds like there may be something wrong with the termination of the command. What termination method are you using? Is your instrument set for that method? You may also want to try using the NI-488.2 Interactive Control. This will bypass VISA and LabVIEW. If this works, you may want to update to the latest version of VISA (if you don't already have it) to see if that fixes the issue.
Chris R.
12-29-2005 10:50 AM - edited 12-29-2005 10:50 AM
Message Edited by Chris_R. on 12-29-2005 10:50 AM
12-29-2005 10:50 AM
Hello,
Sorry about my last message about 488.2. I was thinking GPIB at the time. Instead, can you use Hyperterminal to read and write from the virtual port? Since it is a virtual com port, it may not behave the same way as a regular COM port since it may not have the full RS232 specifications. You may be able to use Portmon to replicate the command set in Hyperterminal and see if you can write and read successfully. Hyperterminal will bypass VISA and we can see if that may be the issue.
Chris R.
01-03-2006 07:13 AM
Hyperterminal works properly. I have tried multiple termination techniques, and they all operate the same. Any more ideas?
Matt
01-04-2006 11:31 AM
01-05-2006 07:26 AM