|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > DBWArm > IsCorrectPin |
This function checks about DBWARM pin correctness
call DBWShell("IsCorrectPin User Pin")
User |
name of the user to check the pin of |
|---|---|
Pin |
the pin to check |
@IS_CORRECT_PIN |
1: the pin is correct |
The DBWARM must be enabled.
Call dbwshell("IsCorrectPin " & user & " " & pin)
isCorrectPin = DBWResult("@IS_CORRECT_PIN")