Page 292
PROFIBUS-Specification-Normative-Parts-5:1997
Copyright by PNO 1997 - all rights reserved
- Number of the channel (for collective alarms)
- Time
- Notification lost
- Acknowledgement successful
4.9 Interface between FMS and LLI
The coupling for the FMS to the Lower Layer Interface (LLI) is specified in this
section. The LLI provides services to the FMS at its interface which serve to
establish and release connections and to transmit data.
4.9.1 Overview of Services
The following services are provided to the FMS:
- Associate (Establishing a connection)
- Abort (Releasing a connection)
- DataTransferConfirmed (Data transmission acknowledged by the user)
- DataTransferAcknowledged (Data transmission acknowledged by LLI)
- DataTransferUnconfirmed (Data transmission without acknowledge)
These services are described by their corresponding service primitives:
- Associate (ASS.req, ASS.ind, ASS.res, ASS.con)
- Abort (ABT.req, ABT.ind)
- DataTransferConfirmed (DTC.req, DTC.ind, DTC.res, DTC.con)
- DataTransferAcknowledged (DTA.req, DTA.ind)
- Data-Transfer-Unconfirmed (DTU.req, DTU.ind)
For more detailed description of the LLI services, their service primitives and
their parameters refer to the Lower Layer Interface.
4.9.2 Mapping of FMS Services on LLI Services
The FMS services are mapped onto the services of the Lower Layer Interface in
the following way:
- The Initiate service is mapped to the Associate service. The parameter data
contains the Initiate PDU.
- The Abort service is mapped directly to the LLI Abort service. No FMS PDU is
generated.
- All confirmed FMS services are mapped to the Data Transfer Confirmed Service
of the LLI. The parameter data contains the corresponding FMS PDU.
- All Unconfirmed FMS services are mapped to the Data Transfer Acknowledged
service of the LLI if the attribute CREL Type of the FMS CRL has the value
true. The parameter Data contains the corresponding FMS PDU.
- All Unconfirmed FMS services are mapped to the Data Transfer Unconfirmed ser-
vice of the LLI if the attribute CREL Type of the FMS CRL has the value fal-
se. The parameter Data contains the corresponding FMS PDU.
- The FMS service Reject is mapped to the Service Primitive DTC.res. The para-
meter Data contains the Reject PDU.