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.