User Manual
Table Of Contents
- Safety information
- Regulatory compliance
- Overview
- Touch screen monitor controls
- Control card
- Startup and shutdown
- Managing the 3M™ SelfCheck™ System
- Usage reports
- Setup pages
- General maintenance
- Solving problems
- FAQs
- How can I change screen messages?
- Does the 3M™ SelfCheck™ System operate with SIP 1.
- What happens if a customer is not allowed to borrow materials?
- Does the 3M™ SelfCheck™ System follow the library'
- Does the 3M™ SelfCheck™ System do renewals?
- Does the customer need the book for a renewal?
- Does the 3M™ SelfCheck™ System recognize items on
- Will the 3M™ SelfCheck™ System still desensitize i
- What happens if a customer tries to check out a book that is on loan to someone else?
- How can I change the sound volume?
- Boot and Login Problems
- ACS conflicts notification
- Printer problems
- Check-in/checkout problems
- Cannot check out books
- Cannot read magnetic cards
- Cannot read smart cards
- Cannot read the customer or item ID
- Cannot select Mag Card or Smart Card as the customer identifier
- The Media check is not working
- Some customers are not allowed to check out items
- Customers are unable to renew items
- Customers are unable to check out videos
- Customers are unable to check out audio tapes
- Receipt Problems
- Scanner problems
- Power problems
- Messages do not display correctly
- Other Problems
- FAQs
- Obtaining service and supplies
- Appendix A: Email notification messages
- Appendix B: Scanner Adjustment Template
64
ID filter example 2
This example demonstrates the use of the
REMOVE and ADD commands.
Problem
Customer cards in the library system have
two characters that stand for the month and
year the card was issued. These must be
changed to four characters that stand for the
year.
Characters 7 and 8 stand for the month.
Characters 9 and 10 stand for the year.
Solution
The REMOVE command takes out the
month part of the ID code.
The ADD command inserts a string at a
specific point in the ID code.
Example 2
ID filter example 3
This example demonstrates the use of the
CONTAINS and REPLACE commands.
Problem
Customer cards in the library system have
changed format. The meaning of character
5 has changed.
If character 5 is R, it must be changed
to Z.
Solution
The CONTAINS command finds only
those ID codes with R as the fifth
character.
The REPLACE command changes R to
Z.
Example 3