3807243,---7339 ? how can i solved? I have good comunication with hyperterminal and it is also working trough com 1 with other simpler program,, I ma just using visa read and write . Do i need to use visa Close and Open or what I have to do Pls suggest me?Hi Physics,
If you lookup "Explain Error" in Labview (under Help), it (sometimes) provides an explanation for the error code. For instance, Labview gives the following details for the last error code you listed:
"Error -1073807339 occurred at an unidentified location
Possible reason(s):
VISA: (Hex 0xBFFF0015) Timeout expired before operation completed."
I noticed you posted 2 other threads on this problem. You can update the info on the same thread by commenting on the answer. That way there is a history of the progress on finding a solution.
OK back to "solution finding":
1. You can communicate to the instrument using HyperTerminal on COM1. -good-
2. Yes, you do need to close the communication session at the end of your vi, ot
herwise you won't be able to communicate with the instruments with other sw, such as HyperTerminal.
3. You do have to close the communication on HyperTerminal (or other sw) to "free" the COM port. Otherwise, you will get an error message from LabView. The COM port is not available as it is used by another program. That's a good place to start looking..
4. Basically, using the "VISA Configure Serial Port.vi" opens the serial port. You can then READ & WRITE to the configured COM port.
I assume that you are familiar with the "SERIAL" vi's located within the "INSTRUMENT IO" in the Tools Palette. That is where you will find the various serial vi's, including VISA CLOSE vi to close the port.
I forgot to ask.. What version of LabView are you using?
You must be close to a solution if you can communicate with the instrument with HyperTerminal.
Regards,
JLV