27
Instruction Manual C100-AE
Example : PC-Programme ( DOS, BASIC )
100 REM REQUEST MEASUREMENT VALUE BY "?"
110 OPEN "COM1,4800,E,7,2" FOR RANDOM AS #1
... open COM device
120 PRINT#1, "?" +CHR$(13);
… request measurement value
130 INPUT #1,A$
… input measurement value
140 PRINT A$
... display measurement value
150 CLOSE #1
… close COM device
160
END
7.4 Transmission of measured values
The
"SetUP"
menu
"Serial data output"
allows 2 different settings for data transfer.
1. Data transfer can be triggered by pressing either the foot or the hand switch or via an external contact.
2. Continuous data transfer from the column gauge.
Refer to chapter 3.5
7.5 Importing measurement values into Windows applications
To import measurement values into 32-bit Windows applications the
IBR_Device Driver Kit = IBR_DDK.DLL
is available free of charge on our web side
www.IBRit.com
The IBR_DDK.DLL supports both an API function set and COM function set ( ActiveX ). Examples in C++,
Delphi and Visual Basic are included.
Summary of Contents for C100-AE
Page 30: ...30 Instruction Manual C100 AE ...