Micro Seven Inc.® model
CT10, CM10, and CT200 Low-cost alarm-receiver
Micro
Seven, Inc. model CT10, CM10, and CT200 for the Ademco® Alarm-Receiver
(registered trade mark by ADEMCO Group, a division of Pittway) with Contact ID
Protocol provides functions of generation of handshake tones and kiss-off
tones, receiving alarm messages, check-sum calculation, and transmitting alarm
messages in ASCII format at RS232C interface to a PC. Alarm receiver software
is provided.

CT10
or CM10 is shown in above picture.
Features
i Small, 3" x
1.5" x 4.5"
i Low-cost
i AC/DC Operation
i Low cost, and
portable
i Security
Industry Association’s Ademco® Contact ID Protocol
i Handshake and
kiss-off tones
i RS232C interface
to transmit alarm messages to PC and the control software to program
many parameters including telephone numbers
i Checksum
calculation of received alarm messages
i Caller-ID
receiver option (CT10)
i Car battery
adapter and 230 volt power options
i Alarm receiver
software
i 6 month warranty
Application
and benefit of alarm receiver
i Demonstration
and testing alarm control panels at factories and fields
i No alarm
receivers required for testing alarm control panels
i Complete testing
of alarm panels before the installation
i No PBX or local
telephone service needed for CM10
SPECIFICATIONS
CT10
and CT200: contains regular telephone line interface.
CM10:
simulated telephone line to interface alarm panel with a piece of telephone
cord.
CT200:
dual line for receiving simultaneous alarm messages at both lines.
DTMF detecting signal
power for alarm messages: -23dBm to +5dBm per a frequency with maximum 4dB
difference between frequencies
Alarm message DTMF
signal on time (Burst ON time): 50 ms minimum
Alarm message DTMF
signal off time (Burst OFF time): 50 ms minimum 400 ms maximum
Note: Contact ID
protocol requires Burst ON and OFF times to be 50 ms minimum and 60 ms maximum.
Handshake tones:
1400: 1400+/- 1Hz,
duration of 100 ms +/- 1.5 ms, silence period of 100 ms +/- 1.5 ms, and
2300Hz: 2300+/-2 Hz
duration of 100 ms +/- 1.5 ms
Kiss-off tones:
1400 +/- 1 Hz with
duration of 750 ms
Line Input Jacks:
USOC-RJ11-C, standard modular phone jack
Characteristics for
CT10 and CT200:
Ring signal detector:
opto-coupler
Signal isolation:
telephone coupling transformer
High ON-hook
impedance is obtained by off-hook mechanical relay.
Handshake tone is
produced after 1.8 seconds when the off-hook relay is turned on.
Characteristics for
CM10:
Battery-feed voltage
and loop current: 24 volt and 25 mA
Programmable
inputting telephone number
Dial tone and
ring-back tone
Disconnect signal
All other signals
required for alarm receivers.
The interface
signals: Receive Data, Transmit Data, Data Set Ready, Clear-to-send, and
ground. The Data Terminal Ready signal is forced high at LS15E+ meaning that a
PC is always ready to receive data from LS15E+.
Cable(9-pin M/9-pin
F) is provided.
Received alarm
messages are computed for the checksum.
AC/DC
Adapter(provided with LS15E+): 117VAC +/- 5%, or 230VAC +/- 5%(for optional
230V AC/DC Adapter)
AC/DC Adapter or Car
Battery Adapter input: 12VDC unregulated, 800mA maximum
Line Status Display:
red LED for each line to indicate off-hook status (continuous on)
Calibration: not
required because digitally synthesized tones
Power-On Indicator:
green LED display
Dimensions: 19 cm
(4") W x 4.5 cm (1.75") H x 10 cm (7.5") L
Weight: 400g (0.8
LBS.)
Environmental:
Operating temperature: 0 to 35 degree C, Humidity: 85% RH at 35 degree C
Warranty/Service: 6
months limited warranty. No warranty if any factory seal is broken. Service is
performed at the factory, usually within 5 working days.
Options and Accessories:
Car Battery Adapter
230V input AC/DC
Adapter (117V input unit is a standard.)
Caller-ID receiver option (check with factory for
availability)
USB/RS232 adapter cable (virtual RS232 port at PC)
Reference: Digital Communication Standard-SIA
DC-05-1999.09, Ademco Contact ID Protocol for Alarm System Communications
Caller-ID receiver
option for CT10 :
Alarm receiving software:
Standard alarm receiver software, that is provided
at no charge, “as is” with no support, no liability, and no support from Micro
Seven, in Windows operating system that receives and decodes caller-ID
information and Contact ID alarm messages displays caller’s telephone number,
name, date, nature of alarm messages on PC screen. The software also stores the
same information as a text file. Any additional software requirement is custom.
We provide no liability using LS15E+ and alarm
receiving software to all people and companies including alarm panel users,
alarm central station, telephone companies, and all distributors.
Other alarm products:
Typical PC display is
shown below: Note that the first line is date/time data that is received from
caller-ID, and the date/time on the fifth line is derived by PC. The second and
third lines are also from caller-ID. Alarm message number is incremented by
each alarm message that is received. The sixth line shows a complete alarm
message.
Receiving caller-ID data---- Date/time: 03231047
Caller's telephone number: 5036936982
Caller's name: MICRO SEVEN INC
Alarm message number: 12354
Fri Mar 23 10:47:10 2007
Alarm message: 1234181131010158
Acount number: 1234
Event qualifier: New Event
Event code: 131 Perimeter-Burglar Alarm
User/Zone Number: Zone 015
Partition number: 01
The alarm message file, “al” may be
read by another application in a same PC while LS15E+ is running programs. A
sample c++ program below open the file “al” and read alarm messages, which must
be compared with previous read alarm message file to find out any new alarm
message. Note that the file “al” is generated by LS15ES0A.EXE.
The C++ program below uses a timer
function to open, read, and close the file “al” periodically to check whether
any new alarm message.
SetTimer(1,5000,NULL); //timer should be set up somewhere in your program.
//this one is set up for every five seconds, do not set up timer too short
void CTest1Dlg::OnTimer(UINT nIDEvent)
{
hFile2=CreateFile(TEXT("./al"), //open file “al”
GENERIC_READ,
FILE_SHARE_READ,
NULL,
OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL|FILE_FLAG_SEQUENTIAL_SCAN,
NULL);
ReadFile(hFile2,displaypointer,100000,numberread,NULL); //read an entire alarm message file
CloseHandle(hFile2); //close file “al”
UpdateData(FALSE);
CDialog::OnTimer(nIDEvent);
}
Micro Seven, Inc. ®
1095-K N.E. 25th Hillsboro, OR 97124 U.S.A.
PHONE: 503-693-6982, FAX: 503-693-9742
Home Page: www.microseveninc.com
Email: sales@microseveninc.com