9560 Transaction Manager User’s Manual
9-10
The digits correspond to the inputs as shown below:
0 1 1
Register #0
First input
J1
Second input
J2
Third input
J3
9560-40U
For example, if the #0 register contains 011, it would indicate a signal at the
first and second inputs, but none at the third input.
•
Clears the sense inputs
For a complete description of the command syntax, see “LED/Relay Control”
in Chapter 8. For a description of commands for the magnetic card reader, see
“Magnetic Card Reader Commands” later in this chapter.
Sample Program 1
In this example, the 9560 controls access to a restricted area. If the user scans a
badge with an authorized number, the 9560 responds by actuating a relay that
may be connected to a door lock. An invalid badge number does not unlock the
door.
This program is appropriate for a configuration where the 9560 is not
connected to a host computer. Instead, the IRL program contains a list of all
valid badge numbers that are sequentially checked against the scanned badge.
You can use this programs as is, line by line, with or without the comments.
Program Listing #1: Controlling Access to a Restricted Area
.START :Label for start of loop.
D$0="" :Initialize register for badge number.
P"ENTER BADGE" :Prompt user to scan badge.
A :Accept input.
G.CHECK :Go verify badge number.
:**********************************************************************
:If the badge is valid, this subroutine opens the door. *
:**********************************************************************
:
.GOOD
P"VALID BADGE" :Tell user the badge is valid.
P"ENTRY ALLOWED"
W1 :Wait 1 second.
FXXXX1000 :Actuate relay to open door.
Содержание Transaction Manager 9560
Страница 1: ...nugget c o d e 3 9 helconital 9560TransactionManager P N 059724 005 User s Manual...
Страница 4: ......
Страница 14: ......
Страница 22: ...nugget c o d e 3 9 helconital...
Страница 28: ......
Страница 30: ...nugget c o d e 3 9 helconital...
Страница 48: ...nugget c o d e 3 9 helconital...
Страница 62: ......
Страница 64: ...nugget c o d e 3 9 helconital...
Страница 76: ...nugget c o d e 3 9 helconital...
Страница 108: ...nugget c o d e 3 9 helconital...
Страница 132: ......
Страница 134: ......
Страница 191: ...Configuration Commands UPC EAN 7 59 7 6 Scan this label Exit Configuration Save Settings...
Страница 194: ......
Страница 196: ...nugget c o d e 3 9 helconital...
Страница 226: ......
Страница 228: ...nugget c o d e 3 9 helconital...
Страница 246: ......
Страница 248: ...nugget c o d e 3 9 helconital...
Страница 254: ......
Страница 256: ...nugget c o d e 3 9 helconital...
Страница 262: ......
Страница 264: ......
Страница 268: ...9560 Transaction Manager User s Manual B 6 Numbers 0 0 0 4 4 4 8 8 8 1 1 1 5 5 5 9 9 9 2 2 2 6 6 6 3 3 3 7 7 7...
Страница 272: ......
Страница 278: ......
Страница 280: ......
Страница 298: ......
Страница 308: ......