I am using LabView 6.0.2 and NI-VISA 2.6 runtime in Windows 95.
I want to change block diagrams of an instrument driver written in GPIB functions into using VISA functions, because I use a HPIB board (HP 83241). The GPIB function in the driver sends command in mode 3 (append CR LF to the string and send EOI with LF). So I think I must send them in VISA Write function, too. But I don't know how to do it. Further, the GPIB Write function sends two strings separated by semicolon. Do I have to send CR, LF and EOI with LF after each string, or not? And how to do?
Although I looked for manuals and help files, I could not find. Please help me.
Thanks.