Metrohm 846 Driver Toolbox User Manual

Browse online or download User Manual for Software Metrohm 846 Driver Toolbox. Metrohm 846 Driver Toolbox User Manual

  • Download
  • Add to my manuals
  • Print

Summary of Contents

Page 1 - Dosing Interface USB Toolbox

CH-9101 Herisau/Switzerland Phone +41 71 353 85 85 Fax +41 71 353 89 01 E-Mail [email protected] Internet www.metrohm.ch Dosing Interface U

Page 2

1.3 Metrohm 700/800 Dosinos and Dosing Units 6 Dosing Interface USB Toolbox, Overview Fig. 5 Function: dosing/filling 1.3.1 Dosing/Filling the

Page 3 - Table of content

1.3 Metrohm 700/800 Dosinos and Dosing Units Dosing Interface USB Toolbox, Overview 7 4 Fig. 6 Function: switching the valve disk 1.3.2 Switchi

Page 4

1.3 Metrohm 700/800 Dosinos and Dosing Units 8 Dosing Interface USB Toolbox, Overview 1.3.4 Standard occupancy of the Dosino ports: Port 1 Dosin

Page 5 - 1 Overview

2.1 Constants Dosing Interface USB Toolbox, DLL Reference 9 2 DLL Reference This Reference applies to the interfaces of the programming languages

Page 6 - 1.2.1 System connections

2.1 Constants 10 Dosing Interface USB Toolbox, DLL Reference Status messages of a Dosino which are returned by the Status() function. IDLE Dosin

Page 7 - 1.2.3 PC connection

