px4.parameter.read
Open Platform PX4 parameter command. PX4 parameter: PARAM_REQUEST_READ
Read a PX4 parameter value. The request model is ParameterReadRequest, and the terminal response is ParameterReadResponse, which normalizes PX4 PARAM_VALUE or PARAM_ERROR.
Request Params
Fixed value
px4Target PX4 device ID
Fixed value
px4.parameter.readIdempotency key; repeated requests return the same command
Timeout in seconds, range
0~300ParameterReadRequest parameter microservice payloadParameterReadRequest.param_id, the PX4 parameter namePX4 Frame Mapping
- MAVLink frame:
PARAM_REQUEST_READ - Message ID:
20 - Completion:
ParameterReadResponse, carryingPARAM_VALUE/PARAM_ERROR - Guard: parameter reads still follow the real-downlink disabled-by-default policy.
Create Response
Platform command ID, used for follow-up queries
Acceptance status:
ACCEPTEDCommand acceptance time (UTC)
Query Response
Execution status:
ACCEPTED / DELIVERED / SUCCEEDED / FAILED / TIMED_OUT / UNMATCHED_RESPONSEParameterReadResponse summary, including the PARAM_VALUE or PARAM_ERROR result