Home Automation EZine
EMagazine
Volume 10 Issue 1
Feb / Mar 05

Features

Cover Page

CES 2005 Show Report

The World’s Newspaper

Theater Acoustics

CE vs. IT for TVs

HDMI – Smaller Connector, Bigger Options

Choosing a Front Projection Screen

LCN Installation Bus

Selling Remote Controls

DVD Insider

SOHO Storage Solutions

Add Bass Shakers to Feel the Lows

Need for an Electrical Design

Twenty First Century Dimmers

What To Know About Buying Projectors

Zigbee Radio Transceiver Design

Node Zero Gallery

Give the Customers What They Want

PLC - Variable Codes

Flat Panel Mount Installation

Ahhh, jus’ phone it in!

100th Anniversary of Electronics

Home Automation Portal Appliance

Component Video and Twisted Pair

Balanced Signal Delivery

Ethernet over existing coax cable

Differential Amplifier Design

Remote control your home via the Internet

TEAHA Market Background Document

The Asian Connected Home Markets

Multitask in the Living Room

The Right Screen for the Right Scene

The Right Firestop Products

New Life for Atari

Just What The Doctor Ordered

Conceal, Reveal, Pivot, and Swivel

Your Data Follows You

Surveillance with Sony Camcorder

Home Automation for the rest of us

Reviews

NetDisk Network Storage Device

Packet8 VoIP Telephone Service

Return to Main Menu
Home Toys Article
- February 2005 -
[Home Page]
Information Services
Order Free Catalogs and Product Info
[Click Message To Learn More]

Programmable Logic Controller
---- Variable Codes ----

By Eugene Kowch, P.I.D. Consultants Inc.

Entering variable codes could be done via a desk or laptop PC, but a more convenient way is via a LCD display panel.


Programming of a programmable logic controller (PLC) is done via personal computer (PC) using ladder logic. This is how hardwired inputs are connected to hardwired outputs. Most programs are customarily created to a specific application, such as a home lighting control. Once the custom program is finished, to make any changes requires the program to be revised with a PC. This is not always desirable because in most cases it requires the person who did the original program to make the changes. Now if the ladder logic was developed using variable codes, which were stored in a table, making changes to the program would not be necessary, just revising the variable codes would be required.

To see how a typical variable code program would function, let the PLC have 8 inputs and 6 outputs. The eight inputs will have eight registers reserved in the program, which will make up the table.

INPUT

REGISTER

CODE

X0

V1210

0014

X1

V1211

0026

X2

V1212

0012

X3

V1213

0021

X4

V1214

0023

X5

V1215

0015

X6

V1216

0012

X7

V1217

0003

Each variable code will consist of 4 digits. The variable code will give the program the information of what output to operate when the respective input turns on. Since the variable code has four digits, let the first three digits be the function and the last digit the output number. If the first three digits are ‘000’- no function, ‘001’- toggle function and ‘002’- pulse function.

CODE

F

F

F

Y

The table above shows codes programmed for each of the eight momentary inputs (X0 thru X7). When the momentary input ‘X0’ comes in, the output ‘Y4” will turn on. When the momentary input ‘X0’ comes in again, ‘Y0’ will turn off, thus the toggle function. This is because the variable code ‘0014’ was entered into register ‘V1210’. When momentary input ‘X1’ comes in, the output ‘Y6’ will turn on for a brief duration (pulse). This is because the variable code ‘0026’ was entered into register V1211.

Entering these variable codes could be done via a desk or laptop PC, but a more convenient way is via a LCD display panel. In the April 2003 issue of HomeToys Emagazine, there is a PLC article on a typical LCD display panel. In the commissioning of a home lighting control system, a LCD display panel makes programming an ease.