Setcompensationgenerator, Setground, Setdigitalshielding – Dataman 570 Series User Manual

Page 20

Advertising
background image


Development kit for DATAMAN 570 series

Programmer’s Guide


size – length of memory used for data acquisition (valid values are: 1024, 2048, 4096,
8192, 16384, 32768, 65536, 131072, 262144, 524288 and 1048576)

Return value: -

3.3.15. SetCompensationGenerator

Turns compensation generator (square wave with frequency of 1.465kHz on the E
connector) on/off.

procedure SetCompensationGenerator(OnOff:integer);stdcall;external

'm570drvdk.dll';

Parameters:
onoff – determines whether the compensation generator should be turned on/off

ONOFF_OFF – turns generator off

ONOFF_ON – turns generator on

Return value: -

3.3.16. SetGround

Grounds inputs on the selected channel.

procedure SetGround(channel:integer;OnOff:integer);stdcall;external

'm570drvdk.dll';

Parameters:

channel – determines channel

CHANNEL_A – channel A

CHANNEL_B – channel B

onoff – determines, whether the channel should be grounded

ONOFF_OFF – grounds channel

ONOFF_ON – disconnects channel from ground

Return value: -

3.3.17. SetDigitalShielding

Turns digital shielding on the selected channel on/off.

procedure SetDigitalShielding(channel:integer; OnOff:integer;

level:integer);stdcall;external 'm570drvdk.dll';

Parametre:

channel – determines channel

CHANNEL_A – channel A

CHANNEL_B – channel B

onoff – determines whether the digital shielding will be turned on or off

ONOFF_OFF – turns the digital shielding off

- 20 -

Advertising