Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Driver for Agilent 34401A has a bug

The driver for Agilent 34401A has a bug. It's the vi to configure the integration time. This vi takes a parameter to set the time with one of five possible DBL values, but in the vi there is a formation string like ".. %g". The konsequense is that the design does not in run in many european countrys, because the vi will send a komma to the instrument in the FP-integer. A change to ".. %.;%g" should be the solution.

0 Kudos
Message 1 of 2
(3,279 Views)
The Agilent 34401 driver was updated shortly after the LabVIEW 8.0 release and includes this fix.  You can see the other updates we made in version 5.0.1 in the instrument driver readme.  The latest driver versions all always available on the Instrument Driver Network (ni.com/idnet).
 
We certainly appreciate the feedback.
 
Jason Hobbs
Instrument Drivers

Message Edited by Jason Hobbs on 05-17-2006 09:42 AM

0 Kudos
Message 2 of 2
(3,262 Views)