Could somebody explain 2 strange observations communicating with an instrument (MKS 467 flow controller)via its GPIB interface:
1) sending command string e.g. "ON 1" as listed in the instruments manual (open valve 1) with CR at the end does not work; however, adding an asterisk at the end "ON 1*" works!
2) when reading data from instrument, e.g. "FL 1" (read channel 1 flow), the manufacturer's command above does not work. Nevertheless, "FL 1?*" works, but in a strange way: it reads flow, but when swithced to read another channel "FL 2?*", it continues to read the "old" channel 1 about 3-6 times, then finally it starts reading the new channel 2. How to make the switch immediate?
I know that majority
of these instruments were produced with serial interface, but I have one with IEEE one. Maybe this has something to do with what I observe? VISA commands have identical response as above. Any comments are greatly appreciated.