Skip to main content

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)
FieldRangeDescription
N09Destination address slot
PxxP00P16Destination point reference (see XADP)

Parameters

ParameterTypeDescription
N09Destination address index
PxxListOne 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 P00P01 for socket destinations, P15 for serial port, and P16 for Satcom.
  • Configure destination points with XADP
  • Event handler field specifies which destination address receives the report