X10 TW523
X10 TW523 PSC05 2-Way PWRLINE InterfaceX10 PRO Powerline Interface, 2-Way The XXPPSC05 Two-Way Powerline Interface Module allows the developer to interface their equipment with the 120V power line using standard X10 protocol. The Powerline Interface connects to a (non-PC) serial type data port using its standard RJ11 telephone jack. The interface cable is defined by the OEM manufacturer or private user according to their specific input connections on their equipment. X10 PRO does not sellthis cable. This Two-Way Version allows develo... Read more
Details
Brand: X 10
Part Numbers: PSC05, PSC05/TW523, TW523 PSC05
UPC: 099081193053, 99081193053
[ Report abuse or wrong photo | Share your X10 TW523 photo ]
Manual
Preview of first few manual pages (at low quality). Check before download. Click to enlarge.
Download
(English)X10 TW523, size: 9 KB |
Related manuals X10 TW523 Reference Guide |
X10 TW523
User reviews and opinions
No opinions have been provided. Be the first and add a new opinion/review.
Documents

UPDATE: Additional information to previous articles The X-10 TW523 Two-Way
Power Line Interface
A Step Toward Closed-Loop Power Line Control
by Ken Davidson
_- ust as I promised in Vol. 1,
No. 3 of INK, I have an update on the status of an X10 receiver module. Before I begin, though, let me fill in some information for those of you who may have missed the last article. The X- 10 POWERHOUSE system is based on a concept known as carrier current communication. The AC wiring already strung throughout the house or building is used to carry control signals from command consoles t o r e m o t e switch modules. These modules contain either a solenoid for switching heavy loads, or a dimmer circuit used to dim, brighten, and turn lights on and off. Each module
can be set for any of 256 unique addresses, so a very elaborate control network can be set up (a typical control console can only address 8 or 16 modules, however). In my previous article, I described a new module available from X- 10 (USA) Inc., the PL513, that allows a computer to directly access the AC power line. Using the X-10 transmission protocol, the computer then controls the timing and configuration of bits transmitted through the power line. One of the biggest drawbacks of the X-10 system over the years has been its open-loop configuration and lack of two-way communication. There are quite a few devices around
capable of transmitting X- 10 codes and plenty of receiver modules that provide control actions as a result. However, until now, there has been no convenient way to intelligently listen to the power line and hear all the X- 10 activity taking place. With the introduction of the X- 10 POWERHOUSE TW523 Two-Way Power Line Interface, all that is changing. The TW523 not only contains the complete transmitter circuitry found in the PLmodule, but also contains all the necessary front-end circuitry to receive X- 10 codes as well. Figure 1 shows the schematic for the receiver section of the
pIiiiq$~
ZERO CROSSING DETECTOR :
RECEIVER
~ : iijj : :: :: / / / :/ :: :: :: :: : : :
Figure 1 - Schematic for the receiver section of the TW523.
TW523. Since the schematic for the transmitter section is nearly identical to that of the PL513 (which was published in the last article), I havent reproduced it here. As I described in detail in the last article, the X-10 protocol is made up of a start code, a house code, and a function code (which may be a module number or an actual function). One bit of the code is always sent out once immediately after the AC zero crossing and two more times to correspond with the zero crossings of two other AC phases. A 1 bit consists of a I-ms burst of a 120-kHz oscillator and a 0 bit is denoted by the lack of a burst. Except for the start code, a bit is followed on the next zero crossing by its complement. Finally, each start/house/function group is sent out twice with no delay between them. The top half of figures 2a and 2b show what a typical transmission looks like. Imagine, if you will, a very crude receiver front end. It consists of a zero crossing detector, a filter which passes just 120 kHz, and some isolation circuitry. It is now up to the programmer to listen to the power line at the correct times and decide if a 120-kHz burst is present, if the length of the burst is proper, if the start code is good, if there is an error in the house code or function code, and so on. A great deal of time must be spent in error checking. The TW523, however, adds some intelligence to the receiver front end. It takes care of listening for proper-length 120-kHz bursts and valid X-10 code. If it determines that what it hears isnt valid X- 10 code, it wont act on it. When it does detect valid X-10 code, it presents the programmer with clean I-ms pulses coincident with the AC zero crossings. Dont expect the module to be smart enough to assemble groups of complete code transmissions, though. Some-
X-10 code received from the AC power line
Start Code Ho uae Code Function Start Code Code House Code Function Code
Start Code
House, F u n c t i o n Code Code
X-10 received output from TW523
Figure 2a - Block diagram of input to the TW.523 and the corresponding output.
Start Code ,I First Transmission Address A 1 Start J, C o d e.I, Second Transmission Address A 1
X-10 mde on AC power line
1 I I /
Figure 2b - The TWS23 outputs a single I-ms pulse for every group of three I20-kHz pulses it receives. thing has to be left for the programmer to do. Figures 2a & 2b show how the receiver output corresponds to the activity taking place on the power line. The TW523 listens to and validates the first occurrence of any X-10 transmission. If it determines the transmission to be error free, the receiver output will exactly match the second transmission of the code sequence. In figure 2b, each vertical hash mark on the transmission line represents a I-ms, 120-kHz burst. Notice that each burst is repeated three times, as explained before. On the receiver line, each vertical hash mark represents a 1-ms pulse sent to the computer. into place rather quickly. We first wait for a zero crossing to occur, then wait 500 microseconds (half the duration of the l-millisecond pulse), and sample the receiver input line. That way we can be sure of sampling the center of the pulse. If it is high (no activity), we just sit back and wait for the next zero crossing. If it is low, we know a transmission is starting to come in, so we enter something of a state machine to assemble the rest of the received transmission. Just briefly, a state machine is a hardware or software device which sits in a known state, able to move on to the next state based on one or more inputs. In the case of the receiver code, we know that we must first see a valid start code before we can move on. We can then assemble a house code, followed by a function code. If at any point, a single error is detected, we
Since the transmitter software primitives are already written, the software to support the receiver falls
Dl D2 D4 D8 D0 l o 0 0
16 All Units Off All Lights On On Off Dim Bright All Lights Off Extended Code Hail Request Hail Acknowledge Preset Dim Extended Data Status=On Status=Off Status Request
Figure 3 - A list o the existing twenty-two X-10 function codes plus ten newf defined codes. (x can be replaced with 0 or 1) y throw in the towel and wait for the line to be quiet for at least three full line cycles before listening for valid code again. Since the frontend circuitry prechecks the incoming code, the chances of the host computer detecting an error are greatly reduced. Im not listing any software with this article, but Ive posted on the Circuit Cellar BBS the HD64180 (280) code I wrote for the BCC180 to support the receiver section of the TW523 if anyone is interested. Support for IBM PC and BCC52 will be available when the TW523 module is actually in production. level are placed where the house code is normally found. With a single code transmission, the target module can be told to what level to dim. Currently, the power line is tied up while the transmitter sends multiple dim commands. More exciting are the completely new functions which rely, for the most part, on the existence of twoway modules. Hail Request is sent to determine whether any other transmitters are within listening range. Any such transmitters would send out a Hail Acknowledge in response. Extended Data is sent to signal that additional 8-bit data follows. Presumably such data would be from temperature sensors or perhaps alarm contacts. Extended Code can be used to continue making additions to the X-10 command set even though all the primary command codes are used (similar to the way Zilog extended the 8080 instruction set for the 280). All of the above additions are still only on paper, though. Computers using TW523 modules can implement most of the functions, but existing modules wont respond to, say, All Lights Off. The last three added codes, however, have been implemented in at least one module already on the market. When a module is selected and a Status Request is sent to it, the module is supposed to respond with
either Status = On or Status = Off. The X-10 POWERHOUSE Radio Controlled Systems transceiver module (RR50 1) already supports the status function. The RR501 receives codes sent via R.F. from the hand-held RT504 radio transmitter and retransmits the codes over the power lines. It, like the TW523, is a true two-way module. Ive set up the TW523 to listen and have seen the RR501 respond with its status when requested, so it really works. Now if the rest of the modules would only do the same.
An unexpected bonus found in the TW523 data sheet includes 10 new function codes designed to extend the usefulness of the X-10 system. Ive listed these new codes along with the existing ones in Figure 3. The more pedestrian additions are those meant to extend existing functions. All Lights Off (as opposed to All Units Off) is one Ive longed for in the past. With Preset Dim, the most-significant bit of the level replaces the x0 in the binary function code and the four least-significant bits of the
What does the future hold for the X-10 line of products? If the latest releases by X- 10 are any indication, we are looking at some exciting times. With the introduction of the new function codes and (hopefully) their eventual implementation, X- 10 will finally develop into a true closed-loop, full-duplex system upon which even more powerful home control systems (and control systems in general) can be based. The TW523 is an important first step in that direction. It will now be much easier for system designers to design two-way X- 10 operation into their products, perpetuating the line (you can be sure this is X-los main motive for developing such interface modules). As Ive said before, we plan to do a lot more with these new power line interface modules. Ill keep you informed as anything new develops.
Special thanks to Dave Rye /or his contributions to this article. Diagrams and schematics pertaining to the TW523 are reprinted by permission of X-IO (USA) Inc.
TW523 modules may be obzied directly from X-IO (USA)
Technical specifications
Full description
X10 PRO Powerline Interface, 2-Way The XXPPSC05 Two-Way Powerline Interface Module allows the developer to interface their equipment with the 120V power line using standard X10 protocol. The Powerline Interface connects to a (non-PC) serial type data port using its standard RJ11 telephone jack. The interface cable is defined by the OEM manufacturer or private user according to their specific input connections on their equipment. X10 PRO does not sellthis cable. This Two-Way Version allows developer to send X10 Commands to an X10 Receiver Module as well as Receive an X10 Command from a Controller in the installation. Specific Requirements: 120VAC Power. Purchase the X10 PRO Powerline Interface, 2-Way (XXPPSC05) and you are guaranteed to save.
Tags
Pfaff 138 X1161N SA-9900 SLV-R1000 L37-XP03 CW-29M166T ZE4600 OL5KD S1110 HTR-6130 Nuvi 215W W4180N DS207 Limousine KD-28HD900 Officejet 9100 PNA 200S XTI 80 Sagem 37LP1D KD-SX855R Taboo 2000 Navigon 2110 Reflexes 4020 Green Aura R1 Workstations Mp4 WFF0411K P-touch 3000 Form 25R BM3982A R-239 Movie 150 Kings 250 LS DSC-U30 FC250SW D-575 Zoom GA-7ZXE EE PRO Wite 127 IS8100 Printer HB-150CE HTR-5930 KV-32FX65 B DVP3000 Type 321 T4020D DX-TL308E CT3451 010110 SA-HT95 LXT435 GY-HD251 UC8T2 GP08NU10 RX-DP20vbk-rx-dp20 3-0-0 P1000 Automate AM6 Bissell 9400 1 5 Flair RD-XS24SB Doll001 XM-754HX PCR-30 WAC700 XD206U BC72XLT 27R0508 SV2042H P4SDR-VM SL-PJ37 Review GPS-009 BH-700 9000 TM-T88IV Studio DVD-A1XV Audio 990 MCV903-A0U DCR-TRV130 BUA-100 VP-W60 KLH-40X1 ST HDR3800 Sdrh60 WPC54G XS 202S EPL-5900 - 1972 BBA 2866 OPL 9728 C530DN Duty-finest Hour DVD-H1080R DPP-FP55 Powershot S100
manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding
Sitemap
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101

1. X10 TW523/PSC05 Two Way Interface Module
2. Geek House: 10 Hardware Hacking Projects for Around Home (ExtremeTech)
3. Making Things Talk: Practical Methods for Connecting Physical Objects
4. X10 LM465 Lamp Control Module
5. X10 AM466 Appliance Module





