EasyManua.ls Logo

Strasbaugh nTellect 7AF - Page 2027

Default Icon
2493 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Pamux User’s Guide 67
SET RESET LEVEL 2
PURPOSE:
Configures the driver with the reset level to use when sending a reset command to Pamux.
COMMAND TYPE:
Driver
PARAMETERS:
COMMAND Contains the value 2.
VALUE ARRAY The first element of this array contains a single value that selects the reset
level. Valid values are:
VALUE%(0) Reset Level
0 Active Low
1 Active High (default)
REMARKS:
This command must be sent before sending a Reset command.
For proper operation of the Reset command, set the reset level to match the jumper setting of each
Pamux brain board. All Pamux brain boards connected to the same AC28 must be configured to the
same reset level.
The driver assumes a default active high level.
This command need only be sent once during initialization.
EXAMPLE:
This example tells the driver to use an active low value when a Reset command is sent.
100 COMMAND% = 2 ‘ Set Reset Level command
11 0 VALUE%(0) = 0 Value of 0 = active low
120 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

Table of Contents

Related product manuals