<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.barix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Giacomo</id>
	<title>Barix Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.barix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Giacomo"/>
	<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Special:Contributions/Giacomo"/>
	<updated>2026-04-25T19:07:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.barix.com/index.php?title=How_To_trigger_Relays_using_metadata&amp;diff=4550</id>
		<title>How To trigger Relays using metadata</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=How_To_trigger_Relays_using_metadata&amp;diff=4550"/>
		<updated>2015-05-26T10:41:48Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===TRIGGER A RELAY ON STREAMING CLIENT USING METADATA===&lt;br /&gt;
Using Streaming Client firmware and Exstreamer devices that embeds relays (Exstreamer 110, 120, 500, 1000) it's possible to drive the relays using special METADATA strings.&lt;br /&gt;
The state of relays is mapped in binary form with ASCII 'A' values (65) as offset.&lt;br /&gt;
&lt;br /&gt;
all relays OFF: 0000 --&amp;gt; ASCII 'A'&lt;br /&gt;
&lt;br /&gt;
relay 1 active: 0001 --&amp;gt; ASCII 'A' + 1 = 'B'&lt;br /&gt;
&lt;br /&gt;
relay 2 active: 0010 --&amp;gt; ASCII 'A' + 2 = 'C'&lt;br /&gt;
&lt;br /&gt;
relay 3 active: 0100 --&amp;gt; ASCII 'A' + 4 = 'E'&lt;br /&gt;
&lt;br /&gt;
relay 4 active: 1000 --&amp;gt; ASCII 'A' + 8 = 'I'&lt;br /&gt;
&lt;br /&gt;
all relays ON: 1111  --&amp;gt; ASCII 'A' + 15 = 'P'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exstreamer Configuration==&lt;br /&gt;
&lt;br /&gt;
-	Streaming Client firmware.&lt;br /&gt;
&lt;br /&gt;
-	Streaming Settings → 1. URL: http://&amp;lt;ip-instreamer&amp;gt;:&amp;lt;port&amp;gt;/xstream (You can change “xstream”) or http://shoutcast-server/....&lt;br /&gt;
&lt;br /&gt;
-	I/O Settings → Control Output 1-4: Remote.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==From Instreamer==&lt;br /&gt;
&lt;br /&gt;
-	Instreamer firmware.&lt;br /&gt;
&lt;br /&gt;
-	Streaming Settings → SHOUTCAST/ICECAST SETTINGS → Radio Path → “/xstream”. (You can change “xstream”).&lt;br /&gt;
&lt;br /&gt;
-	Streaming Settings → STREAMING DESTINATIONS use “Internet Radio”.&lt;br /&gt;
&lt;br /&gt;
To send metadata to the Instreamer for inclusion with the stream use the E= command. &lt;br /&gt;
In order to trigger the Relays on the device running the Streaming Client FW you have to issue the following command on the source:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;E=StreamUrl='X'”&lt;br /&gt;
&lt;br /&gt;
where 'X' is the bit mask for the Relay with offset 'A' &lt;br /&gt;
&lt;br /&gt;
   http://&amp;lt;ip-instreamer&amp;gt;/rc.cgi?E=StreamUrl='A';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==From Icecast/Shoutcast server==&lt;br /&gt;
