Page 341
PROFIBUS-Specification-Normative-Parts-6:1997
Copyright by PNO 1997 - all rights reserved
5.3.5 TerminatePutOD
TerminatePutOD-Request ::= NULL
TerminatePutOD-Response ::= NULL
5.4 Context Management
5.4.1 AccessControl
Accesscontrol ::= BIT STRING {
Password_Bit1 (7),
Password_Bit2 (6),
Password_Bit3 (5),
Password_Bit4 (4),
Password_Bit5 (3),
Password_Bit6 (2),
Password_Bit7 (1),
Password_Bit8 (0),
Access_Groups-1 (15),
Access_Groups-2 (14),
Access_Groups-3 (13),
Access_Groups-4 (12),
Access_Groups-5 (11),
Access_Groups-6 (10),
Access_Groups-7 (9),
Access_Groups-8 (8)
}
-- The Password (Unsigned8) is encoded as a bit string. The
-- mapping of the Data Type unsigned8 to the specified bit
-- number is defined according to unsigned definition.
5.4.2 Initiate
Initiate-RequestPDU ::= SEQUENCE {
version-od_calling [0] IMPLICIT Integer16,
profile-number_calling [1] IMPLICIT OCTET STRING,
access-protection-supported_calling [2] IMPLICIT BOOLEAN,
password_and_access-groups_calling [3] IMPLICIT Accesscontrol,
max-pdu-sending-high-prio_calling [4] IMPLICIT Unsigned8,
max-pdu-sending-low-prio_calling [5] IMPLICIT Unsigned8,
max-pdu-receiving-high-prio_calling [6] IMPLICIT Unsigned8,
max-pdu-receiving-low-prio_calling [7] IMPLICIT Unsigned8,
fms-features-supported_calling [8] IMPLICIT BIT STRING
-- Encoding according
-- to context management definition
}
Initiate-ResponsePDU ::= SEQUENCE {
version-od_called [0] IMPLICIT Integer16,
profile-number_called [1] IMPLICIT OCTET STRING,
access-protection-supported_called [2] IMPLICIT BOOLEAN,
password_and_access-groups_called [3] IMPLICIT Accesscontrol
}