LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Metrohm Dosimat 665 driver for Labview

Is there anyone who has or who knows where i could get drivers for a
Metrohm Dosimat 665 (Serial Device) with/for LabView ?
0 Kudos
Message 1 of 4
(4,308 Views)
You can download it from the following address. As far as I know, this driver is supplied with LabVIEW 6.1 (On the drivers CD).

http://zone.ni.com/idnet97.nsf/9b2b33e1993d877786256436006ec498/8ef357fbe53e4599862568ab005fbd47?OpenDocument

Most Metrohm Instruments are easily controlled by RS-232 (See the user manual for the Instrument).

The Programming is actually so easy, that drivers are really unneccessary.

Shane
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 2 of 4
(4,308 Views)
I'm having trouble using this driver. I'm using the 8 pin (Dosimat end-round) cable to 25 pin (PC end) and the converting the 25 to 9 pin so I can use it with my PC. I'm able to communicate with the Dosimat using an old QB routine which makes this all the more frustrating. ... any thoughts?
0 Kudos
Message 3 of 4
(4,308 Views)
FM_UW wrote:

> I'm having trouble using this driver. I'm using the 8 pin (Dosimat
> end-round) cable to 25 pin (PC end) and the converting the 25 to 9 pin
> so I can use it with my PC. I'm able to communicate with the Dosimat
> using an old QB routine which makes this all the more frustrating.
> .. any thoughts?

QB has the habit of automatically adding a carriage return or line feed
to every sent string. Does your LabVIEW driver add a \r or \n (enable \
codes in the pop up menu) at the end?

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 4 of 4
(4,308 Views)