GBS Elektronik MCA-166 Communication DLL User Manual
Page 14

MCA527
Name
MMCA_SET_MCA_INPUT_DIRECT_NEG
Description
The function sets the ADC input to direct (0 to -3V input range) and PUR to off.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_MCA_INPUT_DIRECT_NEG();
Return value
See MCA_COMM function
Name
MMCA_SET_INPUT_POLARITY_POS
Description
The function sets the input polarity to positive.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_INPUT_POLARITY_POS();
Return value
See MCA_COMM function
Name
MMCA_SET_INPUT_POLARITY_NEG
Description
The function sets the ADC input polarity to negative.
Declaration
ERROR_FLAG CALLBACK MMCA_SET_INPUT_POLARITY_NEG();
Return value
See MCA_COMM function
Name
MMCA_SET_THRESHOLD
Description
The function sets the analog threshold .
Declaration
ERROR_FLAG CALLBACK MMCA_SET_THRESHOLD(unsigned short unThreshold);
unThreshold
0 ... 60 %
Return value
See MCA_COMM function
Name
MMCA_SET_THRESHOLD_TENTHS
Description
The function sets the analog threshold .
Declaration
ERROR_FLAG CALLBACK MMCA_SET_THRESHOLD_TENTHS(unsigned short unThreshold);
unThreshold
0 ... 600 * 0.1 %
Return value
See MCA_COMM function
Remarks
This function is only usable for MCA527.
Name
MMCA_SET_SHAPING_TIME_LOW
Description
The function sets the low shaping time.
MCA166:
ordinarily 1µs
MCA527:
value set by MMCA_SET_SHAPING_TIME_PAIR
Declaration
ERROR_FLAG CALLBACK MMCA_SET_SHAPING_TIME_LOW();
Return value
See MCA_COMM function
Name
MMCA_SET_SHAPING_TIME_HIGH
Description
The function sets the high shaping time.
MCA166:
ordinarily 2µs
MCA527:
value set by MMCA_SET_SHAPING_TIME_PAIR
Declaration
ERROR_FLAG CALLBACK MMCA_SET_SHAPING_TIME_HIGH();
Return value
See MCA_COMM function
14