Skip to content

Command 0E Status Request

Joe Moran edited this page Jan 11, 2019 · 26 revisions

0xE Status Request Command

The PDM uses a $E Command to request status from the Pod. The only parameter is this command is a single byte that contains the type of status to be returned. The command format is as follows:

Oe 01 TT
0e 01 00

The usual PDM status request for type 0 yields a Command-1D-Status-response response from the Pod. All of the other $0e command type requests will generate a Command-02-Pod-Information-Response from the Pod of varying different formats depending on the request type.

Request type 0 example:

Oe 01 TT
0e 01 00                                                PDM request type 0

1d SS 0PPPSNNN SSTTTTRR
1d 19 061f6800 044295e8                                 Pod responds with $1D status

Request type 1 example:

Oe 01 TT
0e 01 01                                                PDM request type 1

02 13 01 XXXX VVVV VVVV VVVV VVVV VVVV VVVV VVVV VVVV
02 13 01 0000 0000 0000 0000 0000 0000 0000 0000 0000   Pod responds with $02 pod information type 1

More Examples can be found here:

Restrictions

This command can only be used when the current Pod-Progress-State is between 3 and 14.

Clone this wiki locally