01-22-2007 11:12 AM
01-23-2007 09:03 AM
01-23-2007 12:26 PM
string
HPAddress; object responseString = null;HPAddress =
"GPIB0::22::INSTR";mbSession = (
MessageBasedSession)ResourceManager.GetLocalManager().Open(HPAddress);respondString = mbSession.Query(
"ID?"); <-- I get an error here saying it's timing outI tried using NI-SPY to see what is going on but the code is in C I believe and it sees the correct model number !!
01-24-2007 09:40 AM