Actions

Difference between revisions of "2-2c. CCTV with data (1) - Event Handler (practice)"

From Zenitel Wiki

 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[File:2-2c exercise.PNG|left|thumb|500px|System configuration]]
 +
<br style="clear:both;" />
  
[[File:2-2c exercise.PNG]]
+
'''Call buttons:'''
 +
* Pressing the call button at the Entrance or at the SOS Point should generate a '''Call Request''' (623 + 101) to the Control Room.
  
Station numbers & names:
+
• 101: Entrance
+
'''CCTV Control:'''
• 102: Gate 1
+
*When a Call Request (= mail) is received at the Control Room, the AlphaCom should send ASCII text on the EDO port 1 to the CCTV system, telling which camera to connect to which monitor.
• 103: Gate 2
+
* The EDO output should be "C1M1" when station 107 is calling, and "C2M1" when station 108 is calling.
• 201: Guard 1
+
* The AlphaCom should be set as a "TCP Server", and TCP port number 4005 should be used for the communication (Hint: Remember to define the port in "Filters" setting).
• 202: Guard 2
+
* Use the software "PuTTY" to verify that the correct data is being transmitted from the AlphaCom (In PuTTY use the Connection type = "Raw").
  
CCTV Control:
+
<br><br><br><br>
• The Entrance makes a Call Request to Guard 1. Gate 1 & 2 make a Call Request to Guard 2
+
 
• When a Call Request is activated the Video Switch should receive ASCII characters telling which camera to connect to which monitor. The output should be on the format: “CxMy CR LF”. (Example: C3M2CRLF, Connect camera 3 to monitor 2, CR=Carriage Return, LF=Line Feed. Use Hyper Terminal to verify)
+
----
 +
 
 +
===Related articles ===
 +
* [[2-2c. CCTV with data (1) - Event Handler (solution)]]
  
  
  
 
[[Category: AlphaCom practice]]
 
[[Category: AlphaCom practice]]

Latest revision as of 16:40, 27 September 2013

System configuration


Call buttons:

  • Pressing the call button at the Entrance or at the SOS Point should generate a Call Request (623 + 101) to the Control Room.


CCTV Control:

  • When a Call Request (= mail) is received at the Control Room, the AlphaCom should send ASCII text on the EDO port 1 to the CCTV system, telling which camera to connect to which monitor.
  • The EDO output should be "C1M1" when station 107 is calling, and "C2M1" when station 108 is calling.
  • The AlphaCom should be set as a "TCP Server", and TCP port number 4005 should be used for the communication (Hint: Remember to define the port in "Filters" setting).
  • Use the software "PuTTY" to verify that the correct data is being transmitted from the AlphaCom (In PuTTY use the Connection type = "Raw").






Related articles