
Software
87
…
begin
Temp:=90;
SetHeat(Temp);
Wait(1800);
…
Heat_OFF;
end.
Heat_OFF;
Switch the heater controller OFF.
AC_ApplyVoltage(AVoltage, AFrequency: Double; ASample: String);
This procedure applies the AC test voltage <AVoltage> with the test frequency
<AFrequency> and it executes a
measurement (see chapter 9.4). A sample name
<ASample> can be set for the measurement which will be filled in the “Sample” column
of the result table. Before the test voltage will be applied a dialog pops up with an OK
and a Break button (see chapter 9.6.1
). The user has to click on the OK
button to go on. If the Break button is clicked on the sequence will be stopped and no
voltage will be applied.
After the test voltage is applied and the measurement is stable all measured values will
be stored in the table. The measurement results can be accessed in a sequence by the
function
GetMeasData
. To switch OFF the AC test voltage use the
AC_HVOff
procedure.
Sample:
var
ACVoltage: double;
ACFrequency:
double;
DF:
double;
SampleName: string;
…
begin
ACVoltage:=2000
ACFrequency:=50
SampleName:=’Oil Sample XX’;
AC_ApplyVoltage(ACVoltage, ACFrequency, SampleName);
DF:=GetMeasData(id_DF);
AC_HVOff;
…
end.
AC_HVOff;
Switch the AC power supply OFF.
DC_Measure(AVoltage: Double; ASec: Integer; ASample: String);
This procedure applies the DC voltage <AVoltage> for the time <ASec> time in seconds
and it executes a DC Resistivity measurement (see chapter 9.5
). A sample
name <ASample> can be set for the measurement which will be filled in the “Sample”
column of the result table. Before the test voltage will be applied a dialog pops up with
an OK and a Break button (see chapter 9.6.1
). The user has to click on
Содержание 2830
Страница 1: ...2830 2831 Precision Liquid and Solid Dielectric Analyzer User Manual 4843477 M Version 3 0 ...
Страница 2: ...II Revision History Version Date Author Remarks 2 0 2013 12 MB 2nd release 3 0 2021 07 SM 3rd release ...
Страница 7: ...Introduction VII 17 Conformity 113 18 Notes 114 ...
Страница 8: ...VIII Introduction ...
Страница 121: ...Conformity 113 17 Conformity ...
Страница 122: ...114 Notes 18 Notes ...
Страница 123: ...Notes 115 ...