68 Pamux User’s Guide
RESET 3
PURPOSE:
Resets all Pamux brain boards.
COMMAND TYPE:
Digital and analog
PARAMETERS:
COMMAND Contains the value 3.
REMARKS:
For proper operation of this command, the Set Reset Address and Set Reset Level commands must
already have been sent to set the proper AC28 reset address and level.
EXAMPLE:
This example resets all Pamux units.
100 COMMAND% = 3 ‘ Reset command
110 GOSUB 1000 ‘ Call the driver
.
.
1000 CALL
Pamux(ERRCOD%,ADDRESS%,COMMAND%,POSITION%,VALUE%(0))
1010 IF ERRCOD% < 0 THEN GOTO 2000
1020 RETURN
PROGRAMING WITH THE PAMUX DRIVER