Table of Contents

BusAddress element

Allows to limit bus address settings and to define a default value.

Parent

PortSettings

Children

Name Occurrences Description
Sequence
  DefaultValue [0, 1] Specifies a default bus address value.
  Disabled [0, 1] Specifies whether the bus address can be modified in the DataMiner user interface.
  Range [0, 1] Defines a range of possible bus addresses.
  Value [0, *] Using one or more Value elements, you can specify the different values that users are allowed to enter.

Remarks

Typically, this information will correspond to the specifications received from the manufacturer.

Note

For a GPIB connection, this tag relates to the Device Address field.

Examples

<BusAddress>
    <DefaultValue>2000</DefaultValue>
    <Range>
    <From>300</From>
    <To>400</To>
    </Range>
    <Value>???</Value>
    <Value>14</Value>
    <Value>15</Value>
</BusAddress>