Texecom Premier 816 & ComIP module

Joined
25 Jul 2011
Messages
7
Reaction score
1
Country
United Kingdom
Hello,
my name is Efthymios Kalyviotis and I am computer programmer. I need to be able to read the alarms from the Premier 816 panel by using a custom software. As far as I know, there are 2 ways that can be done:
1) By using the SIA Digital Comunication Standard
2) Writing java programs and uploading them to the communicator module

Unfortunately, I did not find a lot of information for both of them and I do not know from where to start.

For the 1st, I found the following paper:
http://www.mobile-download.net/tools/Assessment/dc09_20070319.pdf

and for the 2nd the following topic:
//www.diynot.com/forums/viewtopic.php?p=1986886#1986886

Can someone help me please? I need to have source code examples to implement something like this. I am totally newbe in alarm equipments and I need someone to point me a place to read.

Thank you very much in advance.

Yours, sincerely
Efthymios Kalyviotis
 
  • Thanks
Reactions: bko
Sponsored Links
Or get the "wintex" from Texecom.

www.texe.com

Thanks for the answer!

Actualy I have used wintex already to configure the panel. But this is not what I want. I want to be able to receive all the alarms from a custom application (eg. when a zone is triggered). Log them to a DB and when needed the user will be able to use a web browser to get the logs and all the information s/he might need. And ofcourse, I will then be able to implement other functions such as 'SMS messages', start of a recording of a video stream from a camera, custom apps to receive all data from a mobile phone, etc.

Basically I need to find out a way to communicate programmatically with the panel from my computer.
 
Well as you say SIA will do that. You need to set up as a reciever. SMS can be done at the panel anyway, or with another module. Outputs can run cameras.
Nothing there that needs an app for it to work.
 
Sponsored Links
I need to do much more complicated things than the examples I have told you. Basicaly, my main need is to somehow communicate with the panel. Either with SIA, or uploading custom Java programs to the ComIP module. Do you know of a good site that explains SIA? Can I somehow find demo source code?
 
Here is how the string works, should get you started.

<START> 7 characters header
panel type 3 characters panel type eg. 001 = Galaxy alarm panel
1 character space
protocol type 3 characters protocol type eg. 001 = SIA protocol
1 character space
site number 3 characters the logical site number on the transmitting PC eg. 087
1 character space
serial number 4 characters serial number used to identify transmitting PC eg. 0112
1 character space
site name 30 characters site description as programmed in transmitting PC
protocol data ? characters the actual alarm panel protocol data (a variable length string)
<END> 5 characters terminator
 
Well... as far as I know, the messages sent for SIA protocol from the premises equipment are of below type. Corect?

<LF><crc><0LLL>
<"id"><seq><Rrcvr><Lpref><#acct>[<pad>|...data...][x…data…]<timestamp>
<CR>

They are taken from the following publication:
http://www.mobile-download.net/tools/Assessment/dc09_20070319.pdf

Will the alarm panel initiate the connection? TCP or UDP?
Do I need to setup something else inside the panel by using Wintex, so that the panel will know where to initiate the connection?
 
&#917;&#965;&#952;&#965;&#956;&#951; &#956;&#960;&#959;&#961;&#969; &#957;&#945; &#963;&#964;&#949;&#953;&#955;&#969; SMS &#945;&#960;&#959; &#964;&#959;&#957; &#963;&#965;&#957;&#945;&#947;&#949;&#961;&#956;&#959; ; &#913;&#957; &#925;&#913;&#921; &#956;&#960;&#959;&#961;&#949;&#953;&#962; &#957;&#945; &#956;&#959;&#965; &#960;&#949;&#953;&#962; &#960;&#969;&#962; &#952;&#945; &#964;&#959; &#954;&#940;&#957;&#969;
 
&#917;&#965;&#952;&#965;&#956;&#951; &#956;&#960;&#959;&#961;&#969; &#957;&#945; &#963;&#964;&#949;&#953;&#955;&#969; SMS &#945;&#960;&#959; &#964;&#959;&#957; &#963;&#965;&#957;&#945;&#947;&#949;&#961;&#956;&#959; ; &#913;&#957; &#925;&#913;&#921; &#956;&#960;&#959;&#961;&#949;&#953;&#962; &#957;&#945; &#956;&#959;&#965; &#960;&#949;&#953;&#962; &#960;&#969;&#962; &#952;&#945; &#964;&#959; &#954;&#940;&#957;&#969;
English (?) translation >

Cheerful I can send SMS from the alarm? If YES you can say to me that him I will make
 

DIYnot Local

Staff member

If you need to find a tradesperson to get your job done, please try our local search below, or if you are doing it yourself you can find suppliers local to you.

Select the supplier or trade you require, enter your location to begin your search.


Are you a trade or supplier? You can create your listing free at DIYnot Local

 
Sponsored Links
Back
Top