Gebruiksaanwijzing /service van het product DTMF+ Interface AXB-DTMF+ van de fabrikant AMX
Ga naar pagina of 32
instruction manual AXlink Bus Controllers AXB-DTMF+ DTMF+ Interface.
AMX Limited W arranty and Disc laimer AMX Corporation warrants its products to be free of defects in material and workmanship under normal use for three (3) years from the date of purchase from AMX Co.
T able of Contents i AXB-DTMF + DTMF+ Inte rface T able of Contents Product Information ........ ................ ................. ................ .............. .............. ............ 1 Specifications ..........................................
ii AXB-DTMF+ DTMF+ Interface T able of Contents.
Product Information 1 AXB-DTMF + DTMF+ Inte rface Pr oduct Inf ormation The AXB-DTMF+ DTMF Interface (FIG. 1) links an Axcess central controller to a telephone network, enabling dual tone multi-frequency (DTM F) and audio pass-throug h control.
Product Information 2 AXB-DTMF+ DTMF+ Interface AXB-DTMF+ Specifications (Cont.) Operation modes (set via interna l jumpers): • Auto Ans wer • Line T ype Refer to Setting the Internal Jumpers section on page 3 f or details. Fr ont panel compone nts (FIG.
Configuration and Installation 3 AXB-DTMF + DTMF+ Inte rface Configuration and Installation Setting the Internal J umpers There are two 2-position jumpers on the AXB-DTMF+ ci rcuit card (FIG.
Configuration and Install ation 4 AXB-DTMF+ DTMF+ Interface Line Setting m ode The 2-position jumper JP1 selects PHONE or LEASED line operation when system powers on. FIG. 3 shows the default setting. T o change the line setting default from PHONE to LEASED : 1.
Configuration and Installation 5 AXB-DTMF + DTMF+ Inte rface Connecting External T elephone Lines T elep hone cabling for both the input and extension lines are standard RJ-11 type connections. Follo w these steps to connect external telephone lines .
Configuration and Install ation 6 AXB-DTMF+ DTMF+ Interface T esting the AXB-DTMF+ Follo w these steps to test the AXB-D TMF+: 1. Disconnect AXlink power . 2. Remov e the cover from the unit housing and set the A UTO ANSWER jumper to AU T O A N S W E R ON then reinstall the cover on the unit housing.
Programming 7 AXB-DTMF + DTMF+ Inte rface Pr ogramming Program the AXB-DTMF+ to send outbound DT MF codes using Axcess Send_Comm ands from the control Fine T uning - commands allowing experienced users the ability to obtain performance in adverse system.
Programming 8 AXB-DTMF+ DTMF+ Interface Operative System Send_Commands ( Cont.) Command Description A UDIO-ON Enable audio from passing through the AXB-DTMF+ to the phone line.
Programming 9 AXB-DTMF + DTMF+ Inte rface Operative System Send_Commands (Cont.) Command Description DIAL-X-XXX-XXXX Dial number and send DTMF . • Spaces or hyphens are ignored when dialing. • A 'W' in the dial command will cause the AXB-DTMF+ to wait f or dial tone before dialing the ne xt digit in the dial command.
Programming 10 AXB-DTMF+ DTMF+ Interface Timing System Send_Commands The follo wing table list s the commands , which establish normal si gnal timing. The commands are listed alphabetically by operatio n and inclu de syntax, syntax descriptions, usage examples, time increments, and reset default values.
Programming 11 AXB-DTMF + DTMF+ Inte rface Timing System Send_Commands (Cont.) Command Description LOSSLCMIN-XXX The minimum time a loop current is off (used to detect o ther end hung up). • Time increment = 10 ms • Default at reset = 10 Example: SEND_COMMAND DTMF, 'LOSSLCMIN-15' Sets a .
Programming 12 AXB-DTMF+ DTMF+ Interface Timing System Send_Commands (Cont.) Command Description OREOFFMAX-XXX Outgoing reorder (f ast bu sy) off time maximum. • Time increment = 10 ms • Default at reset = 35 Example: SEND_COMMAND DTMF, 'OREOFFMAX-45' Sets the outgoing reorder (f ast b usy) off time maximu m to .
Programming 13 AXB-DTMF + DTMF+ Inte rface Timing System Send_Commands (Cont.) Command Description ORIONMAX-XXX Outgoing ring on time maximum. • Time increment = 100 ms • Default at reset = 22 Example: SEND_COMMAND DTMF, 'ORIONMAX-30' Sets the outgoing ring on time maximum to 3.
Programming 14 AXB-DTMF+ DTMF+ Interface Fine T uning Send_Commands The following table lists the commands that fine tune AXB-DTMF+ sign al timing. Most li kely , you will not hav e to change Fine T uning param ete rs.
Programming 15 AXB-DTMF + DTMF+ Inte rface Distinctive Ring P atterns and Send_Commands Distinctiv e ringing is a service provided by the lo c al telephone company . Distinctive ring allo ws additional phone numbers to be assigned to a single phone line.
Programming 16 AXB-DTMF+ DTMF+ Interface Changing a Default Ring P attern Change a default ring pattern using the appr opriate Send_Command when program ming the AXB- DTMF+. Each ring pattern consists of f iv e part s with each part having a specif ic Send_Command.
Programming 17 AXB-DTMF + DTMF+ Inte rface Distinctive Ring Send_Commands The following Send_Commands are av ailable for changing the default distinctiv e ring patterns. Each ring pattern consists of f i ve part s with each part requiring a Send_Command.
Programming 18 AXB-DTMF+ DTMF+ Interface Axcess Pr ogram Example T o program the AXB-DTMF+, you will need a perso nal computer with the Axcess software program, an Axcess Central controller , an A Xlink po wer/data ca ble, as well as an CC-COM Axcess programming cable.
Programming 19 AXB-DTMF + DTMF+ Inte rface (* CONSTANT DEFINITIONS GO BELOW *) (*********************************************************************) DEFINE_CONSTANT (********************************.
Programming 20 AXB-DTMF+ DTMF+ Interface IF(STATE=2) { STATE=3 SEND_COMMAND DTMF_CARD,'OFF-HOOK' WAIT 20 'WAIT FOR DIAL TONE' { SEND_STRING 0,"'ERROR: NO DIAL TONE',.
Programming 21 AXB-DTMF + DTMF+ Inte rface IF(STATE=5) { PUSH[DTMF_CARD,34] (*OUTGOING_BUSY*) { CANCEL_WAIT 'WAIT FOR RESPONSE TO DIAL' SEND_COMMAND DTMF_CARD,'ON HOOK' (*NUMBER IS.
Programming 22 AXB-DTMF+ DTMF+ Interface Channel Codes Channel codes on the AXB-DTMF+ are stored in me mory (firmware) and process all outbound or inbound DTMF from a set of program instructio ns downloaded to the Axcess Central controller .
Programming 23 AXB-DTMF + DTMF+ Inte rface Channel Codes (Cont.) Operation Channel # Description (ON Indicates) Detection (Cont.) 39 Indicates a m omentar y lo ss of loop current (call ter mination). Call Progress Repor ting retur ned to the Axcess AXC-EM when call termina tion is detected.
Programming 24 AXB-DTMF+ DTMF+ Interface Caller ID The AXB-DTMF+ provides report capability for recei ving Caller ID information. The following table shows the Caller ID data string sent to the A xcess AXC-EM Enhanced Master Card. A description and format use are also described.
Programming 25 AXB-DTMF + DTMF+ Inte rface (* THE DATA SHOULD APPEAR BETWEEN THE FIRST AND SECOND *) (* RING. *) (* *) (***********************************************************************) (* DEVICE NUMBER DEFINITIONS GO BELOW *) (***********************************************************************) DEFINE_DEVICE DTMF = 96 (* AXB-DTMF+ V X.
Programming 26 AXB-DTMF+ DTMF+ Interface DEFINE_PROGRAM IF (FIND_STRING(DTMF_BUFFER,'CLID-',1)) (* START OF STRING FOUND *) { WAIT 20 'NO VALID STRING FOUND' (* TIME-OUT AFTER 2.
Programming 27 AXB-DTMF + DTMF+ Inte rface.
AMX reserves the right to alter specif ications with out no tice at a ny time. brussels • dallas • los angeles • mexico city • philad elphia • sha nghai • singapore • tampa • toronto • yor k 3000 research drive, richardson, TX 75082 USA • 469.
Een belangrijk punt na aankoop van elk apparaat AMX DTMF+ Interface AXB-DTMF+ (of zelfs voordat je het koopt) is om de handleiding te lezen. Dit moeten wij doen vanwege een paar simpele redenen:
Als u nog geen AMX DTMF+ Interface AXB-DTMF+ heb gekocht dan nu is een goed moment om kennis te maken met de basisgegevens van het product. Eerst kijk dan naar de eerste pagina\'s van de handleiding, die je hierboven vindt. Je moet daar de belangrijkste technische gegevens AMX DTMF+ Interface AXB-DTMF+ vinden. Op dit manier kan je controleren of het apparaat aan jouw behoeften voldoet. Op de volgende pagina's van de handleiding AMX DTMF+ Interface AXB-DTMF+ leer je over alle kenmerken van het product en krijg je informatie over de werking. De informatie die je over AMX DTMF+ Interface AXB-DTMF+ krijgt, zal je zeker helpen om een besluit over de aankoop te nemen.
In een situatie waarin je al een beziter van AMX DTMF+ Interface AXB-DTMF+ bent, maar toch heb je de instructies niet gelezen, moet je het doen voor de hierboven beschreven redenen. Je zult dan weten of je goed de alle beschikbare functies heb gebruikt, en of je fouten heb gemaakt die het leven van de AMX DTMF+ Interface AXB-DTMF+ kunnen verkorten.
Maar de belangrijkste taak van de handleiding is om de gebruiker bij het oplossen van problemen te helpen met AMX DTMF+ Interface AXB-DTMF+ . Bijna altijd, zal je daar het vinden Troubleshooting met de meest voorkomende storingen en defecten #MANUAl# samen met de instructies over hun opplosinge. Zelfs als je zelf niet kan om het probleem op te lossen, zal de instructie je de weg wijzen naar verdere andere procedure, bijv. door contact met de klantenservice of het dichtstbijzijnde servicecentrum.