Hi,
First, I am a full beginner in object programmation and in Labview in
particular. I Try to measure two signals from a force balance by using
a KUSB 3108 (Keithley) and Labview 8.5. I have install the driver named
'KUSB Rev E' and the interface seems correct. Indeed my .vi allows to
measure each analogous input from the KUSB-3108. This .vi is based on
the functions from the LV-Link provided by Keithley (in particular
CreateAinChan.vi and OLReadSingle.vi). However, if i start the
application in order to measure both signal (Ain 0 and 1) at the same
time an error occurs :"An attempt was made to access a subsystem that
is already in use'. I Understand that there is a problem to
simulatenously read on both channels but the data sheet of the 3108
model specify that such measurements is possible and the software
provided by Keithley can perform acquisitions on several channels.
Any suggestion to fix this problem and identify the source of this error (unaccurate drivers, hardware configuration...) ??
Thanks for your interest in my quest !!