|
TCS 3.5 on-line instructions
|
|
|
|
INPUT to GSM matrix
This is something that may sound complicated but actually it is the simplest
way that we have found to do a very flexible thing: every input can be assigned
to 8 telephone numbers, that you can choose from the ones you have put in your list.
Lets see how the matrix appears and so you will immediately understand:
INPUT1 = 1,0,0,0,0,0,0,0
INPUT2 = 1,2,0,0,0,0,0,0
INPUT3 = 1,1,2,2,0,0,0,0
INPUT4 = 2,3,4,5,0,0,0,0
INPUT5 = 7,0,0,0,0,0,0,0
INPUT6 = 4,0,0,0,0,0,0,0
INPUT7 = 1,2,3,4,5,6,7,8
INPUT8 = 0,0,0,0,0,0,0,0
INPUT9 = 1,0,0,0,0,0,0,0
INPUT10 = 1,0,0,0,0,0,0,0
INPUT11 = 0,0,0,0,0,0,0,0
We assumed that you have input all 8 numbers, but you need not to do it.
Any alarm coming from Input 1 will generate 1 SMS to GSM 1
Any alarm coming from Input 2 will generate 1 SMS to GSM 1 and 2
Any alarm coming from Input 3 will generate 2 SMS to GSM 1 and 2
Any alarm coming from Input 4 will generate an SMS to GSM 2,3,4,5
Any alarm coming from Input 5 will generate an SMS to GSM 7
Any alarm coming from Input 6 will generate an SMS to GSM 4
Any alarm coming from Input 7 will generate an SMS to all 8 numbers
Any alarm coming from Input 8 will generate no SMS at all
Any alarm coming from Input 9 ( temperature ) will generate 1 SMS to GSM1
Any alarm coming from Input 9 ( AC power) will generate 1 SMS to GSM1
Default is 1,0,0,0,0,0,0,0 for all inputs.
TEL/Input Matrix can be read or written via SMS or commands via RS232 or data call.
This is a new feature that was not available in the TCS 3.0.
|