Hello there!
Can you tell me how to make a write via Labview the same way GPIB-communicator does this? So like this: (Captured via NI-spy:)
ibwrt(Device, "*IDN?", 5);
/* Send the identification query command*/
and not like this: (Sort of:)
ibwrta(Device, "*IDN?;", 6);
This is because i always get a timeout (or nothing) with certain instruments with the standard Labview-GPIB settings and not with the (NI)GPIB-Communicator via the Start-menu.
I have the original capture-files but due to timeout-problems they have become rather too lengthy to post here. ;]
Thanks in advance,