Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

code error -1073807339 ethernet

Hi,
 
I 'm using W/R visa using Ethrnet cable to communicate with MS8911B instrument. I tried many commands from programming manuel and it works good except one commande. So when I run with this one command I toke from programming manuel I receive error out code   -073807339. I tried many commands using a BASIC I/O from MAX, all commands work except the one command. So why I still have this error.
 
Here the VI that I'am using.
 
Thanks for helping me.
LVB 8.2
0 Kudos
Message 1 of 15
(5,077 Views)
Hello moralofa,
 
When you receive the 1073807339 timeout error...
  • What exactly is the command that you are sending? 
  • When the instrument receives this commands, what does it, or is it supposed to do?
  • Do you have to send any other commands along with this command?

I know exactly what you are going through.  By simply writing an ack response after my command I was able to get it to work.  Try contacting the manufacturer of your instrument to see if there is anything missing from the manual they gave you.  Sometimes they leave things out which are obvious to them.

 

Regards

0 Kudos
Message 2 of 15
(5,074 Views)
Hi Steve,
 
The command I 'm sending is FETC:MER? from manuel programming.
 
here the commande at page 13.
 
I dont have to send any other commands with this command.
I dont know how can I do to run correctly this VI.
 
0 Kudos
Message 3 of 15
(5,071 Views)

Hey moralofa,

This obviously differs from the other commands seeing how it is a query command, not a control command.  Query commands state that each method should either perform an action, or return data to the caller, but never both.  With your timeout error I can only assume that you are returning data to the caller, but have no way of doing it at this point.

Has this command ever worked for you?  If so, what response did you get.  The " *** " or "Parameter Error".

Regards,

0 Kudos
Message 4 of 15
(5,066 Views)
This command doesnt work for me. I did get parameter error. I dinn't get ***.
I don't know why ?
0 Kudos
Message 5 of 15
(5,063 Views)
Your parameters should be automatically set to collect all the data present.  In your previous commands do you have any way of setting parameters of sort.  If so, I'd reccomend inputting the values for your parameters before you send :FETCh:MER?: as an extra fail-safe so you can complete all of your commands.
 
Does the "h" in that command represent anything in terms of parameters?
0 Kudos
Message 6 of 15
(5,062 Views)
My parameters are automatically set to collect dat. In my previous commands I dindn't set any parameters to colect data.
 
The h doesn't represent anything.
 
??
0 Kudos
Message 7 of 15
(5,053 Views)
The manual says you have to specify the parameters TOTAL or ALL. The queries above do not have parameter information so that is why they work. Try FETC:MER? ALL.
0 Kudos
Message 8 of 15
(5,052 Views)
Dennis beat me to the punch.
 
That's what I was getting at...took me 4 posts, as opposed to Dennis's one post.  Smiley Very Happy
0 Kudos
Message 9 of 15
(5,043 Views)
I tried this witohut results :
 
FETC:MER:ALL?
FETC:MER:TOTAL?
FETC:MER?ALL
FETC:MER?TOTAL
 
here the complet programming manuel
0 Kudos
Message 10 of 15
(5,040 Views)