ETCSlaveStack.SetStartupChecks
(METH)
METHOD SetStartupChecks
Sets the statup checks for one slave
Example:
pSlave^.SetStartupChecks(TRUE,TRUE,FALSE,0);
- InOut:
Scope
Name
Type
Comment
Input
xVendorCheck
BOOL
true: check vendor id
xProductCheck
BOOL
true: check product id
xRevisionCheck
BOOL
true: check revision id
usiRevisionCheckMode
USINT
0: ==; 1: >=; 2: LW ==; 3: LW ==, HW >=; 4: HW ==; 5: HW ==, LW >=