<< Click to Display Table of Contents >>
Enumerations |
Values of ConnectionState enumeration
Value |
Name |
Description |
---|---|---|
0 (zero) |
Unknown |
Unknown initial connection status |
10 |
NoConnected |
Not connected |
20 |
XConnected |
At least one of the configured UniAC[2] integrator modules is not connected |
30 |
AllConnected |
All UniAC[2] integrator modules are connected |
100 |
InternalError |
Internal error |
Values of ResetStatus enumeration
Value |
Name |
Description |
---|---|---|
-1 (minus one) |
Unknown |
Unknown initial status or no valid information available |
0 (zero) |
WaitForRequest |
Waiting for the next reset request. This is the default status of a Section |
1 (one) |
WaitForReset |
Pre-reset properly received and a reset is required. It can occur when a reset procedure PreReset + Reset is configured in a UniAC[2] system |
2 (two) |
WaitForCot |
Proper trigger sequence received and a train passage is required. It can occur when any reset procedure requiring a CoT procedure is configured in a UniAC[2] system |
3 (three) |
NoPrereset |
Received a reset request, but a pre-reset is required first. The reset request is discarded, which can occur when a reset procedure PreReset + Reset is configured in a UniAC[2] system |
4 (four) |
UnexpectedTrigger |
Unexpected trigger received, such as a reset is expected but a pre-reset is received instead |
5 (five) |
TimeoutReset |
A long time waiting for a reset request after receiving a pre-reset request. It can occur when a reset procedure PreReset + Reset is configured in a UniAC[2] system |
6 (six) |
PulseTimeError |
Duration of hardware pulse is too long or too short. It can occur if a pulse reset is issued |
7 (seven) |
TimeoutCot |
A long time waiting for a train passage after a trigger |
8 (eight) |
TimeoutBlockMode |
A long time waiting for a trigger from a remote AXM module. It can occur when the Block mode is used in the configuration of a UniAC[2] system |
9 (nine) |
CotError |
Error during a train passage. It can occur when a CoT procedure is configured in a UniAC[2] system |
10 |
SensorOCC |
A sensor on the track Section is occupied and the request is discarded |
11 |
SensorError |
A sensor on the track Section signals an error and the request is discarded |
12 |
RmtError |
Reset rejected because the remote AXM module signals an error and the request is discarded |
13 |
CommError |
Reset rejected because a communication error occurred and the request is discarded |
14 |
CardError |
Reset rejected because a fatal error occurred and the request is discarded |
15 |
WaitForBlockMode |
Waiting for resetting from the remote side in Block mode. It can occur when the Block mode is used in a UniAC[2] system |
16 |
StatMrReject |
A Master Reset request is rejected by the Slave Section. It can occur when a Master Reset request is used in a UniAC[2] system |
Values of OccState enumeration
Value |
Name |
Description |
---|---|---|
0 (zero) |
Unknown |
Unknown initial status or no valid information about the Section is available |
1 (one) |
OCC |
Occupied |
2 (two) |
OccAndWaitForCot |
Occupied. A train passage is required to change the status to FREE |
3 (three) |
FREE |
Not occupied |
100 |
InternalError |
Internal error |
101 |
InvalidIndex |
Invalid index or identifier |
Values of ResetExecutionResult enumeration
Value |
Name |
Description |
---|---|---|
0 (zero) |
ResetAccepted |
Reset command accepted for execution |
1 (one) |
SectionDoesNotExist |
The provided Section identifier does not exist in the current system configuration |
2 (two) |
CommunicationIssues |
Command cannot be executed because currently there is a communication problem with the integrator module responsible for a certain Section |
100 |
InternalError |
Internal error |
101 |
InvalidIndex |
Invalid index or identifier |