Page 770
PROFIBUS-Specification-Normative-Parts-8:1997
Copyright by PNO 1997 - all rights reserved
error code:
0 reserved
1 FE
2 NE
3 AD
4 EA Meaning of the error codes
5 LE see table 7.
6 RE
7 IP
8 SC
9 SE
10 NE
11 DI
12 to 31 to be defined
These error codes will be directly transferred by means of a response error
frame. All other error codes are implicitly part of the FC of the response frame
or are generated from the local FDL.
The transferred error codes in the response error frame will be delivered from
the DDLM in the parameter Status to the User-Interface.
Table 43. Coding of the PDU (without address extension)
+--------------------+--------------------------------------------+
! Function ! Parameter !
+--------------------+--------------------------------------------+
!Get_Master_Diag.req ! Function_Num,Identifier, !
!Get_Master_Diag.res ! Function_Num,Identifier,Diagnosic_Data !
+--------------------+--------------------------------------------+
! Start_Seq.req ! Function_Num,Area_Code,Timeout !
! Start_Seq.res ! Function_Num,Area_Code,Timeout, !
! ! Max_Len_Data_Unit !
+--------------------+--------------------------------------------+
! Download.req ! Function_Num,Area_Code,Add_Offset, Data !
! Download.res ! Function_Num,Area_Code,Add_Offset !
+--------------------+--------------------------------------------+
! Upload.req ! Function_Num,Area_Code,Add_Offset, Data_Len!
! Upload.res ! Function_Num,Area_Code,Add_Offset, Data !
+--------------------+--------------------------------------------+
! End_Seq.req ! Function_Num !
! End_Seq.res ! Function_Num !
+--------------------+--------------------------------------------+
! Act_Para_Brct.req ! Function_Num,Area_Code !
! ! !
+--------------------+--------------------------------------------+
! Act_Param.req ! Function_Num,Area_Code,Activate !
! Act_Param.res ! Function_Num,Area_Code,Activate !
+--------------------+--------------------------------------------+
Example:
The coding of the PDU of the function DDLM_Download will clarify the coding.
Download(Area_Code 1, Add_Offset 3800 hex, Data (220 Octets))
Download.req PDU:
43H, 01H, 38H, 00H, Octet1, Octet2, .. Octet220