<eka_det.device>

back to index
ZN800 user interface device.

Description

This adds an 'EKA/DET' device that is managed by the EkaDetClient.
Which key is referred by what character can be seen on this website.
To select a button to represent the own station, put an empty string. The short name and station ID for the key for the own station is configured via <zn.station>.
To select a button to represent a neighboring station, the name of the track that leads to that station has to be referenced. This string must be equal to the our_name tag of <zn.foreign_open_track_fields> (or the name tag in <zn.open_track_fields> if automated setup over block wire got implemented).

Example

This defines the serial interface 'COM1' on a windows system for connection to an EKA/DET device. Key 0 is used for the own station, key 1 is used for the station that is reached via the track 'hugo'
<eka_det.device>
	<comport>COM1</comport>
	<key_0></key_0>
	<key_1>hugo</key_1>
</eka_det.device>

Sub tags

Tag Description
<comport>
Type: String
Cardinality: once
Serial port
On a windows system, this can be a serial communication port, like 'COM1', 'COM2', ....

Example

On a Linux system, this can be a device in the '/dev' pseudo directory:
<comport>/dev/ttyUSB0</comport>
<key_0>
Type: String
Cardinality: optional [0..1]
Station key 0
Button at row d, column 7, see description above
<key_1>
Type: String
Cardinality: optional [0..1]
Station key 1
Button at row c, column 7, see description above
<key_2>
Type: String
Cardinality: optional [0..1]
Station key 2
Button at row b, column 7, see description above
<key_3>
Type: String
Cardinality: optional [0..1]
Station key 3
Button at row a, column 7, see description above
<key_4>
Type: String
Cardinality: optional [0..1]
Station key 4
Button at row d, column 6, see description above
<key_5>
Type: String
Cardinality: optional [0..1]
Station key 5
Button at row c, column 6, see description above
<offer>
Type: Offer[]
Cardinality: optional collection [0..N]
Control of buzzer for incoming offer
Trigger and sound pattern for a buzzer inside EKA/DET device
<notify>
Type: Notify[]
Cardinality: optional collection [0..N]
Control of buzzer for incoming notification
Trigger and sound pattern for a buzzer inside EKA/DET device
<accept>
Type: Accept[]
Cardinality: optional collection [0..N]
Control of buzzer for neighbor accepting our train
Trigger and sound pattern for a buzzer inside EKA/DET device
<reject>
Type: Reject[]
Cardinality: optional collection [0..N]
Control of buzzer for neighbor rejecting our train
Trigger and sound pattern for a buzzer inside EKA/DET device
<revoke>
Type: Revoke[]
Cardinality: optional collection [0..N]
Control of buzzer for neighbor revoking his train
Trigger and sound pattern for a buzzer inside EKA/DET device

Generated by ConfigFileDocumentationGenerator Valid HTML 4.01 Transitional