AMX TPDESIGN4 V2.5 Przewodnik Instalacji Strona 21

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 20
Programming AMX Controllers for a Kaleidescape System
Page 21
The minor version number changes indicate changes to the internal behavior of
the module or minor modifications to the interface. Changes in the minor version
number indicate that the program might have to be modified when the program is
updated.
Changes to the patch number indicate that there are no outward changes to the
module and updating the module should not require any program changes.
Example
If module version 9.0.0 is released and the version currently in use is 8.0.0 or
earlier, changes to the program and touch panels may be required. If version 9.0.1
were released, upgrading from 9.0.0 is easy and there should be no outward
changes. If version 9.1.0 were released, updating from either 9.0.0 or 9.0.1 might
require program changes.
Kaleidescape strives to minimize interface changes. The majority of the changes
are new channels or slight functional changes to existing channels.
Updating the module
Updating is easy when the only difference between the old module and the new
module is the patch number. Simply copy the new module over the old one (AXS,
TKO, and TKN files), open the program and recompile.
Changes in the major or minor revision number are likely to have interface changes
that affect the existing program and these changes might have to be reconciled in
the programprobably in the Kaleidescape Multiple Panel Include file. The simplest
approach might be to replace the file with the updated file, and simply copy over
the configuration changes.
Verifying the module version
To verify the module version on a running system, open a console port, turn
messages on by typing msg on. Use a send_command to send the version
command to any defined virtual device to retrieve the module version number.
Example
> msg on
Extended diagnostic information messages turned on.
> send_command KPLAYER1, 'version'
Kaleidescape Player AMX Module v8.4.0 (SATP+OSD)
Connection methods
All Kaleidescape players can be controlled via a TCP/IP connection over Ethernet
some can also be controlled via a RS-232 connection. The Kaleidescape Cinema
One (2
nd
generation), Kaleidescape Alto, and Kaleidescape Mini Players such as the
KPLAYER-300 and KPLAYER-M300 do not have an RS-232 port and must be
controlled via IR or TCP/IP connection. In an AMX control system, the Kaleidescape
module does not distinguish between these two connection methods; the protocol
is identical.
Przeglądanie stron 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 74 75

Komentarze do niniejszej Instrukcji

Brak uwag