User manual

SetDACchip DAC
Syntax
PROCEDURE SetDACchip(Chip_no: Longint);
Parameter
Chip_no: Value between 0 and 3 which corresponds to the address of the 6-bit DAC chip in
which the 8 channels are to be set to maximum output voltage.
Result
The 8 DAC-channels of the indicated DAC-chip are set to maximum output voltage.
Description
The eight DAC-channels of the selected 6-bit Digital to Analogue Converter chip are set to the
maximum output voltage (Vmax). The 'DAC' data variables of the respective DAC-channels are
likewise adjusted.
Example
BEGIN
SetDACchip(0);
// DAC channels 1...8 are at Vmax
END;
SetAllDAC DAC
Syntax
PROCEDURE SetAllDAC;
Result
All DAC-channels are set to maximum output voltage.
Description
All DAC-channels of the 6-bit Digital to Analogue Converters are set to maximum output voltage
(Vmax).
Example
BEGIN
SetAllDAC;
// All DAC channels 1...32 are at Vmax
END;
ConfigAllIOasInput IO
Syntax
PROCEDURE ConfigAllIOasInput;
Result
IOconfig: The 'IOconfig' variables for all Input/Output ports are given the value 255.
Description