AMX TPDESIGN4 V2.5 Installation Guide

Browse online or download Installation Guide for Touch screen monitors AMX TPDESIGN4 V2.5. AMX TPDESIGN4 V2.5 Installation guide User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 75
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
kaleidescape
Programming AMX
Controllers
for a Kaleidescape System
May 2015
Page view 0
1 2 ... 75

Summary of Contents

Page 1 - Controllers

kaleidescape Programming AMX Controllers for a Kaleidescape System May 2015

Page 2 - Contents

Programming AMX Controllers for a Kaleidescape System Page 10 Layout for touch panel user interface Figure 4 outlines the organization of the Kalei

Page 3

Programming AMX Controllers for a Kaleidescape System Page 11 Keypad control Keypad commands provide a method for controlling music playback from a

Page 4

Programming AMX Controllers for a Kaleidescape System Page 12 Music items in the Kaleidescape System The Kaleidescape System treats several differe

Page 5

Programming AMX Controllers for a Kaleidescape System Page 13 Random and repeat In the Kaleidescape System, some music items always play in random

Page 6 - Templates

Programming AMX Controllers for a Kaleidescape System Page 14 Zones Presets are shared between all zones on all players in the system. A preset sav

Page 7 - Touch Panels and Keypads

Programming AMX Controllers for a Kaleidescape System Page 15 Collection browsing A set of buttons can be programmed to browse through the items in

Page 8

Programming AMX Controllers for a Kaleidescape System Page 16 Item Description (of system contents) Alphabetical Sort Order First Item New Most re

Page 9

Programming AMX Controllers for a Kaleidescape System Page 17 Programming Kaleidescape command protocol Kaleidescape System control is based on bid

Page 10 - Page 10

Programming AMX Controllers for a Kaleidescape System Page 18 the targeted zone by comparing the device ID of the response and the device IDs set i

Page 11 - Using Music Presets

Programming AMX Controllers for a Kaleidescape System Page 19 Kaleidescape module Kaleidescape provides a single control module for either standalo

Page 12 - Table 1: Music items

Programming AMX Controllers for a Kaleidescape System Page 2 Contents Who Should Use This Document 6 Getting Started with AMX 6 Overview of Kalei

Page 13 - Tags and the Preset ID

Programming AMX Controllers for a Kaleidescape System Page 20 5. Add a line to the program to call the Kaleidescape Multiple Panel Include file. I

Page 14 - Saving presets

Programming AMX Controllers for a Kaleidescape System Page 21 The minor version number changes indicate changes to the internal behavior of the mod

Page 15 - Collection browsing

Programming AMX Controllers for a Kaleidescape System Page 22 Kaleidescape recommends using TCP/IP over Ethernet for control connection in most cas

Page 16 - Page 16

Programming AMX Controllers for a Kaleidescape System Page 23 Command routing Command routing allows control of multiple Kaleidescape players with

Page 17 - Programming

Programming AMX Controllers for a Kaleidescape System Page 24 4. Click on the Settings button for the player. Figure 5: Component Settings button

Page 18 - Kaleidescape music zones

Programming AMX Controllers for a Kaleidescape System Page 25 Figure 7: CPDID addressing example Within DEFINE_START, set each virtual device to c

Page 19 - Kaleidescape module

