AMX Mini-LCD Transmitter TX-MLCDの取扱説明書

22ページ 11.08 mb
ダウンロード

ページに移動 of 22

Summary
  • AMX Mini-LCD Transmitter TX-MLCD - page 1

    7UDQVPLWWHUV 7; 0 0/&' 0LQL 0 /&' 7UDQVPLWWHU ,QVWUXFWLRQ 0DQXDO ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 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 ov ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 3

    TX-MLCD Mini-LCD Transmitter Table of Contents i 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 Basic ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 4

    ii Table of Contents TX-MLCD Mini-LCD Transmitter ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 5

    TX-MLCD Mini-LCD Transmitter Introduction 1 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 ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 6

    2 Introduction TX-MLCD Mini-LCD Transmitter • 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 com ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 7

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

  • AMX Mini-LCD Transmitter TX-MLCD - page 8

    4 Introduction TX-MLCD Mini-LCD Transmitter ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 9

    TX-MLCD Mini-LCD Transmitter AXCESS Programming 5 AXCESS Programming Overview You can use the AXCESS software to program all features of the TX – MLCD. A working knowledge of the AXCESS programming l anguage is needed to thoroughly understand the operation of the TX – MLCD. Language features include screen control, character position control, a ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 10

    6 AXCESS Programming TX-MLCD Mini-LCD Transmitter 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 com ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 11

    TX-MLCD Mini-LCD Transmitter AXCESS Programming 7 • A PUSH occurs in the program every time a button (key) is pressed. Figure 4 shows the button assignments. 1 6 4 16 • •• • • •• • • •• • 5 10 15 20 Top Left = = Bottom Right • Turning on channels 1 through 254 enables transmission (RF or IR) of the respective radio code. ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 12

    8 AXCESS Programming TX-MLCD Mini-LCD Transmitter 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' (* DATE:04/28/92 TIME:16:53:22 *) (* THIS IS A GENERIC PROGRAM ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 13

    TX-MLCD Mini-LCD Transmitter AXCESS Programming 9 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 *) (********************************************* ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 14

    10 AXCESS Programming TX-MLCD Mini-LCD Transmitter } 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 ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 15

    TX-MLCD Mini-LCD Transmitter AXCESS Programming 11 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& ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 16

    12 AXCESS Programming TX-MLCD Mini-LCD Transmitter 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+ ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 17

    TX-MLCD Mini-LCD Transmitter AXCESS Programming 13 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 *) (******************************** ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 18

    14 AXCESS Programming TX-MLCD Mini-LCD Transmitter ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 19

    TX-MLCD Mini-LCD Transmitter Specifications 15 Specifications Overview Figure 6 shows the TX-MLCD, and Figure 6 lists the specifications. Horizontal LCD SOURCE IBM VHS UMATIC SLIDES MAC CASS LSR DS DUAL AUX VOLUME LIGHTS V-SHOW Specifications Buttons Display IR transmission Memory Includes Enclosure Dimensions Weight 20 pushbuttons under Lexan face ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 20

    16 Specifications TX-MLCD Mini-LCD Transmitter ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 21

    TX-MLCD Mini-LCD Transmitter Technical Support 17 Technical Support Overview Before you call AMX for assistance, check your AXlink, power, and cable connections, and the integrity of your software operating system. Reload the software to see if something in the program is causing the problem. If the problem is not resolved, reload the program from ...

  • AMX Mini-LCD Transmitter TX-MLCD - page 22

    Document No. 034-004-1079 5/92 © 1996 AMX Corporation AMX reserves the right to alter specifications without notice at any time. AMX and the AMX logo are registered trademarks of AMX Corporation. All other trademarks contained in this document are the properties of their respective owners. 11995 Forestgate Drive Dallas, Texas 75243 800/222-0193 97 ...

メーカー AMX カテゴリー Network Card

AMX Mini-LCD Transmitter TX-MLCDのメーカーから受け取ることができるドキュメントは、いくつかのグループに分けられます。その一部は次の通りです:
- #BRANDの図面#
- Mini-LCD Transmitter TX-MLCDの取扱説明書
- AMXの製品カード
- パンフレット
- またはAMX Mini-LCD Transmitter TX-MLCDの消費電力シール
それらは全部重要ですが、デバイス使用の観点から最も重要な情報は、AMX Mini-LCD Transmitter TX-MLCDの取扱説明書に含まれています。

取扱説明書と呼ばれる文書のグループは、AMX Mini-LCD Transmitter TX-MLCDの取り付け説明書、サービスマニュアル、簡易説明書、またはAMX Mini-LCD Transmitter TX-MLCDのユーザーマニュアル等、より具体的なカテゴリーに分類されます。ご必要に応じてドキュメントを検索しましょう。私たちのウェブサイトでは、AMX Mini-LCD Transmitter TX-MLCDの製品を使用するにあたって最も人気のある説明書を閲覧できます。

関連する取扱説明書

AMX Mini-LCD Transmitter TX-MLCDデバイスの取扱説明書はどのようなものですか?
取扱説明書は、ユーザーマニュアル又は単に「マニュアル」とも呼ばれ、ユーザーがAMX Mini-LCD Transmitter TX-MLCDを使用するのを助ける技術的文書のことです。説明書は通常、全てのAMX Mini-LCD Transmitter TX-MLCDユーザーが容易に理解できる文章にて書かれており、その作成者はその分野の専門家です。

AMXの取扱説明書には、基本的な要素が記載されているはずです。その一部は、カバー/タイトルページ、著作権ページ等、比較的重要度の低いものです。ですが、その他の部分には、ユーザーにとって重要な情報が記載されているはずです。

1. AMX Mini-LCD Transmitter TX-MLCDの説明書の概要と使用方法。説明書にはまず、その閲覧方法に関する手引きが書かれているはずです。そこにははAMX Mini-LCD Transmitter TX-MLCDの目次に関する情報やよくある質問、最も一般的な問題に関する情報を見つけられるはずです。つまり、それらはユーザーが取扱説明書に最も期待する情報なのです。
2. 目次。AMX Mini-LCD Transmitter TX-MLCDに関してこのドキュメントで見つけることができる全てのヒントの目次
3. AMX Mini-LCD Transmitter TX-MLCDデバイスの基本機能を使うにあたってのヒント。 AMX Mini-LCD Transmitter TX-MLCDのユーザーが使い始めるのを助けてくれるはずです。
4. トラブルシューティング。AMX Mini-LCD Transmitter TX-MLCDに関する最も重要な問題を診断し、解決するために役立つ体系化された手続き
5. FAQ。よくある質問
6. 連絡先。一人では問題を解決できない場合に、その国におけるAMX Mini-LCD Transmitter TX-MLCDのメーカー/サービスへの連絡先に関する情報。

AMX Mini-LCD Transmitter TX-MLCDについてご質問がありますか?

次のフォームを使用してください

見つけた説明書を読んでもAMX Mini-LCD Transmitter TX-MLCDの問題を解決できない場合、下記のフォームを使用して質問をしましょう。ユーザーのどなたかがAMX Mini-LCD Transmitter TX-MLCDで同様の問題を抱えていた場合、その解決方法を共有したいと考えるかもしれません。

画像のテキストを入力してください

コメント (0)