Hello,
I am wondering if someone could answer a question that has been bothering me.
I am controlling a GPIB instrument that requires a CR-LF string to end writes. Without this appended to the command, the instrument will wait indefinitely. With the GPIB write VI, I could use mode 3 to append this automatically.
I am now using the VISA write command and I have not found a way to configure this automatically. I need to manually append this to each string I send (for example, I must use the command FA\r\n instead of just FA). Is there some way to configure VISA to append the CR-LF automatically using property nodes or MAX? It's not a huge deal, but just something that has been bugging me.
Thanks a lot,
jon