Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

ibwrt for lcr

iam sending ibwrt "freq max" to lcr meter under ibic (dos) but the lcr is coming to remote but gpib error displays on lcr meter can help?
0 Kudos
Message 1 of 5
(3,541 Views)
Hi,

You should check the manuals closely to make sure that you are sending the command exactly as it is stated in the manual. It is likely that the command string you are sending is not quite correct and is causing the error. Are you able to do more simple commands like "*IDN?"? Are you able to get other commands to work with the instrument?

Best Regards,
Aaron K.
Application Engineer
National Instruments
0 Kudos
Message 2 of 5
(3,541 Views)
I have tried ibclr and ibloc and instrument will come to remote and local.But when i give commands given in the manual gpib error will be displayed on the lcr meter.do we have to give end of string under ibconf?
pl.confirm as soon as possible
0 Kudos
Message 3 of 5
(3,541 Views)
Hi,
This really depends on your instrument. If your instrument works on the EOS strategy then you will need to configure it to do so. But for sending a command you will want to put the character in the string. For example if a carridge return is the EOS char, type ibwrt "*IDN\n".

I would recommend using the ibdev command also. This will ask you a series of questions that will set up your board and communication. You can find more information on this at http://www.ni.com/support/gpib/max/ibic.htm.

Some other questions are:
1) Does *IDN? or any other command work?
2) Have you tried to communicate with other instruments?
3) What hardware do you have?

Hope this helps out!

Best Regards,
Aaron K.
Application Engineer
National Inst
ruments
0 Kudos
Message 4 of 5
(3,541 Views)
Thanks for your valued information and the instrument is working fine under ibic with *IDN?/n command

with regards
Bhanu
0 Kudos
Message 5 of 5
(3,541 Views)