PMS confirmation command (TSX IBX/IBY 100 modules, minimum version: V3.0)
(Original Document)
Syntax
A command is sent using the SEND_REQ  communication function:
SEND_REQ(ADDR('r.m.0'), 16#0031, %KWi:3, %MWk:4, %MWj:L)
The following table describes the various parameters of the function.
Parameter
Description
ADDR('r.m.0')
Address of the destination entity of the exchange.
  • r.m: rack, module,
  • 0 : channel (always 0).
16#31
Function code, always 16#31.
%KWi:3
Data to be sent.
%MWk:4
Exchange management parameters: four words identifying the address of the Control Expert data used to control the SEND_REQ function.
%MWj:L
Reception table.
Data to be sent
The following table shows the coding of data to be sent %KWi:3.
Word number
Value
Meaning
%KWi
16#00CR
PCP slave reference encoded on the least significant byte.
%KWi+1
16#0000
Always 16#0000.
%KWi+2
16#xxxx
Length of the reception buffer in bytes (Max 18).
Report
The following table shows the coding of the response.
Word number
Value
Meaning
%MWj
16#00xx
  • 16#00FD: incorrect parameters,
  • 16#00FF: command refused.
%MWj+1
16#00xx
PCP confirmation code.
%MWj+2
16#00xx
Data size in bytes.
%MWj+3
16#xxyy
xx: PCP slave reference.
yy: order number.
%MWj+4
16#xxxx
Data.
%MWj+...
16#xxxx
Data.
Example
The following figure shows an example of the command.