PI1X Basic Programming Manual Ver. 1.10
41/156
ELSE
PRINT "AID NG..."
END IF
WHILE INKEY$=""
WEND
Description
:
A%
is an integer variable to be assigned to the result.
A%
Meaning
0
AID not
correct.
1
AID correct.
S1$
is a string variable, indicating the UserID that needs 4~8
characters.
S2$
is a string variable, indicating the password that needs
4~8 characters.
Purpose
:
To copy the setting from APP to BIOS.
Syntax
:
COPYAPPTOBIOS
Example
:
COPYAPPTOBIOS
Description
:
This command will copy the APP settings to BIOS.
Purpose
:
To set the state of DC in always power on.
Syntax
:
SET_DCIN_ALWAYSON(N%)
Example
:
SET_DCIN_ALWAYSON(N%)
Description
:
N%
can be set 0 or 1.
N%
Meaning
0
Disable
1
Enable
Purpose
:
To get the state of DC in always power on.
Syntax
:
A% = GET_DCIN_ALWAYSON
Example
:
A% = GET_DCIN_ALWAYSON
Description
:
A%
is an integer variable to be assigned to the result.
A%
State
0
Disable
1
Enable