DA — Destination Address
Configures the destination addresses used by events to send reports. Each address (DA0–DA9) can reference one or more destination points configured with XADP.
Format
- Query:
>QDA{N}< - Set:
>SDA{N};Pxx[,Pyy,...]< - Response:
>RDA{N};Pxx[,Pyy,...]<or>RDA{N}U<(undefined)
| Field | Range | Description |
|---|---|---|
N | 0–9 | Destination address slot |
Pxx | P00–P16 | Destination point reference (see XADP) |
Parameters
| Parameter | Type | Description |
|---|---|---|
N | 0–9 | Destination address index |
Pxx | List | One or more destination points separated by commas |
Examples
Create Destination Address 5 as an association of Destination Points 2, 3, 10 and 15:
>SDA5;P02,P03,P10,P15<
Create Destination Address 0 with only one Destination Point, for example the unit's serial port:
>SDA0;P15<
Notes
- Each destination point in the list must start with
P. - Destination points can be grouped in the same destination address using commas.
- Typical references are
P00–P01for socket destinations,P15for serial port, andP16for Satcom.
Related Signals
- Configure destination points with XADP
- Event handler field specifies which destination address receives the report