QUESTION:
How can I recognize the type of job from the numeric display in
the diagnostics buffer?
ANSWER:
In the NCM diagnostics buffer of the communications processor,
the entries of the FMS services are displayed in numeric form. This
display identifies the jobs "READ", "WRITE", "REPORT", "STATUS" and
"IDENT". The corresponding assignments are shown in the table
below:
|
Client:
|
FMS service
|
|
#define OPC_OBK_STATUS
|
0x00
|
|
#define OPC_OBK_IDENTIFY
|
0x01
|
|
#define OPC_OBK_READ
|
0x02
|
|
#define OPC_OBK_WRITE
|
0x03
|
|
#define OPC_OBK_REPORT
|
0x04
|
|
Server:
|
FMS service
|
|
# define SPEC_STATUS_SRV
|
0x00u
|
|
# define SPEC_IDENTIFY_SRV
|
0x10u
|
|
# define SPEC_READ_SRV
|
0x20u
|
|
# define SPEC_WRITE_SRV
|
0x30u
|
|
# define SPEC_GET_OV_SRV
|
0x40u
|
|
# define SPEC_INFO_REPORT_SRV
|
0x00u
|
Keywords:
Job ID, Code key, Coding
|