Sos3 Index052 - Subset-058 v320
Sos3 Index052 - Subset-058 v320
Sos3 Index052 - Subset-058 v320
FFFIS STM
Application Layer
REF : SUBSET-058
ISSUE : 3.2.0
DATE : 2015-12-16
ANSALDO
AZD
BOMBARDIER
CAF
SIEMENS
THALES
6.1.4.15
WG-72 chapter updated
2.2.0 7 WG-30 references in packets J.Sukup
updated, relevant states added (AZD)
8. VARIABLES ................................................................................................................................. 72
8.1.1 D_EST .......................................................................................................................................................................... 72
8.1.2 D_ESTODO_BG ........................................................................................................................................................... 72
8.1.3 D_MAX .......................................................................................................................................................................... 72
8.1.4 D_MIN ........................................................................................................................................................................... 73
8.1.5 D_RES .......................................................................................................................................................................... 73
8.1.6 D_STMSYS ................................................................................................................................................................... 73
8.1.7 D_TARGET ................................................................................................................................................................... 73
8.1.8 L_CAPTION .................................................................................................................................................................. 74
8.1.9 L_MESSAGE ................................................................................................................................................................ 74
8.1.10 L_PACKET ............................................................................................................................................................... 74
8.1.11 L_TEXT .................................................................................................................................................................... 74
8.1.12 L_VALUE.................................................................................................................................................................. 75
8.1.13 M_BIEB_CMD .......................................................................................................................................................... 75
8.1.14 M_BIEB_STATUS .................................................................................................................................................... 75
3.1.1.3 The boundary to higher layer is the application processes within the STM and the
ERTMS/ETCS on-board.
Message Body
Header
Application Layer with Packets
Com- Time
Safe Time Layer mand Stamp
Explicit Com-
Safe Link Layer mand CRC
Header
4.1 References
6.1.1 Introduction
6.1.1.1 The FFFIS STM language is used for transmitting information over the Profibus link
between the STM and the ERTMS/ETCS on-board functions.
6.1.1.2 The FFFIS STM language is based on variables, packets, and messages (variables
are described in §6.1.2, packets are described in §6.1.3, and messages are described
in §6.1.3.18).
6.1.2.1 Variables shall be used to encode single data values. Variables cannot be splitted in
minor units. The whole variable has one type (meaning).
6.1.2.2 Variables may have special values, which are related to the basic meaning of the
variable.
6.1.2.5 Names of variables are unique. A variable is used in context with the meaning as
described in the variable definition. Variables with different meanings have different
names.
6.1.2.7 One bit variables (Boolean) shall always use 0 for false and 1 for true.
6.1.2.8 Offsets for numerical values shall be avoided (0 shall be used for 0, 1 for 1, etc.)
except where justified.
6.1.2.9 When transmitting, the most significant bit must be transmitted first.
6.1.2.13 Reserved values and spare values for variables shall not be used.
6.1.3.1 Packets are multiple variables grouped into a single unit, with a defined internal
structure.
6.1.3.2 This structure consists of a unique packet number, the length of the packet in bits and
an information section containing a defined set of variables. The packet structure is
defined as follows:
6.1.3.3 The data element transmission order shall respect the order of data elements listed in
the packet definition (from top to bottom).
6.1.3.4 The packet length (number of bits) shall be the length in bits of the whole packet. It
shall take into account the following variables NID_PACKET and L_PACKET plus all
other packet variables length as well as iterations for its value computation.
6.1.3.5 All currently not defined packet identifiers are reserved for future use. All future packet
definitions shall follow the above-defined structure.
6.1.3.6 The sender of a packet shall ensure that the packet length will fit within one message.
6.1.3.7 The variable N_ITER in a packet shall specify the number of iterations of a variable or
group of variables, which follow.
6.1.3.8 If N_ITER is 0 then no variable(s) which belong to the iteration given by N_ITER shall
follow.
6.1.3.9 The variable N_LITER in a packet shall specify the number of iterations of a variable or
group of variables, which follow.
6.1.3.10 If N_LITER is 0 then no variable(s) which belong to the iteration given by N_LITER
shall follow.
6.1.3.12 The variable L_CAPTION in a packet shall specify the number of bytes in a data label,
button label, or indicator label.
6.1.3.13 The variable L_VALUE in a packet shall specify the number of bytes in a data value.
6.1.3.15 The variable L_TEXT in a packet shall specify the number of bytes in a text string.
6.1.3.17 If, depending on the value of a previous qualifier variable in the packet, a variable is
optional, it is written indented in the packet definition.
6.1.3.18 If the full ETCS packet 44 to transmit through packet STM-45 is not composed of an
integer number of bytes, padding shall be added at the end of the last iteration of
M_DATA(k) within this packet.
6.1.4.1 A message is the whole application data transmitted at a given time on the interface
between an ERTMS/ETCS on-board function and an STM or between an STM and an
ERTMS/ETCS on-board function.
6.1.4.2 The message shall have the format as defined in Figure 2: Application message
detailed structure.
6.1.4.3 The data element transmission order shall respect the order of data elements listed in
the message format (from top to bottom).
6.1.4.4 The sender of messages shall transmit the messages in a chronological way. The first
transmitted message shall be the oldest.
6.1.4.5 Messages belonging to the same ERTMS/ETCS on-board function shall be treated by
the receiver in the order of their reception.
6.1.4.6 The message header shall be composed of the NID_STM and the L_MESSAGE
variables.
6.1.4.7 The NID_STM in the message header shall indicate the STM, which is the receiver or
transmitter of the message.
6.1.4.8 The message header shall be part of the message at every transmission.
6.1.4.9 The message header shall be the same for all connections to ERTMS/ETCS on-board
functions in both directions (from STM to ERTMS/ETCS function and from
ERTMS/ETCS function to STM).
6.1.4.11 It shall be forbidden to send more instances of the same packet type in the same
message.
6.1.4.11.1 Exception 1: It shall be possible that a message contains several ETCS airgap
messages for STM (packet STM-45).
6.1.4.11.3 Exception 3: It shall be possible that a message contains several 'Delete text message'
(packet STM-39)
6.1.4.11.6 Exception 4: It shall be possible that a message contains several STM information to
Juridical Data Function (packet STM-161)
6.1.4.13 The receiver of a message shall process the packets of this message in a way that the
result is the same as if each packet has been processed separately in the received
order.
6.1.4.14 Packets within a message depend on what has to be transmitted according to the
requirements in [4].
6.1.4.15 The message shall be completed by arbitrary padding bits to have the whole message
length to be byte aligned for transmission through the safety layers. (See [5] and [6]).
6.1.4.16 Transmission of non standard packets (i.e. packets which are not described in this
document, but whose numbers are within the allocated range of non standard packets,
see NID_PACKET definition): in case a message includes such non standard
packet(s) unknown to the receiver, the non standard packet(s) shall be ignored and the
message shall not be rejected.
7.2.8 Packet STM-16: Transition variables STM max speed from STM
Subset-035 Ref. §5.2.7.8, 8.6.1.2, 10.12.1.1, 10.12.1.2, 10.12.1.3, 10.12.1.6, 10.12.2.1,
10.12.2.2, 10.12.2.3¨
Allowed to send HS
in state
Description Transmit to the ERTMS/ETCS on-board the STM max speed.
Direction of From STM to ERTMS/ETCS on-board function
information
Content Variable Length Comment
NID_PACKET 8 Packet identifier
Value = 16
L_PACKET 13 Packet length
V_STMMAX 7 STM max speed
Description Indicates the start and stop of BTM alarms and if a Big Metal Mass track
condition has been announced in case of BTM alarm
7.8.1 Packet STM-128: STM emergency and service brake command to brake
interface
Subset-035 Ref. §5.2.5.1, 10.3.3.3, 10.3.3.4, 10.3.3.6, 10.7.3.9, 11.1.1.3
Allowed to send in DA
state
Description Transmission of the STM EB and SB command to the brake interface.
Direction of From STM to ERTMS/ETCS on-board function
information
Content Variable Length Comment
NID_PACKET 8 Packet identifier
Value = 128
L_PACKET 13 Packet length
M_BIEB_CMD 2 EB command
M_BISB_CMD 2 SB command
8.1.1 D_EST
Name Estimated value of a measured distance
Description Signed estimated value of a measured distance provided by the odometer to STM.
Coded as two’s complement
32 bits - 2 147 483 648 cm + 2 147 483 647 cm Signed, unit 1 cm.
Special/Reserved Values
8.1.2 D_ESTODO_BG
Name Estimated distance reference of the balise group
Description Signed value of the estimated distance given from the ERTMS/ETCS on-board Odometer Function
(D_EST) at the location reference of the balise group, which transmitted the airgap message included
within this packet, or the LRBG of the message if it was received by radio.
Coded as two’s complement
Special/Reserved Values
8.1.3 D_MAX
Name Upper bound of the confidence interval of a measured distance
Description D_MAX is defined as the most positive position of the vehicle in the vehicle coordinate system at the
time given in the odometer packet, with all over- and under-reading amounts accumulated since the last
reset of the odometry.Coded as two’s complement.
32 bits - 2 147 483 648 cm + 2 147 483 647 cm Signed, unit 1 cm.
Special/Reserved Values
32 bits - 2 147 483 648 cm + 2 147 483 647 cm Signed, unit 1 cm.
Special/Reserved Values
8.1.5 D_RES
Name Distance resolution
Description Current distance resolution included in the odometer data transmitted from the ERTMS/ETCS on-board
Odometer Function to the STMs.
Special/Reserved Values
8.1.6 D_STMSYS
Name STM system distance
Description Distance to beginning of STM system speed area measured from the level transition border.
15 bits 0m 327.670 Km 10 m
Special/Reserved Values
8.1.7 D_TARGET
Name Target distance
Description Target distance
6 bits 1 63 1 byte
8.1.9 L_MESSAGE
Name Message length
Description L_MESSAGE indicates the length of the message in bytes, including all packets and all variables
defined in the message header (NID_STM and L_MESSAGE also).
8.1.10 L_PACKET
Name Packet length
Description L_PACKET indicates the length of the transmitted packet in bits, including NID_PACKET, L_PACKET,
Q_SCALE (if included) and all other packet variables.
8.1.11 L_TEXT
Name Length of text string in bytes
Description L_TEXT defines the length of a text string (L_TEXT * X_TEXT)
Additional restrictions for maximum allowed length are specified in the respective packet.
Additional restrictions for maximum length in character in UTF-8 coding are found in [4] chapter 15.
8.1.13 M_BIEB_CMD
Name Emergency brake command
Description Information telling if the emergency brake must be applied or not.
2 bits
8.1.14 M_BIEB_STATUS
Name Emergency brake availability status
Description Information telling if the emergency brake is failed, available or not.
2 bits
2 bits
8.1.16 M_BISB_STATUS
Name Service brake availability status
Description Information telling if the service brake is failed, available or not.
2 bits
8.1.17 M_BRAKE_PERCENTAGE_STM
Name Brake percentage
Description Information telling actual brake percentage value
8 bits 0 250
10 bits
Special/Reserved Values 0xxxxxxxxx Not displayed (Note: This allow to “removing” a button from display.)
10xxxxxxxx Button Normal flashing (only relevant in case "Button Slow flashing" or
"Button Fast flashing" is transmitted in the same variable).
11xxxxxxxx Button Counterphase flashing (only relevant in case "Button Slow flashing"
or "Button Fast flashing" is transmitted in the same variable).
1x00xxxxxx Button No flashing
1x01xxxxxx Button Slow flashing
1x10xxxxxx Button Fast flashing
1x11xxxxxx Reserved
1xxx000xxx Dark blue button background
1xxx001xxx White button background
1xxx010xxx Red button background
1xxx011xxx Blue button background
1xxx100xxx Green button background
1xxx101xxx Yellow button background
1xxx110xxx Light red button background
1xxx111xxx Light green button background
1xxxxxx000 Black text label
1xxxxxx001 White text label
1xxxxxx010 Red text label
1xxxxxx011 Blue text label
1xxxxxx100 Green text label
1xxxxxx101 Yellow text label
1xxxxxx110 Light red text label
1xxxxxx111 Light green text label
3 bits
5 Orange
6 Red
7 Reserved
8.1.20 M_COLOUR_PS
Name Colour for permitted speed
Description Colour of permitted speed indication for speed supervision
Definition of these colours is identical to the one provided in [10].
3 bits
6 Red
7 Reserved
3 bits
5 Orange
6 Red
7 Reserved
8.1.22 M_COLOUR_SP
Name Colour for speed pointer
Description Colour of speed pointer for speed supervision
Definition of these colours is identical to the one provided in [10].
3 bits
6 Red
7 Reserved
3 bits
5 Orange
6 Red
7 Reserved
8.1.24 M_DATA
Name Data
Description Data to be transmitted transparently.
8 bits 0 255
Special/Reserved Values
8.1.25 M_DATAENTRYFLAG
Name Specific NTC Data Entry flag
Description It is sent before sending the first packet of ETCS Train Data, with the value START, and after finishing
or aborting the Specific NTC Data Entry, with the value STOP.
1 bit
10 bits
Special/Reserved Values 0xxxxxxxxx Not displayed (Note: This allow to “removing” an indicator from display.)
10xxxxxxxx Indicator Normal flashing (only relevant in case "indicator slow flashing" or
"Indicator Fast flashing" is transmitted in the same variable).
11xxxxxxxx Indicator Counterphase flashing (only relevant in case "indicator slow
flashing" or "Indicator Fast flashing" is transmitted in the same variable).
1x00xxxxxx Indicator No flashing
1x01xxxxxx Indicator Slow flashing
1x10xxxxxx Indicator Fast flashing
1x11xxxxxx Reserved
1xxx000xxx Dark blue indicator background
1xxx001xxx White indicator background
1xxx010xxx Red indicator background
1xxx011xxx Blue indicator background
1xxx100xxx Green indicator background
1xxx101xxx Yellow indicator background
1xxx110xxx Light red indicator background
1xxx111xxx Light green indicator background
1xxxxxx000 Black text label
1xxxxxx001 White text label
1xxxxxx010 Red text label
1xxxxxx011 Blue text label
1xxxxxx100 Green text label
1xxxxxx101 Yellow text label
1xxxxxx110 Light red text label
1xxxxxx111 Light green text label
4 bits
2 Staff Responsible
3 Shunting
4 Unfitted
5 Sleeping
6 Stand By
7 Trip
8 Post Trip
9 System Failure
10 Isolation
11 Non Leading
12 Limited Supervision
13 National System
14 Reversing
15 Passive Shunting
8.1.29 M_TESTOK
Name STM Test result
Description Indicates the result of the STM Test
1 bit
2 bits
Special/Reserved Values 00 Fail state (information not received from Train Interface)
01 Cab A active
10 Cab B active
11 No cab active
8.1.31 M_TIDIR_STATUS
Name Direction handle train interface status
Description Information defining the position of the driver direction handle.
3 bits
8.1.32 M_TIEDCBEB_CMD
Name Train interface for Eddy Current Brake for Emergency Brake command
Description Information telling if the eddy current brake system use is allowed for Emergency Brake command or
not.
2 bits
2 bits
8.1.34 M_TIEDCBEB_CMD_AVAIL
Name Train interface for Eddy Current Brake for Emergency Brake command availability
Description Boolean information telling if the eddy current brake system for Emergency Brake command is available
or not.
1 bit
Special/Reserved Values 0 Eddy current brake system for Emergency Brake command is not available
1 Eddy current brake system for Emergency Brake command is available
8.1.35 M_TIEDCBSB_CMD_AVAIL
Name Train interface for Eddy Current Brake for Service Brake command availability
Description Boolean information telling if the eddy current brake system for Service Brake command is available or
not.
1 bit
Special/Reserved Values 0 Eddy current brake system for Service Brake command is not available
1 Eddy current brake system for Service Brake command is available
8.1.36 M_TIFLAP_CMD
Name Air tightness/Flap control train interface command
Description Information for opening or closing the Flap control (air conditioning).
2 bits
1 bits
8.1.38 M_TIMS_CMD
Name Main switch/Circuit breaker train interface command
Description Information for closing or opening the Main switch.
2 bits
8.1.39 M_TIMS_CMD_AVAIL
Name Main switch/Circuit breaker train interface command availability
Description Boolean information telling if the Main switch/Circuit breaker system command is available or not.
1 bits
8.1.40 M_TIMSH_CMD
Name Magnetic brake system train interface command
Description Information telling if the magnetic brake system use is allowed or not.
2 bits
1 bits
8.1.42 M_TIPANTO_CMD
Name Pantograph train interface command
Description Information for lifting or lowering a pantograph.
2 bits
8.1.43 M_TIPANTO_CMD_AVAIL
Name Pantograph train interface command availability
Description Boolean information telling if the Pantograph system command is available or not.
1 bits
8.1.44 M_TIRB_CMD
Name Regenerative brake train interface command
Description Information telling if the regenerative brake system use is allowed or not.
2 bits
1 bits
8.1.46 M_TITR_C_CMD
Name Traction cut off train interface command
Description Information for cutting the traction power.
2 bits
8.1.47 M_TITR_C_CMD_AVAIL
Name Traction cut-off train interface command availability
Description Boolean information telling if the Traction cut-off system command is available or not.
1 bits
8.1.48 M_TITR_STATUS
Name Traction status on Train Interface
Description Information defining if the traction power is on or off.
2 bits
Special/Reserved Values 00 Fail status (information not received from Train Interface)
01 Traction off
10 Traction on
11 Spare
8 bits 0 254
8.1.50 M_XATTRIBUTE
Name Text message attribute
Description Specifies group, flashing mode, text & background colour for text messages.
10 bits
Special/Reserved Values
8.1.52 N_VERMINOR
Name FFFIS STM version minor number Y
Description
Special/Reserved Values
8.1.53 N_ADDR_BI
Name Address of BIU Function
Description Declares at what address the BIU Function is allocated.
7 bits 0 19
8.1.54 N_ADDR_DMI_CHANNEL1
Name Address of DMI channel 1
7 bits 0 19
7 bits 0 19
8.1.56 N_ADDR_DMI_CHANNEL3
Name Address of DMI channel 3
Description Declares at what address the DMI channel 3 is allocated.
7 bits 0 19
8.1.57 N_ADDR_DMI_CHANNEL4
Name Address of DMI channel 4
Description Declares at what address the DMI channel 4 is allocated.
7 bits 0 19
8.1.58 N_ADDR_JD
Name Address of JD Function
Description Declares at what address the JD Function is allocated.
7 bits 0 19
7 bits 0 19
8.1.60 N_ADDR_TI
Name Address of TIU Function
Description Declares at what address the TIU Function is allocated.
7 bits 0 19
8.1.61 N_LITER
Name Number of iterations of a data set following this variable in a packet
Description If 0 then no data set is following. Two nested levels of iterations can exist.
Special/Reserved Values
8.1.62 NID_ANTENNA_BTM
Name Valid Antenna/BTM ID
Description Identifier of the Antenna/BTM that is currently active on Interface ‘K’.
2 bits
5 bits 1 24
1 F8 F8
2 F9 F9
3 F10 C2
4 H2 C3
5 H3 C4
6 H4 C5
7 Reserved C6
8 Reserved G1
9 Reserved G2
10 Reserved G3
11 Reserved G4
12 Reserved G5
13 Reserved G6
14 Reserved G7
15 Reserved G8
16 Reserved G9
17 Reserved G10
8.1.64 NID_BUTTON
Name Button Identifier
Description The button identifier is used to change the state of buttons and to move or remove them. The button
identifier is also used to transmit the buttons events to the STM. If the customisable DMI service is used,
it is also used to retrieve the configurable properties of the button.
8 bits 0 255
Special/Reserved Values
8 bits 0 255
Special/Reserved Values
8.1.66 NID_DMICHANNEL
Name DMI channel Identifier
3 bits
1 DMI channel 1
2 DMI channel 2
3 DMI channel 3
4 DMI channel 4
5-7 Reserved
16 bits (2 characters)
8 bits 1 255
8.1.69 NID_INDICATOR
Name Indicator Identifier
Description The indicator identifier is used to change the state of the indicators and to move or remove them. If the
customisable DMI service is used, it is also used to retrieve the configurable properties of the indicator.
8 bits 0 255
Special/Reserved Values
5 bits 1 24
2 B4
3 B5
5 C2
6 C3
7 C4
8 C5
9 C6
10 G1
11 G2
12 G3
13 G4
14 G5
15 G6
16 G7
17 G8
18 G9
19 G10
8.1.71 NID_PACKET
Name Packet Identifier
Description This is used in each packet, allowing the receiving equipment to identify the data, which follows.
8.1.72 NID_SOUND
Name Sound Identifier
Description Specifies wave file to use for playing sound in case of customisable DMI service.
In case of unified DMI service only used to stop a sound.
8 bits 1 255
8.1.73 NID_STM
Name STM identity
Description Each value of this variable represents the identifier of a Specific Transmission Module.
Values are equal to NID_NTC values, allocated according to the rule defined in [4], chapter 4.1.1.1.
8 bits 0 254
4 bits
8.1.75 NID_STMSTATEORDER
Name STM state order
Description Tell the STM state ordered by the ERTMS/ETCS on-board
4 bits
4 bits
8.1.77 NID_TEST
Name STM Test Identity
Description Enables to identify the type of test that the STM requests.
Its meaning is supplier-specific.
8 bits 0 255
Special/Reserved Values
8.1.78 NID_XMESSAGE
Name Text message Identifier
Description Text message Identifier for deletion and acknowledgement of a text message.
Special/Reserved Values
1 bit Boolean
8.1.80 Q_ADDR_BI
Name Safety level of Brake Interface connection
Description Declares the highest safety level for the connection to the function at the address N_ADDR_BI.
2 bits
8.1.81 Q_ADDR_DMI_CHANNEL1
Name Safety level of DMI channel 1 connection
Description Declares the highest safety level for the connection to the function at the address
N_ADDR_DMI_CHANNEL1.
2 bits
2 bits
8.1.83 Q_ADDR_DMI_CHANNEL3
Name Safety level/Availability of DMI channel 3 connection
Description Declares the highest safety level for the connection to the function at the address
N_ADDR_DMI_CHANNEL3 or if the function is not available.
2 bits
8.1.84 Q_ADDR_DMI_CHANNEL4
Name Safety level/Availability of DMI channel 4 connection
Description Declares the highest safety level for the connection to the function at the address
N_ADDR_DMI_CHANNEL4 or if the function is not available.
2 bits
2 bits
8.1.86 Q_ADDR_ODO
Name Safety level of Odometer connection
Description Declares the highest safety level for the connection to the function at the address N_ADDR_ODO.
2 bits
8.1.87 Q_ADDR_TI
Name Safety level of Train Interface connection
Description Declares the highest safety level for the connection to the function at the address N_ADDR_TI.
2 bits
1 bit
8.1.89 Q_BMM_ANNOUNCED
Name Big Metal Mass announced
Description Indicates if the train antenna is within a Big Metal Mass track condition
1 bit
8.1.90 Q_BTM_ALARM
Name BTM alarm
Description Status of the BTM alarm
1 bit
8.1.91 Q_BUTTON
Name Button Event
Description Qualifier for the button event
1 bit
1 bit
8.1.93 Q_DATAENTRY
Name Need for Specific NTC Data Entry
Description Qualifier indicating if the STM needs Specific NTC Data or not
1 bit
8.1.94 Q_DISPLAY_IS
Name Display mode for intervention speed
Description Display mode for intervention speed
2 bits
2 bits
8.1.96 Q_DISPLAY_RS
Name Display mode for Release Speed
Description Display mode for release speed supervision information
2 bits
8.1.97 Q_DISPLAY_TD
Name Display mode for Target Distance
Description Display mode for target distance supervision information
2 bits
2 bits
8.1.99 Q_FOLLOWING
Name Indicate a following request
Description Due to the possible length of an STM request for Specific NTC Data, this qualifier is used to indicate to
the ERTMS/ETCS on-board whether the request for Specific NTC Data is composed of several STM-
179 packets or not.
It shall also be used for the Specific NTC data View values to indicate to the ERTMS/ETCS on-board
whether it is composed of several STM-183 packets or not.
1 bit
Special/Reserved Values 0 No following packet to be managed together with the current one.
1 There is a following packet to be managed together with the current one.
8.1.100 Q_OVR_STATUS
Name ETCS Override status
Description Indicate to all STMs that an override has been triggered
1 bits
2 bits
8.1.102 T_BUTTONEVENT
Name Time stamping of a button event
Description Local Reference Time of the button event as specified in [5], chapter 3.4.8
Special/Reserved Values
8.1.103 T_EB_MAXDELAY
Name Brake interface maximum emergency brake command issue time
Description This is the maximum processing of the STM brake command by the ERTMS/ETCS on-board BIU
Function. This is the time from the moment the BIU Function receives the STM command on the
Profibus and the time the brake command is issued on the Train Interface.
8.1.104 T_JD
Name Time stamping of a JD message
Description Local Reference Time when the data sent to the JD was valid as specified in [5], chapter 3.4.8
Special/Reserved Values
Special/Reserved Values
8.1.106 T_ODOCYCLE
Name Typical cycle time of ERTMS/ETCS on-board Odometer Function
Description
Special/Reserved Values
8.1.107 T_ODOMAXPROD
Name Maximum production delay time
Description Refer to [4] §12.4.1.4
8.1.108 T_SB_MAXDELAY
Name Brake interface maximum service brake command issue time
Description This is the maximum processing of the STM brake command by the ERTMS/ETCS on-board BIU
Function. This is the time from the moment the BIU Function receives the STM command on the
Profibus and the time the brake command is issued on the Train Interface.
8.1.110 V_EST
Name Estimated value of a measured speed
Description Signed estimated value of a measured speed provided by the odometer to STM. Coded as two’s
complement .
Special/Reserved Values
8.1.111 V_INTERV
Name Intervention speed
Description
8.1.112 V_MAX
Name Upper bound of the functional confidence interval of a measured speed
Description Signed value of the upper bound of the functional confidence interval of a measured speed provided by
the odometer to STM. Coded as two’s complement .
Special/Reserved Values
Special/Reserved Values
8.1.114 V_PERMIT
Name Permitted speed
Description
8.1.115 V_RELEASE
Name Release speed
Description
8.1.116 V_STMMAX
Name STM max speed
Description
8.1.118 V_TARGET
Name Target speed
Description
8.1.119 X_CAPTION
Name Caption text byte
Description Byte of bytestring used for caption text of button, indicator and data.
Encoded in UTF-8 according to [9] with 1 or 2 bytes.
8 bits 0 255
Special/Reserved Values
8.1.120 X_TEXT
Name Text byte
Description Byte of bytestring used for text message string.
Encoded in UTF-8 according to [9] with 1 or 2 bytes.
8 bits 0 255
Special/Reserved Values
8 bits 0 255
Special/Reserved Values