|
|
Line 5: |
Line 5: |
| In AlphaPro,'''Exchange & System''' > '''Events''', create the event below. | | In AlphaPro,'''Exchange & System''' > '''Events''', create the event below. |
| | | |
− | When the ID+M (= subevent 2) call button is pressed (= ON), start a 3 second timer:
| |
| {| | | {| |
| |- | | |- |
Line 20: |
Line 19: |
| |- | | |- |
| |} | | |} |
− | <br>
| |
− |
| |
− | When the ID+M (= subevent 2) call button is released (= OFF), stop the timer:
| |
− | {|
| |
− | |-
| |
− | |width="100pt"|'''Event Owner''':
| |
− | |width="300pt"|The substation
| |
− | |-
| |
− | |'''Event type''': || 30 - Station DAK as RCI
| |
− | |-
| |
− | |'''Subevent''': || 2
| |
− | |-
| |
− | |'''When change to''': || OFF
| |
− | |-
| |
− | |'''When related to''': || N/A
| |
− | |-
| |
− | |'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W0 L9000
| |
− | |-
| |
− | |}
| |
− | <br>
| |
− |
| |
− | If the timer expires, e.g. the button has not been released, make a call to 101:
| |
− | {|
| |
− | |-
| |
− | |width="100pt"|'''Event Owner''':
| |
− | |width="300pt"|The substation
| |
− | |-
| |
− | |'''Event type''': || [[Event Timeout (Event Type)|21 - Event timeout]]
| |
− | |-
| |
− | |'''Subevent''': || 0
| |
− | |-
| |
− | |'''When change to''': || ON
| |
− | |-
| |
− | |'''When related to''': || Directory number: 9000
| |
− | |-
| |
− | |'''Action:''' || [[CALL SETUP|$CALL]] L%1.dir L101
| |
− | |-
| |
− | |}
| |
− | <br><br>
| |
− |
| |
− | If a Call Request should be made, and not a direct call, just substitute the action command ''$CALL L%1.dir L101'' with ''$SM L%1.dir L101''. This will send a call request to station 101.
| |
− |
| |
− | ===M-key Call Button===
| |
− | As an alternative to ID+M, M-key can be used for Delayed Call. Substations are not equipped with M-key, but it is easy to adapt; simply connect a 2K2 resistor across the a- and b-wire when the call button is pressed.
| |
− |
| |
− | In AlphaPro,'''Users & Stations''' > '''Events''', create the events below.
| |
− |
| |
− | When the M-key is pressed (= ON), start a 3 second timer:
| |
− | {|
| |
− | |-
| |
− | |width="100pt"|'''Event Owner''':
| |
− | |width="300pt"|The substation
| |
− | |-
| |
− | |'''Event type''': || [[M-key (Event Type)|31 - M-key]]
| |
− | |-
| |
− | |'''Subevent''': || 1
| |
− | |-
| |
− | |'''When change to''': || ON
| |
− | |-
| |
− | |'''When related to''': || All
| |
− | |-
| |
− | |'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W30 L9000
| |
− | |-
| |
− | |}
| |
− | <br>
| |
− |
| |
− |
| |
− | When the M-key is released (= OFF), stop the timer:
| |
− | {|
| |
− | |-
| |
− | |width="100pt"|'''Event Owner''':
| |
− | |width="300pt"|The substation
| |
− | |-
| |
− | |'''Event type''': || [[M-key (Event Type)|31 - M-key]]
| |
− | |-
| |
− | |'''Subevent''': || 1
| |
− | |-
| |
− | |'''When change to''': || OFF
| |
− | |-
| |
− | |'''When related to''': || All
| |
− | |-
| |
− | |'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W0 L9000
| |
− | |-
| |
− | |}
| |
− | <br>
| |
| | | |
| | | |
− | If the timer expires, e.g. the button has not been released, make a call to 101:
| |
− | {|
| |
− | |-
| |
− | |width="100pt"|'''Event Owner''':
| |
− | |width="300pt"|The substation
| |
− | |-
| |
− | |'''Event type''': || [[Event Timeout (Event Type)|21 - Event timeout]]
| |
− | |-
| |
− | |'''Subevent''': || 0
| |
− | |-
| |
− | |'''When change to''': || ON
| |
− | |-
| |
− | |'''When related to''': || Directory number: 9000
| |
− | |-
| |
− | |'''Action:''' || [[CALL SETUP|$CALL]] L%1.dir L101
| |
− | |-
| |
− | |}
| |
− | <br>
| |
− |
| |
− | == IP substations ==
| |
− | In AlphaPro,'''Users & Stations''' > '''Events''', create the events below.
| |
− |
| |
− | When the call button (Subevent = 1) is pressed (=ON), start a 3 second timer:
| |
− | {|
| |
− | |-
| |
− | |width="100pt"|'''Event Owner''':
| |
− | |width="300pt"|The IP substation
| |
− | |-
| |
− | |'''Event type''': || [[Station DAK key as RCI (Event Type)|30 - Station DAK as RCI]]
| |
− | |-
| |
− | |'''Subevent''': || 1
| |
− | |-
| |
− | |'''When change to''': || ON
| |
− | |-
| |
− | |'''When related to''': || N/A
| |
− | |-
| |
− | |'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W30 L9000
| |
− | |-
| |
− | |}
| |
− | <br>
| |
| | | |
− | When the call button is released (= OFF), stop the timer:
| |
− | {|
| |
− | |-
| |
− | |width="100pt"|'''Event Owner''':
| |
− | |width="300pt"|The IP substation
| |
− | |-
| |
− | |'''Event type''': || 30 - Station DAK as RCI
| |
− | |-
| |
− | |'''Subevent''': || 1
| |
− | |-
| |
− | |'''When change to''': || OFF
| |
− | |-
| |
− | |'''When related to''': || N/A
| |
− | |-
| |
− | |'''Action:''' || [[SET_TIMER|$ST]] L%1.dir W0 L9000
| |
− | |-
| |
− | |}
| |
− | <br>
| |
| | | |
− | If the timer expires, e.g. the button has not been released, make a call to 101:
| |
− | {|
| |
− | |-
| |
− | |width="100pt"|'''Event Owner''':
| |
− | |width="300pt"|The IP substation
| |
− | |-
| |
− | |'''Event type''': || [[Event Timeout (Event Type)|21 - Event timeout]]
| |
− | |-
| |
− | |'''Subevent''': || 0
| |
− | |-
| |
− | |'''When change to''': || ON
| |
− | |-
| |
− | |'''When related to''': || Directory number: 9000
| |
− | |-
| |
− | |'''Action:''' || [[CALL SETUP|$CALL]] L%1.dir L101
| |
− | |-
| |
− | |}
| |
| <br><br> | | <br><br> |
| | | |
| [[Category:Applications]] | | [[Category:Applications]] |