2.1 Constants Dosing Interface USB Toolbox, DLL Reference 11 2.1.4 Valve disk enum eCockMove { CK_MV_Asc =0, CK_MV_Desc =1, CK_MV_

Page 8 - Dosing Interface

2.2 Functions 12 Dosing Interface USB Toolbox, DLL Reference 2.2 Functions 2.2.1 Init846 bool Init846() Initializes all the connected Metrohm 846

Page 9 - 800 Dosino

2.2 Functions Dosing Interface USB Toolbox, DLL Reference 13 2.2.4 Status Status(long IfNo, long MsbNo, eDosinoState &DosinoState) Reads the

Page 10

2.2 Functions 14 Dosing Interface USB Toolbox, DLL Reference 2.2.7 ZeroAdjust ZeroAdjust(long IfNo, long MsbNo, float RevRate) Runs the piston of

Page 11 - 1.3.3 Port assignment

2.2 Functions Dosing Interface USB Toolbox, DLL Reference 15 2.2.10 DU_ToEnd DU_ToEnd(long IfNo, long MsbNo, float FwdRate) Move piston to the m

Page 13 - 2 DLL Reference

2.2 Functions 16 Dosing Interface USB Toolbox, DLL Reference Output parameters eReturnstate return value 2.2.13 DU_Exchange DU_Exchange(long IfN

Page 14 - 2.1.3 Piston movement

2.2 Functions Dosing Interface USB Toolbox, DLL Reference 17 2.2.16 DosContinue DosContinue(long IfNo, long MsbNo) Continue a halted Dosino actio

Page 15 - 2.1.4 Valve disk

2.2 Functions 18 Dosing Interface USB Toolbox, DLL Reference InRate float Filling rate [0.01…166 mL/min] OutPort long Output port 1 [1…4] OutV

Page 16 - 2.2 Functions

2.3 Error Messages Dosing Interface USB Toolbox, DLL Reference 19 2.3 Error Messages Error messages are presented in an array (Error number0…9),

Page 17 - 2.2.6 DU_Cock

3.1 Programming interface definitions 20 Dosing Interface USB Toolbox, Annex 3 Annex 3.1 Programming interface definitions 3.1.1 Java interface c

Page 18 - 2.2.9 GoPos

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 21 * * @param ifNo Dosing Interface [1... ?] * @param ms

Page 19 - 2.2.12 DU_Fill

3.1 Programming interface definitions 22 Dosing Interface USB Toolbox, Annex * Move the piston to an absolute position. The full stroke of th

Page 20 - 2.2.15 DosHold

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 23 throw new DosInt-Face846Exception(DosIntFace846Exception

Page 21 - 2.2.18 Empty

3.1 Programming interface definitions 24 Dosing Interface USB Toolbox, Annex public static final void dosStop(int ifNo, int msbNo) throws DosI

Page 22 - 2.2.19 GetInterfaceError

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 25 * @param inPort Filling port [1... 4] * @param inVolume Fi

Page 23 - 2.3 Error Messages

Table of content Dosing Interface USB Toolbox Table of content 1 Overview ...1 1.1 Di

Page 24 - 3.1.1 Java interface class

3.1 Programming interface definitions 26 Dosing Interface USB Toolbox, Annex */ public static final int getInterfaceId(int ifNo) throws D

Page 25

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 27 /** only for JNI, don't use it */ public static final n

Page 26

3.1 Programming interface definitions 28 Dosing Interface USB Toolbox, Annex 3.1.2 Java interface exception class /* * Copyright(c) 2005 Metrohm

Page 27

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 29 3.1.3 C++ interface definition header file /************************

Page 28

3.1 Programming interface definitions 30 Dosing Interface USB Toolbox, Annex enum eDosinoState {

Page 29

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 31 CK_MV_Desc = 1,

Page 30

3.1 Programming interface definitions 32 Dosing Interface USB Toolbox, Annex // long MsbNo Dosino at MSB [1...

Page 31

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 33 // float RevRate Filling rate //

Page 32

3.1 Programming interface definitions 34 Dosing Interface USB Toolbox, Annex // [0... 20000 mm^3] /

Page 33

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 35 // long ErrorBufSize Number of characte

Page 35

3.1 Programming interface definitions 36 Dosing Interface USB Toolbox, Annex 3.1.4 Delphi Interface (*********************************************

Page 36

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 37 (* Dosino is busy *) DOS_STAT_BUSY, (* Dosino is h

Page 37

3.1 Programming interface definitions 38 Dosing Interface USB Toolbox, Annex (* Turns the valve disk to the selected port. The turning direction

Page 38

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 39 STDCALL; EXTERNAL dllName; (* Dose a specified volume via the

Page 39

3.1 Programming interface definitions 40 Dosing Interface USB Toolbox, Annex (* Stops the current Dosino action.

Page 40 - 3.1.4 Delphi Interface

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 41 (* [0... 20000 mm^3]

Page 41

3.1 Programming interface definitions 42 Dosing Interface USB Toolbox, Annex IMPLEMENTATION FUNCTION GetErr(IfNo,MsbNo,Number : LONG; VAR Bu

Page 42

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 43 3.1.5 Visual Basic Interface Attribute VB_Name = "Module1"

Page 43

3.1 Programming interface definitions 44 Dosing Interface USB Toolbox, Annex DOS_STAT_HOLD_ZEROADJUST ' Dosino is halted in Adjust functi

Page 44

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 45 ' ' parameter Long IfNo Dosing Interf

Page 45

1.1 Distributed files Dosing Interface USB Toolbox, Overview 1 1 Overview The Liquid Handling library for Metrohm 846 Dosing Interface provides a

Page 46

3.1 Programming interface definitions 46 Dosing Interface USB Toolbox, Annex As eReturnState ' Dose a specified volume via the actual

Page 47 - 3.1.5 Visual Basic Interface

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 47 (ByVal IfNo As Long, ByVal MsbNo As Long, _ ByRef DosinoState A

Page 48

3.1 Programming interface definitions 48 Dosing Interface USB Toolbox, Annex ' Empties the Buret Unit. Dosing cylinder and tubings are empti

Page 49

3.1 Programming interface definitions Dosing Interface USB Toolbox, Annex 49 Private Function TruncString(ByVal s As String) As String Dim l As

Page 50

1.2 The 846 Dosing Interface 2 Dosing Interface USB Toolbox, Overview 1.2 The 846 Dosing Interface The 846 Dosing Interface is part of the Metroh

Page 51

1.2 The 846 Dosing Interface Dosing Interface USB Toolbox, Overview 3 1.2.2 Connectors of the 846 Dosing Interface USB1USB2MSB1 MSB2MSB4MSB3Contr

Page 52

1.2 The 846 Dosing Interface 4 Dosing Interface USB Toolbox, Overview 1.2.4 Dosino Connection Dosing InterfaceMSB Fig. 4: Connecting a Dosino driv

Page 53

1.3 Metrohm 700/800 Dosinos and Dosing Units Dosing Interface USB Toolbox, Overview 5 1.3 Metrohm 700/800 Dosinos and Dosing Units The Metrohm 8

Comments to this Manuals

No comments