background image

Contemporary Research                                             10    

ICC2-ATSC 4S 

 

iCC-Net Control Protocol

 

 

Overview 

 
Control for over 4000 TV Controllers is provided through an ICE-HE Head-End Network Controller or ICE-HE DXL Display 
Control Center that inserts a micro control channel through RF coax.  The ICE-HE receives control commands via RS-232 
and Telnet, and the ICE-HE-DXL adds a USB port.  

Each TV Controller is assigned a unique device number from 257 to 4094. The devices are organized into 16 zones of 255 
devices to handle large-scale TV installations. Al

l the devices in each zone will respond to a single “virtual device number” 

 one device number that represents all devices in each zone. There is also a global device number, 4095, that will 

command all devices in the system. This feature dramatically speeds up system operation and programming, because one 
command can affect an entire group of devices

or all. To take advantages of this feature, review the section 

iCC-Net 

Zones 

following this section.  

In Display Express, we reserve the first group of devices, 1-255 (for which there is no Zone), for components in special 
applications. Zones 1-15 are used for CR TV Controllers. 

The RS-232 port can communicate from 300 to 115.2K baud. The factory default setting is 19.2K baud, 8 data bits, no 
parity, and 1 stop bit.  IP commands can be sent via Telnet to IP port 2728. The USB port is typically used to provide RS-
232 control from a PC with Display Express software.  

Command String Structure 

 
Characters in command strings are expressed in a combination of hex and ASCII characters. For clarity, the following 
protocol examples use the following conventions, similar to AMX protocol, most other control systems would use Hex. 

 

Single-

byte hex numbers are preceded by the ‘$’ symbol

 

 

ASCII characters or strings are enclosed in single quotes 

 

Numbers not marked as hex or ASCII are a single decimal byte 

 

Parameters shown in < > brackets are single byte  

 

A series of multiple commands or parameters are set apart by [ ] brackets 

 

Commas separate the bytes, but are not part of the protocol 

 

Double quotes enclose the command string, but are not part of the protocol 

 

Command format: 

“$A5,<dh>,<dl>,<ncb>,<cmd1>,<parameter> [<cmdN>]"

 

 

$A5 

Starts the command

 

<dh> 

The zone or high order byte of the device* 

<dl> 

The unit or low order byte of the device (0 for global zone)

 

 

<ncb>

 

The number of command bytes to follow, the (total bytes) shown after are simply reference 

<cmd1>

 

The first command byte 

<parameter> 

Command

 

parameters (not used by all commands) 

[<cmdN>] 

Multiple commands can be concatenated, with byte count added to <ncb> 

 

iCC-Net devices are arranged with a zone mindset. For example, a command sent to Device 256, which triggers all the 
units in Zone 1, would be expressed as $A5, 1, 0 (first zone, device zero). A command sent to 257 would be $A5, 1, 1 
(first zone, device 1 in the zone). See iCC-Net Zones following this section. 

 

 

Содержание ICC2-ATSC 4

Страница 1: ...Contemporary Research 1 ICC2 ATSC 4S Product Manual ICC2 ATSC 4S ICC2 ATSC 4 HDTV Tuner Controller October 3 2017 S12 Control Version 6 9 HD Processor Version 6 38...

Страница 2: ...riting Your Own Control Code 11 iCC Net Commands 12 Control 12 Tuning 13 Tuning 14 Text 14 HD2 RC Remote Emulation 15 iCC Net Response 16 iCC Net Zones Units and Device Addresses 17 System Map 18 On S...

Страница 3: ...et Control You ll find the free IC Send program to be a great tool for system setup and testing especially if the site is using the ICE HE Head End and your laptop is configured for the site s network...

Страница 4: ...hts Hold down SELECT on the remote Pressing 4 selects normal 38 KHz IR pressing 9 selects 57 KHz IR Check the front panel R Receive menu to see if it is turned on or off If there is significant IR int...

Страница 5: ...arate channels lists for each You ll need the optional RF AB switch which has a mini 3 5mm cable that connects to the A C control output on the back of the tuner The placement of RF connections on the...

Страница 6: ...Unit Zone 256 Panel Lockout 4 0 Reserved performed by LM command Power up Volume 5 0 5 N Restore previous level default 1 63 sets volume level Firmware Version 6 68 Ex Version 2 0 Channel Up Dwn to se...

