06-03-2009 12:34 PM
After installing Measurement Studio 8.6.1 some of my GPIB reads to my Agilent MXA read back with \n\0 appended to them instead of \n. This does not allow the .NET "Convert.ToDouble " to work for me.
Any idea of what is happening here? I even updated the Ni 488 software to the latest version.
Thanks
Joe
06-04-2009 05:20 PM
Hi PhyGuyJoe,
Can you reproduce this behavior in Measurement and Automation Explorer using interactive controls? Either way, can you post a spy capture so that I can take a look more at the communications on your bus?
Thanks,
Matt
06-05-2009 10:33 AM
Thanks For Responding
Here are a few snapshots including the Measurement Studio Variable capture
Cheers
Joe
06-11-2009 03:14 PM
Found The Issue- The Class I was using to do my GBIP Write/Read was padding the Buffer to 2000 - once I trimmed it - it worked fine
Joe