AMX AXB-DTMF+ instruction manual Dtmf Card

Page 29

Programming

(* THE DATA SHOULD APPEAR BETWEEN THE FIRST AND SECOND

*)

(*

RING.

*)

(*

 

*)

(***********************************************************************)

(*DEVICE NUMBER DEFINITIONS GO BELOW*)

(***********************************************************************)

DEFINE_DEVICE

DTMF

=

96

(*

AXB-DTMF+ V X.XX

*)

TP

=

128

(*

TOUCHPANEL

*)

(***********************************************************************)

(*CONSTANT DEFINITIONS GO BELOW*)

(***********************************************************************)

DEFINE_CONSTANT

(***********************************************************************)

(*VARIABLE DEFINITIONS GO BELOW*)

(***********************************************************************)

DEFINE_VARIABLE

 

 

 

DTMF_BUFFER[100]

(* INCOMING DATA FROM

DTMF CARD

*)

ID_DATA[100]

(* CALLER-ID COPY OF ABOVE

*)

ID_DATE[5]

 

(* CALLER-ID DATE

*)

ID_TIME[5]

 

(* CALLER-ID TIME

*)

ID_NUMBER[12]

 

(* CALLER-ID NUMBER

*)

ID_NAME[20]

(*

CALLER-ID NAME

*)

(***********************************************************************)

(*LATCHING DEFINITIONS GO BELOW*) (***********************************************************************)

DEFINE_LATCHING

(***********************************************************************)

(* MUTUALLY EXCLUSIVE DEFINITIONS GO BELOW*) (***********************************************************************)

DEFINE_MUTUALLY_EXCLUSIVE

(***********************************************************************)

(*SUBROUTINE DEFINITIONS GO BELOW*) (***********************************************************************)

(***********************************************************************)

(*STARTUP CODE GOES BELOW*) (***********************************************************************)

DEFINE_START

CREATE_BUFFER DTMF,DTMF_BUFFER

(* START LISTENING TO THE CARD *)

(***********************************************************************)

(*THE ACTUAL PROGRAM GOES BELOW*) (***********************************************************************)

Continued

AXB-DTMF+ DTMF+ Interface

25

 

 

 

 

Image 29
Contents AXB-DTMF+ AMX Limited Warranty and Disclaimer Table of Contents Table of Contents AXB-DTMF+ Specifications SpecificationsRear panel components Front panel components FIGAuto Answer mode Setting the Internal JumpersLine Setting mode Wiring the AXB-DTMF+Preparing captive wires Wiring guidelinesAudio Out Connecting External Telephone LinesAudio Off-hook line and off-hook phone troubleshooting Testing the AXB-DTMF+Operative System SendCommands SendCommandsOperative SendCommands Sendcommand DTMF, AUDOUT-OFF Sendcommand DTMF, AUDIO-ONSendcommand DTMF, AUDOUT-ON Sendcommand DTMF, AUTO-ONSendcommand DTMF, EXTEN-ON Sendcommand DTMF, EXTEN-OFFSendcommand DTMF, Flash Sendcommand DTMF, OFF HookTiming System SendCommands Timing System SendCommandsSendcommand DTMF, OBUOFFMAX-65 Sendcommand DTMF, LOSSLCMIN-15Sendcommand DTMF, OBUOFFMIN-45 Sendcommand DTMF, OBUONMAX-65Sendcommand DTMF, OREOFFMIN-20 Sendcommand DTMF, OREOFFMAX-45Sendcommand DTMF, OREONMIN-20 Sendcommand DTMF, ORIOFFMAX-50Sendcommand DTMF, ORIONMIN-25 Sendcommand DTMF, ORIONMAX-30Sendcommand DTMF, PAUSE-25 Sendcommand DTMF, ROHOFFMAX-65Fine Tuning SendCommands Fine Tuning SendCommandsDTMF+ distinctive ring default patterns and time values Distinctive Ring Patterns and SendCommandsChanging a Default Ring Pattern Distinctive Ring SendCommands Distinctive Ring SendCommandsPYZ-XXX Axcess Program ExampleBusycount Number of Retries Or RINGING, Send This Is not the 7TH RETRY, Wait Operation Channel # Description on Indicates Channel CodesChannel Codes Minute after call termination Caller ID Caller IDProgram Example for Caller ID Data String Description CLID-mmddhhii-nnnnnnnnnn-text,0Dtmf Card Defineprogram If FINDSTRINGDTMFBUFFER,CLID-,1 Start Programming AXB-DTMF+ DTMF+ Interface AMX,