Страница 7: ...Sharp Monitor 9600 LC46LE820UN 44 Projection Design Projector 9600 45 Extron Wall Panel 9600 Emulates buttons on Pole Vault wall panel 46 Sharp Monitor 9600 PN L702B PN V601 47 Sharp Monitor 9600 LC70...

Страница 8: ...ith the remote s numeric keypad then hit Enter to save the new number The setting will use the default baud rate which can be changed using front panel menus 45720 Set Display Projector Input Enter co...

Страница 9: ...evCh can be used to access and recall channels Menu Operation Press Menu to access the on screen menus Use the directional Arrows Select and Exit to navigate the menus List displays the list of all ch...

Страница 10: ...et to IP port 2728 The USB port is typically used to provide RS 232 control from a PC with Display Express software Command String Structure Characters in command strings are expressed in a combinatio...

Страница 11: ...1 15 hex 1 F Unit 1 255 hex 1 FF Bytes Number of bytes that follow Command 1 byte Parameters 1 to 4 bytes String Format Every software application has a different denotation for handling hex ASCII an...

Страница 12: ...lects front panel buttons operation 0 enabled 1 disabled Operating Parameters TM A5 dh dl 3 TM setting 7 bytes Sets up key functions in the unit Bit 0 Alpha channel labels 0 alpha labels off 1 alpha l...

Страница 13: ...s for digital only deletes analog channels 2 Scans for digital only keeps analog channels 3 Scans for analog only deletes digital channels 4 Scans for analog only keeps digital channels Channel Scan T...

Страница 14: ...t including carriage returns 28 characters per line Use a hex 0D or decimal 13 in the text as a carriage return which will advance CG to the next line first space on the right Start Line 1 9 Text Colo...

Страница 15: ...6 17 7 18 8 19 9 20 21 Enter 22 Ch Up 23 Ch Dn 24 Vol Up 25 Vol Dn 26 Vol Mute tog 27 Power On 28 Power Off 29 Menu 63 Guide 80 Freeze 81 Signal 82 Ratio 85 Audio 88 Favorite 95 List 96 Add Delete Cha...

Страница 16: ...it 2 1 The Channel Up Down responses will be sent if the Tune Ring contains no channels see Ex2 in the Tune Ring command section IR Menu M dh dl 5 M msh msl mph mpl 9 bytes Sent when unit receives a n...

Страница 17: ...e at time If you need to turn off all 50 TV in a zone you would need to send 50 commands In addition to the hassles of creating multiple commands there would be a long delay between the first and last...

Страница 18: ...ication iCC Net Zone Zone Room Unit Device 1 W 1st Floor 256 W151 1 257 W152 2 258 W153 3 259 W154 4 260 2 W 2nd Floor 512 W251 1 513 W252 2 514 W253 3 515 W254 4 516 3 E 1st Floor 768 E151 1 769 E152...

Страница 19: ...to Scan Starts scan of analog and digital channels for Air looks for NTSC and ATSC channels Cable Auto looks for analog and digital QAM cable channels as well as all frequency plans Cable STD standard...

Страница 20: ...hout affecting the others Signal Strength This page also displays from the Signal remote command The graphic shows the current signal strength and changes in real time This allows you to monitor the s...

Страница 21: ...Movie and TV rating allowed Setup Menus This series of menus select the options for tuner operation Screen Format 16 9 or 4 3 NOTE Set when tuned to a digital channel again when tuned to an analog cha...

Страница 22: ...d choose on or off Note The DST trigger comes from the broadcast stations and may not be in sync with the new US standards Use On Off or time zone to offset time Time Zone Select local time Zone Time...

Страница 23: ...the RF Coax Networking Communicates with Display Express Web software and custom control systems via iCC Net RF protocol Universal Tuning Handles a mix of ATSC clear QAM MPEG and MPEG4 H 264 and NTSC...

Страница 24: ...2 0 51mm height 1 5 RU x 8 0 203mm deep Weight 1 94 lbs 890 g Enclosure Steel with black powder coat paint Mounting 1 5 RU rack kits no longer available Front Panel Display Red LED Channel Display dot...

Страница 25: ...leeve DC power from power jack input limited to less than 100mA Ring DC power GND Tip IR data signal Power In 2 1mm coaxial jack inside center conductor positive 1 1 A maximum 11 5 to 15 VDC 12 VDC ty...

Страница 26: ...product from the wall outlet and refer servicing to qualified service personnel under the following conditions When the power supply cord or plug is damaged If liquid spills or objects fall into the p...

Отзывы: