Click here to Skip to main content
15,900,378 members

Comments by Member 14167751 (Top 4 by date)

Member 14167751 29-Sep-21 2:31am View    
Hello. As I understand, gpib messages very common ends with an line feed(EOS) and EndOrIdentify(EOI).
With the SendEndEnable = True a linefeed + EOI is added to the message, I need to change the linefeed to Carrage return. With SendEndEnable = false and I manually add the Cr, the linefeed disappear and the Cr is there but no EOI.
The instrEprobe.IO.TerminationCharacter only affect when I read from instrument.

The Instrument is a Electric field probe from Amplifier Research. There is unfortunately no manual on the web.

I have verify this problem with NI MAX send message end with CR + EOI it works perfect

BR
Member 14167751 29-Sep-21 2:30am View    
Deleted
Hello. As I understand, gpib messages very common ends with an line feed(EOS) and EndOrIdentify(EOI).
With the SendEndEnable = True a linefeed + EOI is added to the message, I need to change the linefeed to Carrage return. With SendEndEnable = false and I manually add the Cr, the linefeed disappear and the Cr is there but no EOI.
The instrEprobe.IO.TerminationCharacter only affect when I read from instrument.

The Instrument is a Electric field probe from Amplifier Research. There is unfortunately no manual on the web.
Member 14167751 28-Sep-21 10:04am View    
This is the text from the manual
When sending commands to the unit via the GPIB interface, the command must be terminated with an EOI
and a carriage return <cr>.
Member 14167751 28-Sep-21 4:55am View    
Thank you for your answer. The thing is that if I Disable the character for write and add it manualy it will also disable the EOI. It will not work either. Or kan you help me with a code so I understand you correct?