Actions

Difference between revisions of "Tamper switch"

From Zenitel Wiki

(Tamper alarm for multiple (or all) stations)
 
(46 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{APS}}[[file:1008091010.png|200px|thumb|Tamper Switch<br>(100 8091 010)]]
+
{{AEIPS}}
== Configuration ==
+
The [[IPVRS-1|IP Vandal Resistant Substation]] can be fitted with a tamper switch, making it possible to raise an alarm if the station is tampered with.
Create this event for the Tamper Switch:
+
[[file:1008091010.png|200px|thumb|Tamper Switch<br>(1008091010)|alt=]]
[[file:TamperSwitchEvent.png|500px|thumb|Tamper Switch configuration]]
+
 
 +
==ICX-AlphaCom configuration==
 +
In the configuration example below a text message with high priority is sent to the guard station when a station is tampered with.
 +
 
 +
Other [[:category:Event Handler|action commands]] can of course be used to create the desired reporting of tamper alarms.
 +
 
 +
=== Tamper alarm for a single station ===
 +
In [[AlphaPro]], create the below event, setting the substation as the event owner:
 +
[[file:TamperAlarmOne.PNG|700px|thumb|left|Send a text message to guard station 234 when tamper alarm is triggered at station 116.]]
 +
<br style="clear:both;" />
 +
 
 +
{{code2|
 +
$STM L116 L234 U145 'TAMPER CELL F2' U4
 +
}}
 +
 
 +
* [[SEND TXT MAIL|$STM]] - Send Text Message command
 +
* L116 - Send from station 116
 +
* L234 - Send to station 234
 +
* U145 - Priority level 145
 +
* 'TAMPER CELL F2' - Text to show in the display of the receiver (Here 234)
 +
* U4 - Show the message in idle (no need to dial 70 to read the message)
 +
 
 +
<br>
 +
 
 +
=== Tamper alarm for multiple (or all) stations ===
 +
In [[AlphaPro]], create the event below, and configure an [[UDP group]] as event owner (UDP group 8 is by default all stations):
 +
[[file:TamperAlarmMany.PNG|700px|thumb|left|Send a text message to guard station 101 when tamper alarm is triggered at any station.]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
== Mounting ==
+
{{code2|
Mounting instruction on Tamper Switch for [[IP Vandal Resistant Substation TKIE]]
+
$STM L%1.dir L101 U145 'TAMPER %1.nam' U4
 +
}}
 +
 
 +
* $STM - Send Text Message command
 +
* L%1.dir - The number of the sender
 +
* L101 - Send to station 101 (Change this number if you want to send to a different station)
 +
* U145 - Priority level 145
 +
* 'TAMPER %1.nam' - Display "TAMPER" + the name of the sender
 +
* U4 - Show the message in idle (no need to dial 70 to read the message)
 +
 
 +
<br>
 +
 
 +
==Mounting==
 +
Mounting instruction on Tamper Switch for [[IPVRS-1]]
  
 
'''Step 1:''' Remove the two nylon nuts shown below
 
'''Step 1:''' Remove the two nylon nuts shown below
Line 29: Line 68:
 
[[File:Tamper6.png|500px|thumb|left]]
 
[[File:Tamper6.png|500px|thumb|left]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
 +
== Troubleshooting ==
 +
=== Verify that I/O number 3 is set as an input ===
 +
The IP Substation must have I/O number 3 defined as an input (default).
 +
[[file:TamperSwitchWeb.png|700px|thumb|left|Advanced AlphaCom -> I/O Settings]]
 +
<br style="clear:both;" />
 +
 +
==Related Information==
 +
* [http://www.zenitel.com/product/tamper-switch-vandal-resistant-substation-tkie Additional Documentation on Zenitel.com]
  
 
[[Category: Turbine Backboxes and accessories]]
 
[[Category: Turbine Backboxes and accessories]]

Latest revision as of 13:05, 8 June 2023

AEIPS.png

The IP Vandal Resistant Substation can be fitted with a tamper switch, making it possible to raise an alarm if the station is tampered with.

Tamper Switch
(1008091010)

ICX-AlphaCom configuration

In the configuration example below a text message with high priority is sent to the guard station when a station is tampered with.

Other action commands can of course be used to create the desired reporting of tamper alarms.

Tamper alarm for a single station

In AlphaPro, create the below event, setting the substation as the event owner:

Send a text message to guard station 234 when tamper alarm is triggered at station 116.


Action commands:

$STM L116 L234 U145 'TAMPER CELL F2' U4


  • $STM - Send Text Message command
  • L116 - Send from station 116
  • L234 - Send to station 234
  • U145 - Priority level 145
  • 'TAMPER CELL F2' - Text to show in the display of the receiver (Here 234)
  • U4 - Show the message in idle (no need to dial 70 to read the message)


Tamper alarm for multiple (or all) stations

In AlphaPro, create the event below, and configure an UDP group as event owner (UDP group 8 is by default all stations):

Send a text message to guard station 101 when tamper alarm is triggered at any station.


Action commands:

$STM L%1.dir L101 U145 'TAMPER %1.nam' U4


  • $STM - Send Text Message command
  • L%1.dir - The number of the sender
  • L101 - Send to station 101 (Change this number if you want to send to a different station)
  • U145 - Priority level 145
  • 'TAMPER %1.nam' - Display "TAMPER" + the name of the sender
  • U4 - Show the message in idle (no need to dial 70 to read the message)


Mounting

Mounting instruction on Tamper Switch for IPVRS-1

Step 1: Remove the two nylon nuts shown below

Tamper1.png


Step 2: Attach the supplied spacers

Tamper2.png


Step 3: Mount the tamper switch board

Tamper3.png


Step 4: Move the button GND wire from the the TKIE board to the tamper switch board

Tamper4.png


Tamper5.png


Step 5: Use the supplied wires to connect GND and Input 3 as shown below

Tamper6.png


Troubleshooting

Verify that I/O number 3 is set as an input

The IP Substation must have I/O number 3 defined as an input (default).

Advanced AlphaCom -> I/O Settings


Related Information