Setmemorysize, Setcompensationgenerator, Setground – Dataman 770 Series User Manual
Page 21: Setdigitalshielding

Development kit for DATAMAN 770 series
Programmer’s Guide
3.3.14. SetMemorySize
Sets length of memory used for data acquisition.
procedure SetMemorySize(size:integer);stdcall;external 'm770drvdk.dll';
Parameters:
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
'm770drvdk.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
'm770drvdk.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 'm770drvdk.dll';
- 21 -