Programming AMX Controllers for a Kaleidescape System Page 26 The 1U Server receives the command and routes the command to the Music Player (CPDID

Page 20 - Module version number

Programming AMX Controllers for a Kaleidescape System Page 27 The number of lines to be displayed on the touch panel must be defined for every SATP

Page 21 - Connection methods

Programming AMX Controllers for a Kaleidescape System Page 28 Music zone control Music zone control provides control for any music zone in a Premie

Page 22 - Page 22

Programming AMX Controllers for a Kaleidescape System Page 29 Controlling music zones Use the following steps to set music zone control. 1. Open t

Page 23 - Command routing

Programming AMX Controllers for a Kaleidescape System Page 3 Downloading and importing the Kaleidescape module for AMX 19 Configuring the Kaleides

Page 24 - Settings

Programming AMX Controllers for a Kaleidescape System Page 30 Figure 10: Now Playing view When the user selects Control Zone, the Select Music Zon

Page 25 - Page 25

Programming AMX Controllers for a Kaleidescape System Page 31 Controlling multiple players with multiple touch panels The Kaleidescape Multiple Pan

Page 26 - SATP setup

Programming AMX Controllers for a Kaleidescape System Page 32 The particular zone that the touch panel controls changes at runtime. When a touch pa

Page 27 - Keypad Setup

Programming AMX Controllers for a Kaleidescape System Page 33 Controlling the same zone with multiple virtual devices In some installations, it is

Page 28 - Music zone control

Programming AMX Controllers for a Kaleidescape System Page 34 With command routing, a serial connection can be made to one player and issue command

Page 29 - Music zone selection

Programming AMX Controllers for a Kaleidescape System Page 35 When the ENTER STANDBY command is sent to Cinema One, the system responds with a DEVI

Page 30

Programming AMX Controllers for a Kaleidescape System Page 36 Sample Installation This section contains a step-by-step implementation of a sample i

Page 31 - Page 31

Programming AMX Controllers for a Kaleidescape System Page 37 This installation requires a total of five virtual devices to be defined.  Three f

Page 32 - Page 32

Programming AMX Controllers for a Kaleidescape System Page 38 Figure 13: Static IP address assignment under the NETWORK tab 6. Select the Use the

Page 33 - Power control

Programming AMX Controllers for a Kaleidescape System Page 39 Figure 14: Control tab 4. Use the drop-down menu to change the Control Protocol Dev

Page 34 - generation)

Programming AMX Controllers for a Kaleidescape System Page 4 Setting the M500 Player and Music Player CPDIDs 38 Configuring the Kaleidescape Multi

Page 35

Programming AMX Controllers for a Kaleidescape System Page 40 2. Add the touch panels to the KTouchPanels array. dev KTouchPanels[] = { TP_Theat

Page 36 - Sample Installation

Programming AMX Controllers for a Kaleidescape System Page 41 system-wide state; every player in the system will report the same system readiness s

Page 37 - Page 37

Programming AMX Controllers for a Kaleidescape System Page 42 case 3: { call 'MASK'('1.78') } //image is 1.78 (16x9) ca

Page 38 - Page 38

Programming AMX Controllers for a Kaleidescape System Page 43 Lighting and shades In rooms that are primarily for movie watching, for example, the

Page 39 - Figure 14: Control tab

Programming AMX Controllers for a Kaleidescape System Page 44 Configuration Search for #DEFINE volumeByPlayer in the DEFINE_VARIABLE section of the

Page 40 - System Readiness

Programming AMX Controllers for a Kaleidescape System Page 45 Programming Events When the AMX master receives a volume control message, it will pul

Page 41 - Screen masking

Programming AMX Controllers for a Kaleidescape System Page 46 Mute feedback can be sent to Kaleidescape controllers that support feedback by turnin

Page 42 - CinemaScape Mode

Programming AMX Controllers for a Kaleidescape System Page 47 Also in DEFINE_VARIABLE modify the KZones array to include the zones that can access

Page 43 - Lighting and shades

Programming AMX Controllers for a Kaleidescape System Page 48 Programming Events The zone being controlled by the Kaleidescape App for iPad can be

Page 44 - Configuration

Programming AMX Controllers for a Kaleidescape System Page 49 Mute feedback can be sent to a Kaleidescape controller by turning channel 26 of the z

Page 45 - Programming Feedback

Programming AMX Controllers for a Kaleidescape System Page 5 1U, 3U and 5U Servers 57 RS-232 port pinouts 57 Appendix C: OSD Module v8.3 Channel

Page 46

Programming AMX Controllers for a Kaleidescape System Page 50 3. If using an RS-232 connection and a message appears indicating the Kaleidescape m

Page 47 - Page 47

Programming AMX Controllers for a Kaleidescape System Page 51 Cannot make selections with a touch panel with a video window The Kaleidescape movie

Page 48

Programming AMX Controllers for a Kaleidescape System Page 52 Appendix A: Screen Shots for UI Layouts OSD control with a video window — Music

Page 49 - Troubleshooting

Programming AMX Controllers for a Kaleidescape System Page 53 OSD control with a video window — Movies Music can be playing while selecting a movi

Page 50 - Page 50

Programming AMX Controllers for a Kaleidescape System Page 54 OSD control without a video window — Music

Page 51 - Getting additional support

Programming AMX Controllers for a Kaleidescape System Page 55 OSD control without a video window — Movies This layout shows the keyboard pop-up af

Page 52 - Page 52

Programming AMX Controllers for a Kaleidescape System Page 56 Standalone touch panel

Page 53 - Page 53

Programming AMX Controllers for a Kaleidescape System Page 57 Appendix B: RS-232 Port Configuration and Cable Pinout Port configuration M500 Player

Page 54 - Page 54

Programming AMX Controllers for a Kaleidescape System Page 58 Appendix C: OSD Module v8.4 Channel Lineup All feedback channels are offset by 1000.

Page 55 - Page 55

Programming AMX Controllers for a Kaleidescape System Page 59 43 unused 73 COLLECTIONS 44 DISC MENU 74 PARENTAL CONTROL 45 UP 75 SYSTEM STATUS 46

Page 56 - Standalone touch panel

Programming AMX Controllers for a Kaleidescape System Page 6 Who Should Use This Document This document explains how to configure an AMX control sy

Page 57 - Cable Pinout

Programming AMX Controllers for a Kaleidescape System Page 60 Appendix D: SATP Module v8.4 Channel Lineup All channels up to channel 49 are the sam

Page 58 - Page 58

Programming AMX Controllers for a Kaleidescape System Page 61 41 unused 71 LIST LINE 11 42 unused 72 LIST LINE 12 43 unused 73 LIST LINE 13 44 DISC

Page 59 - Page 59

Programming AMX Controllers for a Kaleidescape System Page 62 101 LINE 1 STATUS (f/b only) 111 LINE 11 STATUS (f/b only) 102 LINE 2 STATUS (f/b onl

Page 60 - Page 60

Programming AMX Controllers for a Kaleidescape System Page 63 Appendix E: Keypad Module v8.4 Channel Lineup All channels piggyback on the SATP chan

Page 61 - Page 61

Programming AMX Controllers for a Kaleidescape System Page 64 Appendix F: Module v8.4 Level Lineup Except where noted, these values are set by the

Page 62

Programming AMX Controllers for a Kaleidescape System Page 65 21 VIDEO MODE COMPONENT 0) no output 1) 480i60 4×3 NTSC 2) 480i60 16×9 3) 480p60 4×3

