home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
UTILS2
/
X10XA2.ZIP
/
DEMO_BW.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-01-15
|
21KB
|
668 lines
DISPLAY OFF
W A R N I N G:
========================================
Please don't alter this file.
Also, don't copy statements from this file for programming your own
command files. Special characters have been embedded which may cause
erratic behavior in your command files.
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Welcome to the XA demo!
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
This quick tour will highlight many of the features of XA. To get
the most power from XA, please read the User's Guide (XA_201.TXT).
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Features of XA Version 2.1
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
* Sends DIRECT (immediate) and EVENT (scheduled) X10 commands via
DOS prompt, batch file, or command file.
* User configurable - Works with any COM port (interrupt or polled mode).
* Automatic and complete CP-290 schedule maintenance.
* Sunrise and Sunset calculations, automatic DST adjustments.
* Synchronization of the CP-290 or PC onboard clocks.
* Program an event to occur any DATE in the future.
* PowerFail Recovery, restores modules to programmed state.
* Interface to external conditions via I/O ports.
* Monitoring and logging CP-290 activity.
* Powerful programming language (IF/ELSE, variables, logic operations,
GOTO, GOSUB/RETURN, INPORT/OUTPORT)
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA is copyrighted 1991-1994 by Bruce Christensen. All Rights Reserved.
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
What is XA?
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA is a command interpreter for the CP-290, X10's Computer Interface.
The XA interpreter translates English-like sentences into commands that
are understood by the CP-290. XA parses commands from a variety of inputs.
XA can read commands from the DOS prompt. The following example turns
on an X10 module whose address is set at House A Unit 9:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
C:\> XA "A9 ON"
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
You can embed X10 commands within batch files too:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
PHONE.BAT:
XA "A9 ON"
CALL PRODIGY
XA "A9 OFF"
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
X10 commands entered from the DOS prompt or batch file must be enclosed in
"quotation marks". Multiple X10 commands may be entered, they must be
separated by "quotations" too.
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
C:\> XA "A9 ON" "A10 OFF" "C3 DIM 50"
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Command Files
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
Another input for X10 statements is the command file (*.CMD). This file
can hold an unlimited number of commands that are executed sequentially
by XA. For instance, you can create a "script" of X10 commands to control
Christmas lights. You tell XA which file to read as follows:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
C:\> XA F=XMAS.CMD
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
where XMAS.CMD contains the following commands:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
A1 DIM
DISPLAY OFF DELAY 0:0:1 DISPLAY ON
A2 BRIGHT
DISPLAY OFF DELAY 0:0:1 DISPLAY ON
A3 OFF
DISPLAY OFF DELAY 0:0:1 DISPLAY ON
A4 ON
DISPLAY OFF DELAY 0:0:1 DISPLAY ON
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA offers many special commands that allow you to create very sophisticated
script files. Some of these commands include:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
IF/ELSE/ENDIF, GOTO, GOSUB/RETURN,
PAUSE, DELAY secs, TIMER secs, ...plus many others.
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
See the User's Manual for complete details.
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Event Scheduling
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
While XA is great for sending immediate commands to your CP-290, XA really
excels at scheduling and maintaining events. Events are X10 commands stored
in the CP-290's memory and activated at some future time. As with direct
commands, events may be programmed from the DOS prompt:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
C:\> XA "A9 ON TIME 8:00 PM WEEKDAYS"
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
Event statements are usually stored in command files. A command file may
contain your entire X10 event schedule. You can have XA download your
complete schedule for you automatically. If you control your personal
computer with an X10 Appliance Module, then you can have XA perform
automatic event downloads on a weekly basis. See the section entitled
"POWERUP Utility" in the User's Guide for complete details.
pause
The following is an example of an X10 event file called XA.CMD:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
C:\> XA F=XA.CMD
:
PORCH_LIGHTS ON SUNSET EVERYDAY
PORCH_LIGHTS OFF SUNRISE EVERYDAY
DECK_LIGHTS ON DUSK DATE 5/1 THRU 9/30 WEEKDAYS
:
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
Notice how more descriptive names may be substituted for module
house and unit codes. PORCH_LIGHTS have been "DEFINED" (or substituted)
for the module address House A Unit 9.
XA supports dynamic instances such as sunrise and sunset. These times
are calculated based on your latitude and longitude.
XA is also capable of evaluating dates and storing an event when the
statement meets the proper criteria. XA allows you to program an event
weeks, months, or years into the future.
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Configurable Communications
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA supports COM1 through COM4 using either interrupt-driven (preferred mode)
or polled communications. A utility program called FINDX10 is included which
will analyze your installed COM ports and search for the CP-290.
To run FINDX10...
pause
DOS FINDX10 !
If the last message reads:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
"Found CP-290 at COMx. Use IO xxx IRQ xxx"
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
then you're in luck. XA should work on your PC without any problems.
Note: You will be instructed to run FINDX10 later to setup XA's
initialization file (XA.INI).
If the last message reads:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
"Can not locate the CP-290..."
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
you may have problems running XA. Later on, try connecting the CP-290
to a different COM port and then run FINDX10 again.
pause
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Initialization File (XA.INI)
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
In addition to using command files, XA also reads a file called XA.INI. This
is an initialization file where you store XA statements that describe the
setup of your machine. For instance, the IO and IRQ tokens that FINDX10
suggested to you should be placed in this file. Here is a sample of other
XA tokens that would normally appear in XA.INI:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
DEFINE PORCH_LIGHTS HOUSE A UNIT 9
DEFINE DECK_LIGHTS HOUSE A UNIT 1
LATITUDE 41°35' # Coordinates of
LONGITUDE 81°20' # Mentor, Ohio
TIMEZONE 5 DST # used for Sunrise/sunset calcs
COM3 # For "standard" COM configurations
IO 3E8H # For "special"...
IRQ 5 # ... COM configurations
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
A sample XA.INI is included with this software. You can modify it to suit
your configuration. Also, the User's Guide contains complete information
about "tokens" and the initialization file. Please read it!
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Powerfail Recovery
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA can be used to restore all CP-290 controlled modules back to their
programmed state in the event of a power failure, or other circumstance.
The proper state is determined by examining the CP-290's event schedule.
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
C:\> XA -p
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Powerfail Recovery. Checking status...
DISPLAY OFF VIDEO6 WHITE BLACK DELAY 0:0:1 DISPLAY ON
Restoring: PORCH_LIGHTS ON
Restoring: DECK_LIGHTS OFF
Ignoring : DEHUMIDIFIER
Forcing : HALL_LIGHTS ON
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA allows selected modules (DEHUMIDIFIER) to be excluded from recovery,
others (HALL_LIGHTS) can forced to a particular state no matter what XA
determines.
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Special DATE handling
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
Events can be programmed to occur on specific dates or between a range of
dates. Events can also be excluded from occuring on specific (or range of)
dates. The following examples show how you can control lighting during
specific dates.
Turn on flagpole light on July 4:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
FLAGPOLE ON SUNSET DATE 7/4
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
Turn on flagpole on multiple holidays:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
FLAGPOLE ON SUNSET DATE 5/31 DATE 7/4 DATE 9/6
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
Turn on porch lights only during the winter season:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
PORCH_LIGHTS ON TIME 5:30 DATE 11/1/93 THRU 3/31/94 WEEKDAYS
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
Turn on porch lights EXCEPT during certain holidays:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
PORCH_LIGHTS ON TIME SUNSET EXCEPT DATE 5/31 DATE 7/4 DATE 9/6 WEEKDAYS
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
Turn on deck lights during summer EXCEPT during vacation:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
DECK_LIGHTS ON TIME SUNSET DATE 4/1 THRU 9/30 EXCEPT DATE 7/1 THRU 7/14
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Report Generation
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA can produce report files (XA.RPT) of your X10 schedule in (2) special
formats. The first style lists events sorted by day and time:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Saturday - January 01, 1994 Sunrise: 7:52:05 Sunset: 5:05:09
Time Cmd Mode Module Address/Description Event
-------- --- -------- ---------------------------------- ------
12:30 am OFF (A8) LIVING_ROOM_LAMP ( 41)
12:30 am OFF (A4) FAMILY_ROOM_LAMP ( 43)
1:30 am OFF (A3) BEDROOM_LIGHT ( 54)
6:00 am ON (B2) DEHUMIDIFIER ( 56)*
7:22 am OFF (H1) STAIRS ( 63)*
7:22 am OFF (H2) HALLWAY ( 63)*
12:00 pm OFF (B2) DEHUMIDIFIER ( 57)*
4:05 pm ON (A4) FAMILY_ROOM_LAMP ( 51)
4:56 pm ON (B2) DEHUMIDIFIER ( 58)*
5:05 pm DIM (A6) OUTSIDE_PORCH_LIGHTS ( 48)
5:06 pm DIM (H1) STAIRS ( 61)*
5:06 pm DIM (H2) HALLWAY ( 60)*
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
The second style lists events sorted by day, module, and time:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Saturday - January 01, 1994 Sunrise: 7:52:05 Sunset: 5:05:09
Module Time Function Mode Event
---------------------------------------------------------------------------
(A3) BEDROOM_LIGHT
1:30 am OFF ( 54)
10:34 pm ON ( 53)
(A4) FAMILY_ROOM_LAMP
12:30 am OFF ( 43)
4:05 pm ON ( 51)
(A6) OUTSIDE_PORCH_LIGHTS
5:05 pm DIM ( 48)
5:22 pm DIM ( 70)
10:40 pm OFF ( 55)
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Clock Synchronization
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA can keep the internal clocks of your PC and CP-290 accurate to within
1 second of each other. You can set either clock based on the time
maintained by the other clock.
If your PC does not have on-board clock, you can set its time based on the
time maintained by the CP-290. Simply put the following statement in your
AUTOEXEC.BAT file:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
XA "SYNCHRONIZE PC"
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
To get both clocks accurate to within 1 second:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
XA "SYNCHRONIZE PC EXACT"
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
You can also set the CP-290 based on your PC's internal clock.
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
XA "SYNCHRONIZE X10"
XA "SYNCHRONIZE X10 EXACT"
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Monitoring and Logging CP-290 Activity
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA can monitor all activity reported by the CP-290. For instance, when
the CP-290 triggers an scheduled event, or when one of the buttons on
the CP-290 console is pressed, XA captures the action and displays the
activity on your screen. XA can also log this information in a file
if requested:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
C:\> XA "MONITOR"
Monitor events. Press <ESC> when finished...
Sat Jan 01 2:16:02 1994 (D1...D16) ALL UNITS OFF
Sat Jan 01 3:00:02 1994 (C1) COMPUTER ON
Sat Jan 01 16:02:02 1994 (A4) FAMILY_ROOM_LAMP ON
Sat Jan 01 16:02:05 1994 (A8) LIVING_ROOM_LAMP ON
Sat Jan 01 17:16:02 1994 (A9) PORCH ON
Sat Jan 01 18:00:02 1994 (C8) KATHRYNS_PC OFF
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Powerup Utility
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
A utility program called POWERUP.EXE is supplied with XA which assists
you in performing unattended, automatic, event downloads to the CP-290.
As long as your PC is controlled by an Appliance Module, you can have
the CP-290 boot your computer at some predetermined time (for instance,
Sunday mornings @ 3:00 am). Your AUTOEXEC.BAT file can call POWERUP which
determines if its the proper time to perform a schedule update.
Here are the statements required in AUTOEXEC.BAT to perform automatic
schedule updates:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
:
POWERUP d=SUN s=2:55 e=3:05
if errorlevel == 1 goto update
goto skip
:update
XA f=XA.CMD
XA "PC OFF"
:skip
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Registration Benefits
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
When you register your copy of XA, you will be sent a floppy disk which
enables the following items:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
* IF / ELSE / ENDIF Statements
* Logical, Boolean, and Arithmetic operators
* Pre-defined variables (CDAY, CDATE, and CTIME)
* Interaction with I/O ports (ex. joystick) to send X10 commands.
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
These additions allow you to write specialized script and event files.
The next few screens will give you some ideas.
pause
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
IF / ELSE / ENDIF
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
These constructs allow you to alter the flow of execution within your
event command file or script file based on conditions you program.
In addition, XA allows you to customize the color of the conditional
statements so you can easily tell how the statement was evaluated.
For instance, assuming today is Sunday, you can have XA test the CDAY
variable and if it's the WEEKEND have XA parse a special WEEKEND
event file. Note that the IF test is TRUE so it is displayed in
WHITE, the ELSE is FALSE, so it is displayed in GRAY:
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
IF ((CDAY == SAT) OR (CDAY == SUN))
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XACMD WEEKEND.CMD
ELSE
XACMD WEEKDAY.CMD
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
ENDIF
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Input and Output from a Port
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
XA allows you to use your joystick port, LPT port, or any other port
as a general purpose Input/Output port. Connect switches and/or
relays to these ports and program XA to react to real-world events.
The following code appears in the included file JOYSTICK.CMD:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
:LOOP # This is the beginning of the loop
GAME = INPORT 201H # Read the joystick port
IF !(GAME & 20H) # Check Button A
IF (MODULE == OFF) # If module is currently Off...
c2 on fast # ...Turn module C2 On
MODULE = ON # ...update status of module to On
ENDIF
ENDIF
IF !(GAME & 10H) # Check Button B
IF (MODULE == ON) # If module is currently On...
c2 off fast # ...Turn module C2 Off
MODULE = OFF # ...update its status too
ENDIF
ENDIF
GOTO LOOP # Loop until <ESC> pressed.
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Now it's your turn
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
This is just a sample of what XA can do with your CP-290. Please take
the time to read the accompanying User's Guide to learn all of XA's
capabilities.
XA is SHAREWARE. If you continue to use XA beyond the 45 trial period,
you need to register this package with the author. Registration brings
additional benefits including very powerful programming constructs, and
a printed User's Guide.
Thank you for trying XA! Send any correspondence to:
DISPLAY OFF VIDEO6 WHITE BLACK DISPLAY ON
Bruce Christensen CompuServe : 73201,1531
6594 Hudson Ave. Prodigy : MHNC39A
Mentor, OH. 44060-4545 America OnLine: AuggieBen
DISPLAY OFF VIDEO6 LIGHTGRAY BLACK DISPLAY ON
pause