Without using MAX, try to retart your instrument (i.e. DMM) after your
program is running. Other than CR or CR+LF, ; (semi colon) could be used for
command termination.
Good luck,
Nam.
Javier Pena wrote in message
news:5065000000050000003B550000-1007855737000@exchange.ni.com...
> Thanks for your input Craig,
>
> The GPIB commands in LabView work fine, I can read and write without
> problems, but only once the meter is initialized (or
> detected/configured) in MAX, and that would work only while the
> computer is on. My question is if there's any difference between the
> GPIB initialization function and the process MAX uses to initialize
> the device. I have the GPIB initialization function at the beginning
> of the program. I've tried dif
ferent combination of parameters and it
> does set the meter in REMOTE mode, but when I send the next command
> (let's say... VAC) it doesn't work. So I go to MAX, send an *IDN? or
> whatever and after that, all commands from LabView work. Pretty weird,
> huh? (maybe not so weird for many of you, but I'm a newbie in GPIB 🙂
>
> Thanks