Operator`s manual
Signametrics 56
lpdBounce
Doulbe * Pointer where the bounce time value is to be saved.
iChan
int Identifies the Channel relay to be tested (1 to 32)
Return Value Integer error code.
Value
Meaning
SCAN_OKAY
Operation successfully completed.
Negative Value
Error code
Example
SCANTestChannelRelay(0, 4); // test Chan4
SCANTestConfigRelay
H/W access Command Polled Command
Description Set the RTD parameters.
#include “SMX4032.H”
#include “ScanUser.H”
int SCANTestConfigRelay(int iScan, int iConf, double * lpdBounce)
Remarks This function tests a single configuration or tree relay. Its diagnostics include excessive
bounce and open and short failures. If no failure, the Actuation time of the relay,
including bounce time, is returned. This value can be used to fine-tune the Scanner for
maximum switching performance by setting the highest Actuation time using
SCANSetActuationTime. The iConf parameter can be set to one of; AtoA, BtoA, BtoB,
CtoA, CtoC, DtoC or DtoD. See the ScanUser.h file for definitions. The test connector
is required to execute this procedure. Following the completion of this test, the Scanner is
set to the Disabled configuration.
Parameter
Type/Description
iScan
int Identifies the Scanner being addressed.
lpdBounce
Doulbe * Pointer where the bounce time value is to be saved.
iConf
int Identifies the configuration/tree relay to be tested.
Return Value Integer error code.
Value
Meaning
SCAN_OKAY
Operation successfully completed.
Negative Value
Error code