It's possible to trigger the relay directly from Icecast/Shoutcast server.&lt;br /&gt;
On Icecast you can use Update Metadata on Admin Panel, with the command&lt;br /&gt;
'''';StreamUrl='P'''&lt;br /&gt;
&lt;br /&gt;
[[Image:icecast.png|500px]]&lt;br /&gt;
&lt;br /&gt;
With WINAMP as Shoutcast source it's possible to trigger the relays using the URL field (see below).&lt;br /&gt;
&lt;br /&gt;
[[Image:winamp.png|300px]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=How_To_trigger_Relays_using_metadata&amp;diff=4549</id>
		<title>How To trigger Relays using metadata</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=How_To_trigger_Relays_using_metadata&amp;diff=4549"/>
		<updated>2015-05-26T10:39:14Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===TRIGGER A RELAY ON STREAMING CLIENT USING METADATA===&lt;br /&gt;
Using Streaming Client firmware and Exstreamer devices that embeds relays (Exstreamer 110, 120, 500, 1000) it's possible to drive the relays using special METADATA strings.&lt;br /&gt;
The state of relays is mapped in binary form with ASCII 'A' values (65) as offset.&lt;br /&gt;
&lt;br /&gt;
all relays OFF: 0000 --&amp;gt; ASCII 'A'&lt;br /&gt;
&lt;br /&gt;
relay 1 active: 0001 --&amp;gt; ASCII 'A' + 1 = 'B'&lt;br /&gt;
&lt;br /&gt;
relay 2 active: 0010 --&amp;gt; ASCII 'A' + 2 = 'C'&lt;br /&gt;
&lt;br /&gt;
relay 3 active: 0100 --&amp;gt; ASCII 'A' + 4 = 'E'&lt;br /&gt;
&lt;br /&gt;
relay 4 active: 1000 --&amp;gt; ASCII 'A' + 8 = 'I'&lt;br /&gt;
&lt;br /&gt;
all relays ON: 1111  --&amp;gt; ASCII 'A' + 15 = 'P'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exstreamer Configuration==&lt;br /&gt;
&lt;br /&gt;
-	Streaming Client firmware.&lt;br /&gt;
&lt;br /&gt;
-	Streaming Settings → 1. URL: http://&amp;lt;ip-instreamer&amp;gt;:&amp;lt;port&amp;gt;/xstream (You can change “xstream”) or http://shoutcast-server/....&lt;br /&gt;
&lt;br /&gt;
-	I/O Settings → Control Output 1-4: Remote.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==From Instreamer==&lt;br /&gt;
&lt;br /&gt;
-	Instreamer firmware.&lt;br /&gt;
&lt;br /&gt;
-	Streaming Settings → SHOUTCAST/ICECAST SETTINGS → Radio Path → “/xstream”. (You can change “xstream”).&lt;br /&gt;
&lt;br /&gt;
-	Streaming Settings → STREAMING DESTINATIONS use “Internet Radio”.&lt;br /&gt;
&lt;br /&gt;
To send metadata to the Instreamer for inclusion with the stream use the E= command. &lt;br /&gt;
In order to trigger the Relays on the device running the Streaming Client FW you have to issue the following command on the source:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;E=StreamUrl='X'”&lt;br /&gt;
&lt;br /&gt;
where 'X' is the bit mask for the Relay with offset 'A' &lt;br /&gt;
&lt;br /&gt;
   http://&amp;lt;ip-instreamer&amp;gt;/rc.cgi?E=StreamUrl='A';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==From Icecast/Shoutcast server==&lt;br /&gt;
It's possible to trigger the relay directly from Icecast/Shoutcast server.&lt;br /&gt;
On Icecast you can use Admin Panel on Update Metadata, with the command&lt;br /&gt;
'''';StreamUrl='P'''&lt;br /&gt;
&lt;br /&gt;
[[Image:icecast.png|500px]]&lt;br /&gt;
&lt;br /&gt;
With WINAMP as Shoutcast source it's possible to trigger the relays using the URL field (see below).&lt;br /&gt;
&lt;br /&gt;
[[Image:winamp.png|300px]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=File:Winamp.png&amp;diff=4548</id>
		<title>File:Winamp.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=File:Winamp.png&amp;diff=4548"/>
		<updated>2015-05-26T10:38:17Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=File:Icecast.png&amp;diff=4547</id>
		<title>File:Icecast.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=File:Icecast.png&amp;diff=4547"/>
		<updated>2015-05-26T07:20:43Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=How_To_trigger_Relays_using_metadata&amp;diff=4546</id>
		<title>How To trigger Relays using metadata</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=How_To_trigger_Relays_using_metadata&amp;diff=4546"/>
		<updated>2015-05-26T07:11:42Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: /* TRIGGER A RELAY ON STREAMING CLIENT USING METADATA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===TRIGGER A RELAY ON STREAMING CLIENT USING METADATA===&lt;br /&gt;
&lt;br /&gt;
==Exstreamer Configuration==&lt;br /&gt;
&lt;br /&gt;
-	STREAMING CLIENT firmware.&lt;br /&gt;
&lt;br /&gt;
-	STREAMING SETTINGS → 1. URL: http://&amp;lt;ip-instreamer&amp;gt;:&amp;lt;port&amp;gt;/xstream (You can change “xstream”).&lt;br /&gt;
&lt;br /&gt;
-	I/O SETTINGS → Control Output 1: Remote.&lt;br /&gt;
&lt;br /&gt;
==From Instreamer==&lt;br /&gt;
&lt;br /&gt;
To send metadata to the Instreamer for inclusion with the stream, please use the E= command. &lt;br /&gt;
&lt;br /&gt;
In order to trigger the Relays on the device running the Streaming Client FW you have to issue the following command on the source&lt;br /&gt;
&lt;br /&gt;
&amp;quot;E=StreamUrl='X'”&lt;br /&gt;
&lt;br /&gt;
where 'X' is the bit mask for the Relay with offset 'A' &lt;br /&gt;
i.e. 'A' to turn off all Relays,  ‘B‘ to activate Relay 1 ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   http://&amp;lt;ip-instreamer&amp;gt;/rc.cgi?E=StreamUrl='A';&lt;br /&gt;
  &lt;br /&gt;
   http://&amp;lt;ip-instreamer&amp;gt;/rc.cgi?E=StreamUrl='B';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Instreamer Configuration===&lt;br /&gt;
&lt;br /&gt;
-	INSTREAMER firmware.&lt;br /&gt;
&lt;br /&gt;
-	STREAMING SETTINGS → SHOUTCAST/ICECAST SETTINGS → Radio Path → “/xstream”. (You can change “xstream”).&lt;br /&gt;
&lt;br /&gt;
-	STREAMING SETTINGS → STREAMING DESTINATIONS use “Internet Radio”.&lt;br /&gt;
&lt;br /&gt;
==From Icecast/Shoutcast server==&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=How_To_trigger_Relays_using_metadata&amp;diff=4545</id>
		<title>How To trigger Relays using metadata</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=How_To_trigger_Relays_using_metadata&amp;diff=4545"/>
		<updated>2015-05-26T07:10:57Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===TRIGGER A RELAY ON STREAMING CLIENT USING METADATA===&lt;br /&gt;
==Exstreamer Configuration==&lt;br /&gt;
&lt;br /&gt;
-	STREAMING CLIENT firmware.&lt;br /&gt;
&lt;br /&gt;
-	STREAMING SETTINGS → 1. URL: http://&amp;lt;ip-instreamer&amp;gt;:&amp;lt;port&amp;gt;/xstream (You can change “xstream”).&lt;br /&gt;
&lt;br /&gt;
-	I/O SETTINGS → Control Output 1: Remote.&lt;br /&gt;
&lt;br /&gt;
==From Instreamer==&lt;br /&gt;
&lt;br /&gt;
To send metadata to the Instreamer for inclusion with the stream, please use the E= command. &lt;br /&gt;
&lt;br /&gt;
In order to trigger the Relays on the device running the Streaming Client FW you have to issue the following command on the source&lt;br /&gt;
&lt;br /&gt;
&amp;quot;E=StreamUrl='X'”&lt;br /&gt;
&lt;br /&gt;
where 'X' is the bit mask for the Relay with offset 'A' &lt;br /&gt;
i.e. 'A' to turn off all Relays,  ‘B‘ to activate Relay 1 ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   http://&amp;lt;ip-instreamer&amp;gt;/rc.cgi?E=StreamUrl='A';&lt;br /&gt;
  &lt;br /&gt;
   http://&amp;lt;ip-instreamer&amp;gt;/rc.cgi?E=StreamUrl='B';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Instreamer Configuration===&lt;br /&gt;
&lt;br /&gt;
-	INSTREAMER firmware.&lt;br /&gt;
&lt;br /&gt;
-	STREAMING SETTINGS → SHOUTCAST/ICECAST SETTINGS → Radio Path → “/xstream”. (You can change “xstream”).&lt;br /&gt;
&lt;br /&gt;
-	STREAMING SETTINGS → STREAMING DESTINATIONS use “Internet Radio”.&lt;br /&gt;
&lt;br /&gt;
==From Icecast/Shoutcast server==&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=FAQ&amp;diff=4536</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=FAQ&amp;diff=4536"/>
		<updated>2013-09-11T13:43:01Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General questions - IP, Addressing, Multicast etc ==&lt;br /&gt;
&lt;br /&gt;
* '''[[Are there any known security vulnerabilities with Barix devices]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[So, I have purchased an Instreamer and an Exstreamer. And now what?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do the devices get their IP address ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What if my routers don't have a fix IP address from the ISP (Internet service provider) ?]]'''&lt;br /&gt;
&lt;br /&gt;
* ''' How do i connect a Barix device to HSPDA, UMTS, CDMA, EVDO, wireless networks ? Please see [[Connecting to 3G Networks]]'''&lt;br /&gt;
&lt;br /&gt;
* '''Ho do I do a web update of a device ? Please see [[FW Update]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I set the device back to factory defaults ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''How do I perform a &amp;quot;Serial Rescue&amp;quot; of the device if it becomes unreachable ? Please see [[FW Update]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I get the &amp;quot;status page&amp;quot; of any device ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What if the device is still unreachable after a serial rescue ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[The device already has a password either I don't remember or I don't know, how do I erase it ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What is SonicIP?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Redundancy]] - how do i use Barix devices for a high availabilty application'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''SonicIP Voice - can I change this and record my own ?''' Yes, to do so follow this [[SonicIP Howto]]&lt;br /&gt;
&lt;br /&gt;
* '''[[What is AutoIP, IPzator, etc.and how do I use them?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Do the Barix products support Multicast and IGMP ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Do the Barix products support IPv6 ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to set up a local network with more than 250 devices, what do i have to do ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to do a broadcast over different subnets, is that possible ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Which port/s do your devices commonly use ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What does RTP stand for ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[AND what does BRTP stand for ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How much latency should I expect in an Instreamer/Exstreamer setup using BTRP ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do emergency messages work ?]]'''&lt;br /&gt;
&lt;br /&gt;
== Audio FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Questions related to audio formats in general ===&lt;br /&gt;
* '''[[What is the difference in using PCM MSB and PCM LSB?]]''' (e.g. in the STL application)&lt;br /&gt;
* '''[[Bit-reservoir issues]]'''&lt;br /&gt;
&lt;br /&gt;
=== Instreamer/ Encoding related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[How are measured Input Peak Levels]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Can the Instreamer also encode WMA ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Can the Instreamer also encode AAC+ ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What kind of streams does the Instreamer produce ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[May I configure the stream EXACTLY at 64 kps (or some other value) on Instreamer 100 ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How much bandwidth do I need to stream audio ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How many destinations can I stream to ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I have set up multiple shoutcast destinations on my Instreamer. Can I use different passwords for different streams?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I set the Instreamer to feed streaming audio to a stream hosting company ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to play the stream of an Instreamer with Windows Media Player, but it does not work]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Is there a way to connect to the Barix Instreamer directly? We would like to get the audio from the device with as little lag as possible.]]'''&lt;br /&gt;
&lt;br /&gt;
* '''How do I configure a Instreamer-Exstreamer audio connection within the same LAN ?''' Please read the [[Instreamer-Exstreamer How To]] guide.&lt;br /&gt;
&lt;br /&gt;
* '''How do I configure a Instreamer-Exstreamer audio connection over the Internet (known as STL connection)?''' Please read the [[STL connection over Internet]] guide.&lt;br /&gt;
&lt;br /&gt;
* '''When using the Instreamer 100 to encode / feed a Shoutcast Server, how do I insert Artist / Title / Station-name text ?''' Please read [[how to send metadata]]&lt;br /&gt;
&lt;br /&gt;
* '''[[Can i distribute IP Audio over a SCA channel with an Instreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== Exstreamer related questions ===&lt;br /&gt;
&lt;br /&gt;
*'''[[How to use the Exstreamer 1000 as a PCM STL]] ?'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I play an AAC stream? What version of AAC do you support?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''How do I know what the LED blinking means ?''' Please find that information in the &amp;quot;Exstreamer Technical Manual&amp;quot;. (Faster [[Green and Red LED]])&lt;br /&gt;
&lt;br /&gt;
*'''[[Can I download audio files from a remote server to be played ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I configure the Exstreamer 100 to play files from a flash drive attached to the USB port when the Internet goes down ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I stream from a PC to an Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How can I monitor an Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How to listen Barix Radio with Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[What is the capacity of contact of the relay in an Exstreamer-1000 ? 24V - 0,5A]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[http://wiki.barix.com/index.php5?title=Exstreamer_110_Power_Consumption_measurements What is the power consumption of Exstreamer 110?]'''&lt;br /&gt;
*'''[[I have to feed the input to relay contacts? How much ? How can I transmit IO information (beside the audio) over STL Link ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== Annuncicom related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Can I build an intercom system with Annuncicom?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''What are the ratings for the relay on the Annuncicom ?''' The ratings for the relay are: max 50V/1A&lt;br /&gt;
&lt;br /&gt;
* '''[[Does the Annuncicom feature SIP functionality ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Is an Annuncicom 100 with standard firmware able to receive audio using RTP protocol ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I use the Annuncicom with Sureview Immix ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I use the Annuncicom with Milestone XProtect ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What is the typical power consumption of Annuncicom 100 ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== IPAM related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[What is the difference between IPAM 200 and IPAM 300?]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Control FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== X8 related questions ===&lt;br /&gt;
* '''How do i update an X8 with the latest firmware ?''' You need a Barionet to do this. Please read a detailed howto [[X8-Update]]&lt;br /&gt;
&lt;br /&gt;
=== Barionet related questions ===&lt;br /&gt;
* '''[[How do i read an I/O register using SNMP ?]]'''&lt;br /&gt;
* '''[[How do i set an I/O register using SNMP ?]]'''&lt;br /&gt;
* '''[[What is the typical Barionet Power Consumption ?]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Support - FAQ &amp;amp; Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4535</id>
		<title>Exstreamer 110 Power Consumption measurements</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4535"/>
		<updated>2013-09-11T13:39:55Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Exstreamer 110 Power Consumption Measurements ==&lt;br /&gt;
&lt;br /&gt;
Measurements conditions:&lt;br /&gt;
&lt;br /&gt;
- external 12VDC power supply&lt;br /&gt;
&lt;br /&gt;
- Streaming Client firmware V3.11&lt;br /&gt;
&lt;br /&gt;
- 100% output volume&lt;br /&gt;
&lt;br /&gt;
- network cable connected&lt;br /&gt;
&lt;br /&gt;
- audio amplifier connected to RCA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_2.gif]]&lt;br /&gt;
&lt;br /&gt;
''°Relay On Stream''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same measurements conditions + 4 GB USB stick, without internal led&lt;br /&gt;
(the power consumption can vary with stick type).&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_1.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[FAQ]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=FAQ&amp;diff=4534</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=FAQ&amp;diff=4534"/>
		<updated>2013-09-11T13:38:43Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General questions - IP, Addressing, Multicast etc ==&lt;br /&gt;
&lt;br /&gt;
* '''[[Are there any known security vulnerabilities with Barix devices]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[So, I have purchased an Instreamer and an Exstreamer. And now what?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do the devices get their IP address ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What if my routers don't have a fix IP address from the ISP (Internet service provider) ?]]'''&lt;br /&gt;
&lt;br /&gt;
* ''' How do i connect a Barix device to HSPDA, UMTS, CDMA, EVDO, wireless networks ? Please see [[Connecting to 3G Networks]]'''&lt;br /&gt;
&lt;br /&gt;
* '''Ho do I do a web update of a device ? Please see [[FW Update]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I set the device back to factory defaults ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''How do I perform a &amp;quot;Serial Rescue&amp;quot; of the device if it becomes unreachable ? Please see [[FW Update]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I get the &amp;quot;status page&amp;quot; of any device ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What if the device is still unreachable after a serial rescue ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[The device already has a password either I don't remember or I don't know, how do I erase it ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What is SonicIP?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Redundancy]] - how do i use Barix devices for a high availabilty application'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''SonicIP Voice - can I change this and record my own ?''' Yes, to do so follow this [[SonicIP Howto]]&lt;br /&gt;
&lt;br /&gt;
* '''[[What is AutoIP, IPzator, etc.and how do I use them?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Do the Barix products support Multicast and IGMP ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Do the Barix products support IPv6 ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to set up a local network with more than 250 devices, what do i have to do ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to do a broadcast over different subnets, is that possible ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Which port/s do your devices commonly use ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What does RTP stand for ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[AND what does BRTP stand for ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How much latency should I expect in an Instreamer/Exstreamer setup using BTRP ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do emergency messages work ?]]'''&lt;br /&gt;
&lt;br /&gt;
== Audio FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Questions related to audio formats in general ===&lt;br /&gt;
* '''[[What is the difference in using PCM MSB and PCM LSB?]]''' (e.g. in the STL application)&lt;br /&gt;
* '''[[Bit-reservoir issues]]'''&lt;br /&gt;
&lt;br /&gt;
=== Instreamer/ Encoding related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[How are measured Input Peak Levels]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Can the Instreamer also encode WMA ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Can the Instreamer also encode AAC+ ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What kind of streams does the Instreamer produce ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[May I configure the stream EXACTLY at 64 kps (or some other value) on Instreamer 100 ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How much bandwidth do I need to stream audio ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How many destinations can I stream to ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I have set up multiple shoutcast destinations on my Instreamer. Can I use different passwords for different streams?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I set the Instreamer to feed streaming audio to a stream hosting company ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to play the stream of an Instreamer with Windows Media Player, but it does not work]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Is there a way to connect to the Barix Instreamer directly? We would like to get the audio from the device with as little lag as possible.]]'''&lt;br /&gt;
&lt;br /&gt;
* '''How do I configure a Instreamer-Exstreamer audio connection within the same LAN ?''' Please read the [[Instreamer-Exstreamer How To]] guide.&lt;br /&gt;
&lt;br /&gt;
* '''How do I configure a Instreamer-Exstreamer audio connection over the Internet (known as STL connection)?''' Please read the [[STL connection over Internet]] guide.&lt;br /&gt;
&lt;br /&gt;
* '''When using the Instreamer 100 to encode / feed a Shoutcast Server, how do I insert Artist / Title / Station-name text ?''' Please read [[how to send metadata]]&lt;br /&gt;
&lt;br /&gt;
* '''[[Can i distribute IP Audio over a SCA channel with an Instreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== Exstreamer related questions ===&lt;br /&gt;
&lt;br /&gt;
*'''[[How to use the Exstreamer 1000 as a PCM STL]] ?'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I play an AAC stream? What version of AAC do you support?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''How do I know what the LED blinking means ?''' Please find that information in the &amp;quot;Exstreamer Technical Manual&amp;quot;. (Faster [[Green and Red LED]])&lt;br /&gt;
&lt;br /&gt;
*'''[[Can I download audio files from a remote server to be played ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I configure the Exstreamer 100 to play files from a flash drive attached to the USB port when the Internet goes down ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I stream from a PC to an Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How can I monitor an Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How to listen Barix Radio with Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[What is the capacity of contact of the relay in an Exstreamer-1000 ? 24V - 0,5A]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[http://wiki.barix.com/index.php5?title=Exstreamer_100_Power_Consumption_measurements What is the power consumption of Exstreamer 110?]'''&lt;br /&gt;
*'''[[I have to feed the input to relay contacts? How much ? How can I transmit IO information (beside the audio) over STL Link ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== Annuncicom related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Can I build an intercom system with Annuncicom?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''What are the ratings for the relay on the Annuncicom ?''' The ratings for the relay are: max 50V/1A&lt;br /&gt;
&lt;br /&gt;
* '''[[Does the Annuncicom feature SIP functionality ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Is an Annuncicom 100 with standard firmware able to receive audio using RTP protocol ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I use the Annuncicom with Sureview Immix ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I use the Annuncicom with Milestone XProtect ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What is the typical power consumption of Annuncicom 100 ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== IPAM related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[What is the difference between IPAM 200 and IPAM 300?]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Control FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== X8 related questions ===&lt;br /&gt;
* '''How do i update an X8 with the latest firmware ?''' You need a Barionet to do this. Please read a detailed howto [[X8-Update]]&lt;br /&gt;
&lt;br /&gt;
=== Barionet related questions ===&lt;br /&gt;
* '''[[How do i read an I/O register using SNMP ?]]'''&lt;br /&gt;
* '''[[How do i set an I/O register using SNMP ?]]'''&lt;br /&gt;
* '''[[What is the typical Barionet Power Consumption ?]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Support - FAQ &amp;amp; Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=FAQ&amp;diff=4533</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=FAQ&amp;diff=4533"/>
		<updated>2013-09-11T13:30:25Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General questions - IP, Addressing, Multicast etc ==&lt;br /&gt;
&lt;br /&gt;
* '''[[Are there any known security vulnerabilities with Barix devices]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[So, I have purchased an Instreamer and an Exstreamer. And now what?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do the devices get their IP address ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What if my routers don't have a fix IP address from the ISP (Internet service provider) ?]]'''&lt;br /&gt;
&lt;br /&gt;
* ''' How do i connect a Barix device to HSPDA, UMTS, CDMA, EVDO, wireless networks ? Please see [[Connecting to 3G Networks]]'''&lt;br /&gt;
&lt;br /&gt;
* '''Ho do I do a web update of a device ? Please see [[FW Update]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I set the device back to factory defaults ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''How do I perform a &amp;quot;Serial Rescue&amp;quot; of the device if it becomes unreachable ? Please see [[FW Update]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I get the &amp;quot;status page&amp;quot; of any device ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What if the device is still unreachable after a serial rescue ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[The device already has a password either I don't remember or I don't know, how do I erase it ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What is SonicIP?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Redundancy]] - how do i use Barix devices for a high availabilty application'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''SonicIP Voice - can I change this and record my own ?''' Yes, to do so follow this [[SonicIP Howto]]&lt;br /&gt;
&lt;br /&gt;
* '''[[What is AutoIP, IPzator, etc.and how do I use them?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Do the Barix products support Multicast and IGMP ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Do the Barix products support IPv6 ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to set up a local network with more than 250 devices, what do i have to do ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to do a broadcast over different subnets, is that possible ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Which port/s do your devices commonly use ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What does RTP stand for ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[AND what does BRTP stand for ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How much latency should I expect in an Instreamer/Exstreamer setup using BTRP ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do emergency messages work ?]]'''&lt;br /&gt;
&lt;br /&gt;
== Audio FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Questions related to audio formats in general ===&lt;br /&gt;
* '''[[What is the difference in using PCM MSB and PCM LSB?]]''' (e.g. in the STL application)&lt;br /&gt;
* '''[[Bit-reservoir issues]]'''&lt;br /&gt;
&lt;br /&gt;
=== Instreamer/ Encoding related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[How are measured Input Peak Levels]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Can the Instreamer also encode WMA ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Can the Instreamer also encode AAC+ ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What kind of streams does the Instreamer produce ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[May I configure the stream EXACTLY at 64 kps (or some other value) on Instreamer 100 ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How much bandwidth do I need to stream audio ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How many destinations can I stream to ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I have set up multiple shoutcast destinations on my Instreamer. Can I use different passwords for different streams?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I set the Instreamer to feed streaming audio to a stream hosting company ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to play the stream of an Instreamer with Windows Media Player, but it does not work]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Is there a way to connect to the Barix Instreamer directly? We would like to get the audio from the device with as little lag as possible.]]'''&lt;br /&gt;
&lt;br /&gt;
* '''How do I configure a Instreamer-Exstreamer audio connection within the same LAN ?''' Please read the [[Instreamer-Exstreamer How To]] guide.&lt;br /&gt;
&lt;br /&gt;
* '''How do I configure a Instreamer-Exstreamer audio connection over the Internet (known as STL connection)?''' Please read the [[STL connection over Internet]] guide.&lt;br /&gt;
&lt;br /&gt;
* '''When using the Instreamer 100 to encode / feed a Shoutcast Server, how do I insert Artist / Title / Station-name text ?''' Please read [[how to send metadata]]&lt;br /&gt;
&lt;br /&gt;
* '''[[Can i distribute IP Audio over a SCA channel with an Instreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== Exstreamer related questions ===&lt;br /&gt;
&lt;br /&gt;
*'''[[How to use the Exstreamer 1000 as a PCM STL]] ?'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I play an AAC stream? What version of AAC do you support?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''How do I know what the LED blinking means ?''' Please find that information in the &amp;quot;Exstreamer Technical Manual&amp;quot;. (Faster [[Green and Red LED]])&lt;br /&gt;
&lt;br /&gt;
*'''[[Can I download audio files from a remote server to be played ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I configure the Exstreamer 100 to play files from a flash drive attached to the USB port when the Internet goes down ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I stream from a PC to an Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How can I monitor an Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How to listen Barix Radio with Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[What is the capacity of contact of the relay in an Exstreamer-1000 ? 24V - 0,5A]]'''&lt;br /&gt;
*'''[[What is the power consumption of Exstreamer 110?]]'''&lt;br /&gt;
*'''[[I have to feed the input to relay contacts? How much ? How can I transmit IO information (beside the audio) over STL Link ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== Annuncicom related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Can I build an intercom system with Annuncicom?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''What are the ratings for the relay on the Annuncicom ?''' The ratings for the relay are: max 50V/1A&lt;br /&gt;
&lt;br /&gt;
* '''[[Does the Annuncicom feature SIP functionality ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Is an Annuncicom 100 with standard firmware able to receive audio using RTP protocol ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I use the Annuncicom with Sureview Immix ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I use the Annuncicom with Milestone XProtect ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What is the typical power consumption of Annuncicom 100 ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== IPAM related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[What is the difference between IPAM 200 and IPAM 300?]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Control FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== X8 related questions ===&lt;br /&gt;
* '''How do i update an X8 with the latest firmware ?''' You need a Barionet to do this. Please read a detailed howto [[X8-Update]]&lt;br /&gt;
&lt;br /&gt;
=== Barionet related questions ===&lt;br /&gt;
* '''[[How do i read an I/O register using SNMP ?]]'''&lt;br /&gt;
* '''[[How do i set an I/O register using SNMP ?]]'''&lt;br /&gt;
* '''[[What is the typical Barionet Power Consumption ?]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Support - FAQ &amp;amp; Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=FAQ&amp;diff=4532</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=FAQ&amp;diff=4532"/>
		<updated>2013-09-11T13:28:26Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General questions - IP, Addressing, Multicast etc ==&lt;br /&gt;
&lt;br /&gt;
* '''[[Are there any known security vulnerabilities with Barix devices]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[So, I have purchased an Instreamer and an Exstreamer. And now what?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do the devices get their IP address ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What if my routers don't have a fix IP address from the ISP (Internet service provider) ?]]'''&lt;br /&gt;
&lt;br /&gt;
* ''' How do i connect a Barix device to HSPDA, UMTS, CDMA, EVDO, wireless networks ? Please see [[Connecting to 3G Networks]]'''&lt;br /&gt;
&lt;br /&gt;
* '''Ho do I do a web update of a device ? Please see [[FW Update]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I set the device back to factory defaults ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''How do I perform a &amp;quot;Serial Rescue&amp;quot; of the device if it becomes unreachable ? Please see [[FW Update]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I get the &amp;quot;status page&amp;quot; of any device ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What if the device is still unreachable after a serial rescue ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[The device already has a password either I don't remember or I don't know, how do I erase it ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What is SonicIP?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Redundancy]] - how do i use Barix devices for a high availabilty application'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*'''SonicIP Voice - can I change this and record my own ?''' Yes, to do so follow this [[SonicIP Howto]]&lt;br /&gt;
&lt;br /&gt;
* '''[[What is AutoIP, IPzator, etc.and how do I use them?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Do the Barix products support Multicast and IGMP ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Do the Barix products support IPv6 ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to set up a local network with more than 250 devices, what do i have to do ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to do a broadcast over different subnets, is that possible ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Which port/s do your devices commonly use ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What does RTP stand for ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[AND what does BRTP stand for ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How much latency should I expect in an Instreamer/Exstreamer setup using BTRP ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do emergency messages work ?]]'''&lt;br /&gt;
&lt;br /&gt;
== Audio FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Questions related to audio formats in general ===&lt;br /&gt;
* '''[[What is the difference in using PCM MSB and PCM LSB?]]''' (e.g. in the STL application)&lt;br /&gt;
* '''[[Bit-reservoir issues]]'''&lt;br /&gt;
&lt;br /&gt;
=== Instreamer/ Encoding related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[How are measured Input Peak Levels]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Can the Instreamer also encode WMA ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Can the Instreamer also encode AAC+ ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What kind of streams does the Instreamer produce ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[May I configure the stream EXACTLY at 64 kps (or some other value) on Instreamer 100 ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How much bandwidth do I need to stream audio ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How many destinations can I stream to ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I have set up multiple shoutcast destinations on my Instreamer. Can I use different passwords for different streams?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I set the Instreamer to feed streaming audio to a stream hosting company ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[I want to play the stream of an Instreamer with Windows Media Player, but it does not work]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Is there a way to connect to the Barix Instreamer directly? We would like to get the audio from the device with as little lag as possible.]]'''&lt;br /&gt;
&lt;br /&gt;
* '''How do I configure a Instreamer-Exstreamer audio connection within the same LAN ?''' Please read the [[Instreamer-Exstreamer How To]] guide.&lt;br /&gt;
&lt;br /&gt;
* '''How do I configure a Instreamer-Exstreamer audio connection over the Internet (known as STL connection)?''' Please read the [[STL connection over Internet]] guide.&lt;br /&gt;
&lt;br /&gt;
* '''When using the Instreamer 100 to encode / feed a Shoutcast Server, how do I insert Artist / Title / Station-name text ?''' Please read [[how to send metadata]]&lt;br /&gt;
&lt;br /&gt;
* '''[[Can i distribute IP Audio over a SCA channel with an Instreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== Exstreamer related questions ===&lt;br /&gt;
&lt;br /&gt;
*'''[[How to use the Exstreamer 1000 as a PCM STL]] ?'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I play an AAC stream? What version of AAC do you support?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''How do I know what the LED blinking means ?''' Please find that information in the &amp;quot;Exstreamer Technical Manual&amp;quot;. (Faster [[Green and Red LED]])&lt;br /&gt;
&lt;br /&gt;
*'''[[Can I download audio files from a remote server to be played ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I configure the Exstreamer 100 to play files from a flash drive attached to the USB port when the Internet goes down ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How do I stream from a PC to an Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How can I monitor an Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[How to listen Barix Radio with Exstreamer ?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[What is the capacity of contact of the relay in an Exstreamer-1000 ? 24V - 0,5A]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[What is the power consumption of Exstreamer 110?]]'''&lt;br /&gt;
&lt;br /&gt;
*'''[[I have to feed the input to relay contacts? How much ? How can I transmit IO information (beside the audio) over STL Link ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== Annuncicom related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[Can I build an intercom system with Annuncicom?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''What are the ratings for the relay on the Annuncicom ?''' The ratings for the relay are: max 50V/1A&lt;br /&gt;
&lt;br /&gt;
* '''[[Does the Annuncicom feature SIP functionality ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[Is an Annuncicom 100 with standard firmware able to receive audio using RTP protocol ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I use the Annuncicom with Sureview Immix ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[How do I use the Annuncicom with Milestone XProtect ?]]'''&lt;br /&gt;
&lt;br /&gt;
* '''[[What is the typical power consumption of Annuncicom 100 ?]]'''&lt;br /&gt;
&lt;br /&gt;
=== IPAM related questions ===&lt;br /&gt;
&lt;br /&gt;
* '''[[What is the difference between IPAM 200 and IPAM 300?]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Control FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== X8 related questions ===&lt;br /&gt;
* '''How do i update an X8 with the latest firmware ?''' You need a Barionet to do this. Please read a detailed howto [[X8-Update]]&lt;br /&gt;
&lt;br /&gt;
=== Barionet related questions ===&lt;br /&gt;
* '''[[How do i read an I/O register using SNMP ?]]'''&lt;br /&gt;
* '''[[How do i set an I/O register using SNMP ?]]'''&lt;br /&gt;
* '''[[What is the typical Barionet Power Consumption ?]]'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Support - FAQ &amp;amp; Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4531</id>
		<title>Exstreamer 110 Power Consumption measurements</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4531"/>
		<updated>2013-09-11T13:17:32Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Exstreamer 110 Power Consumption Measurements ==&lt;br /&gt;
&lt;br /&gt;
Measurements conditions:&lt;br /&gt;
&lt;br /&gt;
- external 12VDC power supply&lt;br /&gt;
&lt;br /&gt;
- Streaming Client firmware V3.11&lt;br /&gt;
&lt;br /&gt;
- 100% output volume&lt;br /&gt;
&lt;br /&gt;
- network cable connected&lt;br /&gt;
&lt;br /&gt;
- audio amplifier connected to RCA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_2.gif]]&lt;br /&gt;
&lt;br /&gt;
''°Relay On Stream''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same measurements conditions + 4 GB USB stick, without internal led&lt;br /&gt;
(the power consumption can vary with stick type).&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_1.gif]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Exstreamer_100_Power_Consumption_measurements&amp;diff=4530</id>
		<title>Exstreamer 100 Power Consumption measurements</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Exstreamer_100_Power_Consumption_measurements&amp;diff=4530"/>
		<updated>2013-09-11T13:13:52Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: Exstreamer 100 Power Consumption measurements moved to Exstreamer 110 Power Consumption measurements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Exstreamer 110 Power Consumption measurements]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4529</id>
		<title>Exstreamer 110 Power Consumption measurements</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4529"/>
		<updated>2013-09-11T13:13:52Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: Exstreamer 100 Power Consumption measurements moved to Exstreamer 110 Power Consumption measurements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Exstreamer 110 Power Consumption measurements ==&lt;br /&gt;
&lt;br /&gt;
Measurements conditions:&lt;br /&gt;
&lt;br /&gt;
- external 12VDC power supply&lt;br /&gt;
&lt;br /&gt;
- Streaming Client firmware V3.11&lt;br /&gt;
&lt;br /&gt;
- 100% output volume&lt;br /&gt;
&lt;br /&gt;
- network cable connected&lt;br /&gt;
&lt;br /&gt;
- audio amplifier connected to RCA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_2.gif]]&lt;br /&gt;
&lt;br /&gt;
''°Relay On Stream''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same measurements conditions + 4 GB USB stick, without internal led&lt;br /&gt;
(the power consumption can vary with stick type).&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_1.gif]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4527</id>
		<title>Exstreamer 110 Power Consumption measurements</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4527"/>
		<updated>2013-09-11T13:06:34Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Exstreamer 110 Power Consumption measurements ==&lt;br /&gt;
&lt;br /&gt;
Measurements conditions:&lt;br /&gt;
&lt;br /&gt;
- external 12VDC power supply&lt;br /&gt;
&lt;br /&gt;
- Streaming Client firmware V3.11&lt;br /&gt;
&lt;br /&gt;
- 100% output volume&lt;br /&gt;
&lt;br /&gt;
- network cable connected&lt;br /&gt;
&lt;br /&gt;
- audio amplifier connected to RCA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_2.gif]]&lt;br /&gt;
&lt;br /&gt;
''°Relay On Stream''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same measurements conditions + 4 GB USB stick, without internal led&lt;br /&gt;
(the power consumption can vary with stick type).&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_1.gif]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4526</id>
		<title>Exstreamer 110 Power Consumption measurements</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Exstreamer_110_Power_Consumption_measurements&amp;diff=4526"/>
		<updated>2013-09-11T13:05:19Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: New page: == Exstreamer 100 Power Consumption measurements ==  Measurements conditions:  - external 12VDC power supply  - Streaming Client firmware V3.11  - 100% output volume  - network cable conne...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Exstreamer 100 Power Consumption measurements ==&lt;br /&gt;
&lt;br /&gt;
Measurements conditions:&lt;br /&gt;
&lt;br /&gt;
- external 12VDC power supply&lt;br /&gt;
&lt;br /&gt;
- Streaming Client firmware V3.11&lt;br /&gt;
&lt;br /&gt;
- 100% output volume&lt;br /&gt;
&lt;br /&gt;
- network cable connected&lt;br /&gt;
&lt;br /&gt;
- audio amplifier connected to RCA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_2.gif]]&lt;br /&gt;
&lt;br /&gt;
''°Relay On Stream''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same measurements conditions + 4 GB USB stick, without internal led&lt;br /&gt;
(the power consumption can vary with stick type).&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_1.gif]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Talk:Main_Page&amp;diff=4525</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Talk:Main_Page&amp;diff=4525"/>
		<updated>2013-09-11T12:59:49Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Exstreamer 100 Power Consumption measurements ==&lt;br /&gt;
&lt;br /&gt;
Measurements conditions:&lt;br /&gt;
&lt;br /&gt;
- external 12VDC power supply&lt;br /&gt;
&lt;br /&gt;
- Streaming Client firmware V3.11&lt;br /&gt;
&lt;br /&gt;
- 100% output volume&lt;br /&gt;
&lt;br /&gt;
- network cable connected&lt;br /&gt;
&lt;br /&gt;
- audio amplifier connected to RCA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_2.gif]]&lt;br /&gt;
&lt;br /&gt;
''°Relay On Stream''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same measurements conditions + 4 GB USB stick, without internal led&lt;br /&gt;
(the power consumption can vary with stick type).&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_1.gif]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Talk:Main_Page&amp;diff=4524</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Talk:Main_Page&amp;diff=4524"/>
		<updated>2013-09-11T12:59:26Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: /* Exstreamer 100 Power Consumption measurements */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi &lt;br /&gt;
 anyone can help me solve Annuncicom 100 FTPusb problem. i using usb thumbdrive to recorder it does not 1hr spilt file . does anyone can help me solve this file program using bcl program edit the program to spilt file .&lt;br /&gt;
&lt;br /&gt;
Thank&lt;br /&gt;
&lt;br /&gt;
== Exstreamer 100 Power Consumption measurements ==&lt;br /&gt;
&lt;br /&gt;
Measurements conditions:&lt;br /&gt;
&lt;br /&gt;
- external 12VDC power supply&lt;br /&gt;
&lt;br /&gt;
- Streaming Client firmware V3.11&lt;br /&gt;
&lt;br /&gt;
- 100% output volume&lt;br /&gt;
&lt;br /&gt;
- network cable connected&lt;br /&gt;
&lt;br /&gt;
- audio amplifier connected to RCA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_2.gif]]&lt;br /&gt;
&lt;br /&gt;
''°Relay On Stream''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same measurements conditions + 4 GB USB stick, without internal led&lt;br /&gt;
(the power consumption can vary with stick type).&lt;br /&gt;
&lt;br /&gt;
[[Image:Exstreamer110_power_consumption_html_1.gif]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=File:Exstreamer110_power_consumption_html_2.gif&amp;diff=4523</id>
		<title>File:Exstreamer110 power consumption html 2.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=File:Exstreamer110_power_consumption_html_2.gif&amp;diff=4523"/>
		<updated>2013-09-11T12:56:38Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: uploaded a new version of &amp;quot;Image:Exstreamer110 power consumption html 2.gif&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=File:Exstreamer110_power_consumption_html_2.gif&amp;diff=4522</id>
		<title>File:Exstreamer110 power consumption html 2.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=File:Exstreamer110_power_consumption_html_2.gif&amp;diff=4522"/>
		<updated>2013-09-11T12:52:36Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: uploaded a new version of &amp;quot;Image:Exstreamer110 power consumption html 2.gif&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=File:Exstreamer110_power_consumption_html_2.gif&amp;diff=4521</id>
		<title>File:Exstreamer110 power consumption html 2.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=File:Exstreamer110_power_consumption_html_2.gif&amp;diff=4521"/>
		<updated>2013-09-11T12:46:31Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=File:Exstreamer110_power_consumption_html_1.gif&amp;diff=4520</id>
		<title>File:Exstreamer110 power consumption html 1.gif</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=File:Exstreamer110_power_consumption_html_1.gif&amp;diff=4520"/>
		<updated>2013-09-11T12:45:58Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1036</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1036"/>
		<updated>2009-06-26T13:56:43Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron Protocol v1.1][http://wiki.barix.com/images/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1035</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1035"/>
		<updated>2009-06-26T13:55:22Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][http://wiki.barix.com/images/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1034</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1034"/>
		<updated>2009-06-26T13:54:50Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][http://wiki.barix.com/images/Crestron_protocol_1_1.pdf]&lt;br /&gt;
[Crestron_protocol_1_1][http://www.barix.com/downloads/file/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1033</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1033"/>
		<updated>2009-06-26T13:53:40Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][http://wiki.barix.com/images/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1032</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1032"/>
		<updated>2009-06-26T13:53:09Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][[Media:Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
[Crestron_protocol_1_1.pdf]&lt;br /&gt;
[http://wiki.barix.com/images/Crestron_protocol_1_1.pdf]&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1031</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1031"/>
		<updated>2009-06-26T13:52:25Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][[Media:Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
[Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1030</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1030"/>
		<updated>2009-06-26T13:51:58Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][[Media:Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
[http://www.example.com link title]&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1029</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1029"/>
		<updated>2009-06-26T13:51:36Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][[Media:Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[http://www.example.com link title]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1028</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1028"/>
		<updated>2009-06-26T13:51:03Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][[Media:Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1027</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1027"/>
		<updated>2009-06-26T13:50:30Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][[Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1026</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1026"/>
		<updated>2009-06-26T13:50:13Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][[[Crestron_protocol_1_1.pdf]]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1025</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1025"/>
		<updated>2009-06-26T13:49:34Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron_protocol_1_1][[Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1024</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1024"/>
		<updated>2009-06-26T13:49:08Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Media][[Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1023</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1023"/>
		<updated>2009-06-26T13:48:48Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Media][[Media:Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1022</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1022"/>
		<updated>2009-06-26T13:48:05Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
Media:[[Media:Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1021</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1021"/>
		<updated>2009-06-26T13:47:46Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[Media:[Media:Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1020</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1020"/>
		<updated>2009-06-26T13:47:24Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
Media:[Media:Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1019</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1019"/>
		<updated>2009-06-26T13:46:46Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[[crestron_protocol_1_1:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
Media:[Media:Crestron_protocol_1_1.pdf]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1018</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1018"/>
		<updated>2009-06-26T13:46:28Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[[crestron_protocol_1_1:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
Media:[[Media:Crestron_protocol_1_1.pdf]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1017</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1017"/>
		<updated>2009-06-26T13:46:12Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[[crestron_protocol_1_1:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[Media:[[Media:Crestron_protocol_1_1.pdf]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1016</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1016"/>
		<updated>2009-06-26T13:45:57Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[[crestron_protocol_1_1:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[[Media:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1015</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1015"/>
		<updated>2009-06-26T13:45:42Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[[crestron_protocol_1_1:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[[Media:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1014</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1014"/>
		<updated>2009-06-26T13:45:08Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[crestron_protocol_1_1][http://www.barix.com/downloads/file/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[[Media:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1013</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1013"/>
		<updated>2009-06-26T13:44:40Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[crestron_protocol_1_1][http://www.barix.com/downloads/file/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[[Media:[Media:Crestron_protocol_1_1.pdf]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1012</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1012"/>
		<updated>2009-06-26T13:44:05Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[crestron_protocol_1_1][http://www.barix.com/downloads/file/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[[Media:[[Media:Crestron_protocol_1_1.pdf]]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1011</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1011"/>
		<updated>2009-06-26T13:40:10Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[crestron_protocol_1_1][http://www.barix.com/downloads/file/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[[Media:[[Media:Example.ogg]]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1010</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1010"/>
		<updated>2009-06-26T13:39:28Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[crestron_protocol_1_1][[http://www.barix.com/downloads/file/Crestron_protocol_1_1.pdf]]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[[Media:[[Media:Example.ogg]]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
	<entry>
		<id>https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1009</id>
		<title>Crestron Integration</title>
		<link rel="alternate" type="text/html" href="https://wiki.barix.com/index.php?title=Crestron_Integration&amp;diff=1009"/>
		<updated>2009-06-26T13:38:43Z</updated>

		<summary type="html">&lt;p&gt;Giacomo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Integrating Barix Annuncicom devices with Crestron touchpanel systems'''&lt;br /&gt;
&lt;br /&gt;
'''Introduction'''&lt;br /&gt;
&lt;br /&gt;
The Annuncicom 100-CS is a custom audio over IP intercom solution developed collaboratively between Crestron and Barix, to enable easy integration of audio into residential control applications. The Barix Annuncicom 100-CS enables streaming IP intercom communication between Crestron Isys i/O™ WiFi touchpanels, and also provides seamless integration with Crestron IADS analog intercom systems.&lt;br /&gt;
'''&lt;br /&gt;
What Crestron devices supported, what Barix?'''&lt;br /&gt;
The Annuncicom 100-CS is a Barix Annuncicom 100 with a special firmware loaded that communicates with Crestron control systems for analog audio and digital IP intercom applications, delivering point-to-point distribution of full-duplex audio between TPMC-8X, TPMC-8T and TPMC-8L touchpanels. Barix Audio over IP technology also enables integration of new digital IP intercom solutions with existing IADS analog intercom systems, providing a flexible, cost-effective digital upgrade path. Connect one or more Barix Annuncicoms to a C2N-IADS30x24 to enable seamless intercom communication between a digital Crestron touchpanel and an analog Isys® touchpanel. &lt;br /&gt;
&lt;br /&gt;
'''How do I load the An100-CS firmware into an Annuncicom 100?'''&lt;br /&gt;
&lt;br /&gt;
This process details the steps required to upload the Crestron specific application into a Barix Annuncicom 100 using the web update method. &lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
Procedure:''&lt;br /&gt;
&lt;br /&gt;
1. First obtain the file crestron_yyyymmdd.zip[http://www.barix.com/downloads/file/Crestron_20081120zip_Annuncicom_100CS_application_Beta/6881/1351] from the Barix website, and then extract the application using a tool such as WinZIP. This will create a folder 'CrestronYYYYMMDD', containing a file 'compound.bin'.&lt;br /&gt;
&lt;br /&gt;
2. Access the Annuncicom's web UI, by typing its IP address into the URL field of your browser and pressing &amp;lt;ENTER&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. Click on the UPDATE button to enter the update page.&lt;br /&gt;
&lt;br /&gt;
4. Click on &amp;quot;Please click here to continue&amp;quot; to launch the update process. The device will restart in a special mode called Bootloader, showing a number counting down &lt;br /&gt;
&lt;br /&gt;
(4-3-2-1).&lt;br /&gt;
&lt;br /&gt;
The following screen appears when the device is ready for the update process:&lt;br /&gt;
&lt;br /&gt;
[[Image:Picture_1.png‎ | center | frame]]&lt;br /&gt;
&lt;br /&gt;
5. To update the device with the application, click on &amp;quot;Browse&amp;quot; to locate the file that you want to upload; in this case, this is the file 'compound.bin', located in the CrestronYYYYMMDD folder. &lt;br /&gt;
  &lt;br /&gt;
6. Once the file has been selected, click on &amp;quot;Upload&amp;quot; to start the transfer of the file to the device. This can take a few minutes.&lt;br /&gt;
After a successful upload click on the &amp;quot;update&amp;quot; link and when the Update window reappears click the &amp;quot;Reboot&amp;quot; button. If there is no button, click on Browse and select the  &amp;quot;reboot&amp;quot;. The device will reboot with the new application.&lt;br /&gt;
&lt;br /&gt;
7. Press and hold the Annuncicom's Reset button for approximately 10 s, to restore factory defaults. The device is now loaded and ready for configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Configuring the Barix and Crestron devices to work together'''&lt;br /&gt;
&lt;br /&gt;
The following documents explain how to set up the Barix and Crestron devices so that they work together:&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 1][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_1_of_2__6742A_BD/6091/1351]&lt;br /&gt;
&lt;br /&gt;
[Crestron IP Intercom Quick Install: Page 2][http://www.barix.com/downloads/file/Crestron_IP_Intercom_Quickstart_Page_2_of_2__6742A_BD/6101/1351]&lt;br /&gt;
&lt;br /&gt;
[crestron_protocol_1_1][http://www.barix.com/downloads/file/Crestron_protocol_1_1.pdf]&lt;br /&gt;
&lt;br /&gt;
These pages explain how to use the Barix devices to add IP Intercom functionality to the Crestron products.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page#Applications]]&lt;br /&gt;
[[Media:[[Media:Example.ogg]]]]&lt;/div&gt;</summary>
		<author><name>Giacomo</name></author>
	</entry>
</feed>