Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

End of GPIB Message

I develop my software With LabView 8.2
I am using  a NI PCI-GPIB card.
 
I do not find how can I write this Kind of message  :
 
'1'    DAB
'  '    DAB
'Y1'  DAB
';'     DAB
CR  DAB
LF   DAB   EOI
LF             EOI      ATN ^
LF             EOI
LF            EOI
 
Where "1 Y1;" is my string command.
 
In LabView I have use the function "GPIB write" with the mode  #2, but the result is bad.
 
I don't Find How I Can send the order LF with EOI
 
Thanks for your help.
0 Kudos
Message 1 of 3
(3,462 Views)
What does "the result is bad" mean? Did you get an error? Did the command not work? Did the instrument blow up?

According to what you provided, it seems you actually want mode 3, which is to "Append CR LF to the string and send EOI with LF."
0 Kudos
Message 2 of 3
(3,454 Views)
My problem is now solved.
 
I have Mux device Designed by Sodilec.
 
By upgrading the EEPROM program of the Mux device I can now communicate with it correcty whitout changing enything. I'm using the default parameter of NI Max software to communicate with all my devices.
 
Thanks all for your help.
 
CAPRA.
0 Kudos
Message 3 of 3
(3,367 Views)