EasyManua.ls Logo

Toptech MultiLoad II - Page 85

Toptech MultiLoad II
175 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 7 Register Operations
85
meter type Enumerated meter type values.
enum{ // Enumerated Value Register Value
METER_TYPE_VOLUME_PULSE_INPUT = 0,
METER_TYPE_MASS_PULSE_INPUT = 1,
METER_TYPE_VOLUME_ANALOG_INPUT = 2,
METER_TYPE_KROHNE_INPUT = 3,
METER_TYPE_MICROMOTION_INPUT = 4
};
totalizer Totalizer selection parameter.
This type is a bit-wise concatenation of five totalizer selection parameters that is expressed as a single register
value.
struct totalizer_selection_type
{
unsigned int preset_selected:1;
unsigned int meter_selected:1;
unsigned int component_selected:1;
unsigned int additive_selected:1;
unsigned int sampler_selected:4;
unsigned int unused1:8;
unsigned int unused2:8;
unsigned int unused3:8;
};
Note: Register value is still an integer value not a binary structure.
For example, to specify preset_selected and component_selected, (00101) the numeric value of the bit-wise
concatenation of these five different totalizer selection parameters would be 0x0005 = 5.
scs prompt SCS prompt selection parameter.
This type is a bit-wise concatenation of four prompt selection parameters that is expressed as a single register
value.
struct totalizer_selection_type
{
unsigned int bsw_selected:1;
unsigned int density_selected:1;
unsigned int gross_selected:1;
unsigned int temp_selected:1;
unsigned int unused:28;
};
Note: Register value is still an integer value not a binary structure.
For example, to specify bsw_selected and gross_selected, (0101) the numeric value of the bit-wise
concatenation of these four different prompt selection parameters would be 0x0005 = 5.
“card-reader” Card-Reader selection parameter
enum{ // Enumerated Value Register Value
DISABLED = 0, // NO CARD-READER
BUCKET_CAPTIVE = 1, // CAPTIVE CARD-READER

Table of Contents

Related product manuals