Page 63

Programming AMX Controllers for a Kaleidescape System Page 66 Appendix G: Module v8.4 Commands All of the commands in this appendix are sent to a v

Page 64

Programming AMX Controllers for a Kaleidescape System Page 67 IP Use to set the IP address that the module should connect to. This command can be s

Page 65

Programming AMX Controllers for a Kaleidescape System Page 68 Example 'A' //send the letter A '4' //send the number 4 '.&a

Page 66 - Whole module commands

Programming AMX Controllers for a Kaleidescape System Page 69 Collection Used to indicate which music collection to cycle through when the collecti

Page 67 - Individual device commands

Programming AMX Controllers for a Kaleidescape System Page 7 Touch Panels and Keypads Touch panels The Kaleidescape module uses the full screen on

Page 68 - Calibrate Masking Overscan

Programming AMX Controllers for a Kaleidescape System Page 70 Syntax 'Lines <number of lines>' Example 'Lines 16' //16 li

Page 69 - Collection

Programming AMX Controllers for a Kaleidescape System Page 71 Refresh Use to resend all the strings through the virtual device. This command is use

Page 70 - Preset Lock/Unlock

Programming AMX Controllers for a Kaleidescape System Page 72 Appendix H: Revision History Version 8.4.0  Added support for using serial numbers

Page 71 - Refresh

Programming AMX Controllers for a Kaleidescape System Page 73  Better handling of component power states and IP connection issues.  Added feedb

Page 72 - Page 72

Programming AMX Controllers for a Kaleidescape System Page 74  Modified nomenclature inside the module to clarify the browse protocol implementat

Page 73 - Page 73

Notices Document Name: Programming AMX Controllers for a Kaleidescape System Document Number: 101-0123-00 Publication Date: May 2015 This document re

Page 74 - Page 74

Programming AMX Controllers for a Kaleidescape System Page 8 Figure 1: OSD control with a video window OSD control without a video window Instea

Page 75 - Notices

Programming AMX Controllers for a Kaleidescape System Page 9 Standalone touch panel (SATP) control The standalone touch panel (SATP) template provi

Comments to this Manuals

No comments