Instruction d'utilisation AMX Mini-LCD Transmitter TX-MLCD

Instruction d'utilisation pour le dispositif AMX Mini-LCD Transmitter TX-MLCD

Dispositif: AMX Mini-LCD Transmitter TX-MLCD
Catégorie: Carte réseau
Fabricant: AMX
Dimension: 0.17 MB
Date d'addition: 10/27/2013
Nombre des pages: 22
Imprimez l'instruction

Téléchargez

Comment utiliser?

Notre objectif consiste à vous assurer le plus rapide accès au contenu de l'instruction d'utilisation du dispositif AMX Mini-LCD Transmitter TX-MLCD. En utilisant l'aperçu en ligne vous pouvez parcourir le sommaire et passer à la page où vous trouverez la résolution de votre problème avec AMX Mini-LCD Transmitter TX-MLCD.

Pour votre confort

Si regarder l'instruction AMX Mini-LCD Transmitter TX-MLCD directement sur la page n'est pas confortable pour vous, vous pouvez profiter de deux solutions possibles:

  • Exploration au mode de plein écran - pour analyser l'instruction d'une manière commode (sans l'avoir téléchargée sur votre ordinateur) vous pouvez utiliser le mode d'exploration en plein écran. Pour démarrer l'exploration de l'instruction AMX Mini-LCD Transmitter TX-MLCD en plein écran, utilisez le bouton Plein écran.
  • Téléchargement sur l'ordinateur - vous pouvez aussi télécharger l'instruction AMX Mini-LCD Transmitter TX-MLCD sur votre ordinateur et la sauvegarder dans vos ressources. Si vous n'avez pas envie de gaspiller votre espace disque, vous pouvez toujours télécharger cette instruction du ManualsBase dans l'avenir.
AMX Mini-LCD Transmitter TX-MLCD Manuel d'utilisation - Online PDF
Advertisement
« Page 1 of 22 »
Advertisement
Version imprimée

Beaucoup de gens préfèrent de lire les documents dans la version imprimée et non pas sur l'écran. L'option d'impression de l'instruction est aussi prévue et vous pouvez en profiter en cliquant le lien ci-dessus - Imprimez l'instruction. Il n'est pas nécessaire d'imprimer toute l'instruction AMX Mini-LCD Transmitter TX-MLCD - on peut choisir des pages. Economisez le papier.

Résumés

Vous trouverez ci-dessous les annonces des contenus qui se trouvent sur les pages suivantes de l'instruction de AMX Mini-LCD Transmitter TX-MLCD. Si vous voulez parcourir rapidement le contenu des pages suivantes de l'instruction, vous pouvez en profiter.

Résumés du contenu
Résumé du contenu de la page N° 1

7;00/&'0LQL0/&'7UDQVPLWWHU
,QVWUXFWLRQ 0DQXDO
7UDQVPLWWHUV

Résumé du contenu de la page N° 2

Limited Warranty and Disclaimer AMX Corporation warrants its products to be free from defects in material and workmanship under normal use for a period of three years from date of purchase from AMX, with the following exceptions. Electroluminescent and LCD control panels are warranted for a period of three years, except for the display and touch overlay components, which are warranted for a period of one year. Disk drive mechanisms, power supplies, modifications, MX Series products, and KC Serie

Résumé du contenu de la page N° 3

Table of Contents Introduction ............................................................................ 1 Overview 1 Features 1 Operation 2 Wiring the TX-MLCD 3 AXCESS Programming ........................................................... 5 Overview 5 Programming Restrictions 6 Programming Basics 6 Sample Program 8 Specifications....................................................................... 15 Overview 15 Technical Support ...........................................................

Résumé du contenu de la page N° 4

ii Table of Contents TX-MLCD Mini-LCD Transmitter

Résumé du contenu de la page N° 5

Introduction Overview The TX – MLCD (Figure 1) is a programmable Radio Frequency (RF) or Infrared (IR) wireless transmitter. Text for TX– MLCD menu functions is presented on a 2-line, 16 character, horizontal liquid crystal display (LCD). All TX– MLCD functions are under software control. The TX– MLCD is completely compatible with a subset of the AXCESS System programming language described in the programming section of this User Guide. Figure 1 is an illustration of the TX– MLCD panel arrangeme

Résumé du contenu de la page N° 6

• RS– 232 port— used to program the TX– MLCD functions. The data rate is fixed at 1200 baud (bps). • Portable— the AMX TX– MLCD uses four AAA batteries for completely portable operation. Operation Once a program, like the example in the appendix, is loaded, your TX– MLCD provides complete menu selection of up to 12 control menus with up to 6 functions each. Menu selections allow you to control a wide range of devices with RF or IR signals according to your needs. • RF or IR selection— The operat

Résumé du contenu de la page N° 7

Wiring the TX-MLCD Figure 3 shows how to connect the TX– MLCD RS– 232 port to an AXCESS RS– 232 cable for programming. Cable Wiring 9-Pin D to Stereo Plug Figure 3 Pin 2 to Ring Terminal Pin 3 to Tip Terminal RS-232 adapter cable wiring 9-Pin (3)Tip Pin 5 to Sleeve Terminal diagram (AXCESS-to-TX- D Male (2)Ring MLCD) (5)Sleeve Length = 8 to 10 inches 2 TXD 3 RXD Tip 2.5mm Stereo Plug 5 Ground Ring Sleeve TX-MLCD Mini-LCD Transmitter Introduction 3

Résumé du contenu de la page N° 8

4 Introduction TX-MLCD Mini-LCD Transmitter

Résumé du contenu de la page N° 9

AXCESS Programming Overview You can use the AXCESS software to program all features of the TX– MLCD. A working knowledge of the AXCESS programming language is needed to thoroughly understand the operation of the TX– MLCD. Language features include screen control, character position control, and commands for implementing TX– MLCD functions. The following subset of the AXCESS Language commands are supported for the TX– MLCD: CALL CANCEL_ALL_WAIT CANCEL_WAIT DEFINE_CONSTANT DEFINE_DEVICE DEFINE_PRO

Résumé du contenu de la page N° 10

Programming Restrictions AXCESS program restrictions include: 1. DEFINE_LATCHING, DEFINE_MUTUALLY_EXCLUSIVE, and DEFINE_TOGGLING are not supported. Similar functions are accomplished with combinations of ON, OFF, and IF… ELSE. 2. PULSE is not supported. A similar function is accomplished with combinations of ON, WAIT, and OFF 3. String support is limited: • No access to individual array elements • No string comparisons • Some string functions are not supported (e.g., LEFT_STRING, and so on.) • M

Résumé du contenu de la page N° 11

• A PUSH occurs in the program every time a button (key) is pressed. Figure 4 shows the button assignments. 1 6 4 16 Figure 4 Top Left = • • • • Button assignments • • • • • • • • 5 10 15 20 = Bottom Right • Turning on channels 1 through 254 enables transmission (RF or IR) of the respective radio code. The code example below transmits radio code 128 when button 1 is pressed. PUSH[SK, 1] TO[SK, 128] • Use SEND_STRING to send characters to the LCD screen. Characters will start at the current curs

Résumé du contenu de la page N° 12

Sample Program Figure 5 is a sample demo AXCESS software program for a TX-MLCD. Refer to the AXCESS Language Programming Guide for complete programming instructions. PROGRAM_NAME='TXMLCD 6 BUTTON DEMO PROGRAM, RSH 04-29-91' Figure 5 (* DATE:04/28/92 TIME:16:53:22 *) Sample AXCESS software (* program THIS IS A GENERIC PROGRAM THAT CREATES 6 VARIABLE FUNCTION BUTTONS BUTTONS DENOTED WITH A * BELOW. THE REMAINING THREE ROWS ARE USED FOR MENU SELECTIONS. BUTTON NUMBERING: 1*

Résumé du contenu de la page N° 13

DEFINE_VARIABLE BA[4] (* LCD VARIABLE FORMAT *) BB[4] BC[2] (* BA BC FILL BD BF *) BD[2] (* BB ( SOURCE ) BE *) BE[4] BF[4] FILL[4] SOURCE[6] BTEMP[4] (* FOR TEMPORARILY SAVING BA, BB, BC, BD, BE, OR BF *) RC (* RADIO CODE OFFSET AFTER MENU SELECTION *) (***********************************************************) (* LATCHING DEFINITIONS GO BELOW *) (***********************************************************) DEFINE_LATCHING (**

Résumé du contenu de la page N° 14

} PUSH[MLCD,4] TO[MLCD,2] (* MENU SELECTION 2 TRANSMITS RC 2 *) BA='ENT ' BC='<-' FILL='CRSR' BD='->' BF=' FWD' BB='F1 ' SOURCE=' MAC ' BE=' REV' CALL'LCD' RC=40 (* FUNCTIONS 1-6 WILL NOW TRANSMIT 40-45 *) } PUSH[MLCD,5] { TO[MLCD,3] BA='#1 ' BC='#2' FILL=' ' BD='#3' BF=' #4' BB='#5 ' SOURCE=' AUX ' BE=' OFF' CALL'LCD' RC=48 } PUSH[MLCD,8] { TO[MLCD,4] BA='PSE ' BC='<<' FILL='SRCH' BD='>>'

Résumé du contenu de la page N° 15

TO[MLCD,8] BA='PSE ' BC='<<' FILL='CHPT' BD='>>' BF=' PLY' BB='HOME' SOURCE='LSR DS' BE=' STP' CALL'LCD' RC=88 } PUSH[MLCD,15] { TO[MLCD,9] BA='MID ' BC='<-' FILL='DRPS' BD='->' BF='CONF' BB='LOW ' SOURCE='LIGHTS' BE=' AV' CALL'LCD' RC=96 } PUSH[MLCD,18] { TO[MLCD,10] BA='ON ' BC='<-' FILL='FOCS' BD='->' BF=' FWD' BB='OFF ' SOURCE='SLIDES' BE=' REV' CALL'LCD' RC=104 } PUSH[MLCD,19]

Résumé du contenu de la page N° 16

PUSH[MLCD,2] (*BB*) { TO[MLCD,RC] BTEMP=BB BB='--- ' CALL'LCD' } RELEASE[MLCD,2] { BB=BTEMP CALL'LCD } PUSH[MLCD,6] (*BC*) { TO[MLCD,RC+2] BTEMP=BC BC='--' CALL'LCD' } RELEASE[MLCD,6] { BC=BTEMP CALL'LCD' } PUSH[MLCD,11] (*BD*) { TO[MLCD,RC+3] BTEMP=BD BD='--' CALL'LCD' } RELEASE[MLCD,11] { BD=BTEMP CALL'LCD' } PUSH[MLCD,16] (*BF*) { TO[MLCD,RC+4] BTEMP=BF BF=' ---' CALL'LCD' } RELEASE[MLCD,16] { BF=BTEMP CALL'LCD'

Résumé du contenu de la page N° 17

PUSH[MLCD,17] (*BE*) { TO[MLCD,RC+5] BTEMP=BE BE=' ---' CALL'LCD' } RELEASE[MLCD,17] { BE=BTEMP CALL'LCD' } (***********************************************************) (* END OF PROGRAM *) (* DO NOT PUT ANY CODE BELOW THIS COMMENT *) (***********************************************************) TX-MLCD Mini-LCD Transmitter AXCESS Programming 13

Résumé du contenu de la page N° 18

14 AXCESS Programming TX-MLCD Mini-LCD Transmitter

Résumé du contenu de la page N° 19

Specifications Overview Figure 6 shows the TX-MLCD, and Figure 6 lists the specifications. Figure 6 TX-MLCD Mini-LCD transmitter Horizontal LCD SOURCE IBM UMATIC SLIDES VHS MAC CASS LSR DS DUAL AUX VOLUME LIGHTS V-SHOW Figure 7 Specifications Specifications Buttons 20 pushbuttons under Lexan faceplate Display 2-line, 16-character per line LCD readout IR transmission Low-frequency (38 kHz) Memory 25K Includes Four AAA, 1.5 V alkaline batteries Enclosure Molded black matte plastic Dimensions 5.8"

Résumé du contenu de la page N° 20

16 Specifications TX-MLCD Mini-LCD Transmitter


Instructions pareilles
# Instruction d'utilisation Catégorie Téléchargez
1 AMX Control Card RDC-DC Manuel d'utilisation Carte réseau 2
2 AMX CSG SIP Communications Gateway 544/580 Manuel d'utilisation Carte réseau 1
3 AMX Audio-Only Module MAX-AOM Manuel d'utilisation Carte réseau 0
4 AMX AXlink Bus Controllers AXB-232++ Manuel d'utilisation Carte réseau 10
5 AMX Control System Accessories Anterus Manuel d'utilisation Carte réseau 0
6 AMX AXC-INP8 Manuel d'utilisation Carte réseau 0
7 AMX NetLinx Integrated Controller NXI Manuel d'utilisation Carte réseau 4
8 AMX DTMF+ Interface AXB-DTMF+ Manuel d'utilisation Carte réseau 0
9 AMX AXR-IRSM+ Manuel d'utilisation Carte réseau 1
10 AMX Enhanced Master RS-232 Controller AXB-EM232 Manuel d'utilisation Carte réseau 8
11 AMX IP Link Interface RMS Manuel d'utilisation Carte réseau 0
12 AMX Metreau 7-Button Keypad MET-7 Manuel d'utilisation Carte réseau 2
13 AMX Incandescent Dimmer Module RDM-INC Manuel d'utilisation Carte réseau 0
14 AMX Dual Zero Cross Module RDM-2ZC Manuel d'utilisation Carte réseau 0
15 AMX MetreauTM 13-Button Keypad MET-13 Manuel d'utilisation Carte réseau 1
16 Sony BTA-NW1A Manuel d'utilisation Carte réseau 2
17 Sony BKMW-E3000 Manuel d'utilisation Carte réseau 2
18 Sony AC-SQ950D Manuel d'utilisation Carte réseau 0
19 Sony BBV RX100 Manuel d'utilisation Carte réseau 3
20 Sony CLIE A-AVZ-100-11 Manuel d'utilisation Carte réseau 1