The <Transducers> tag
The main structure includes a <Transducers> tag. The <Transducers> tag also includes one or more <Transducer/> tags, one for each transducer used on the EK80 system. The <Transducer/> attributes specify the type of transducer, how it is mounted, as well as its physical location in the vessel’s coordinate system.
Format
These are the attributes in the <Transducer/> tag. The attribute values are only included as examples.
<Transducers>
<Transducer
  TransducerName="ES200-7C"
  TransducerMounting="HullMounted"
  TransducerCustomName="ES200-7C Serial No: 1"
  TransducerSerialNumber="1"
  TransducerOrientation="Vertical"
  TransducerOffsetX="0"
  TransducerOffsetY="0"
  TransducerOffsetZ="0"
  TransducerAlphaX="0"
  TransducerAlphaY="0"
  TransducerAlphaZ="0"
  AdcpBeamAngles="60;180;300"
  AdcpBeamTilt="75"
  />
</Transducers>
•  AdcpBeamAngles consists of a list of angles in degrees. Each angle is separated by ";".Each angle represents the bearing of the transducer beams referenced to the z-axis.
•  AdcpBeamTilt is a single angle degrees. The angle represents the beam tilt and the tilt is the same for all beams in the transducer and it is referenced to the XY-plane.
Record of changes
1 1.20 Added: <Transducers>
2 1.27 Added:AdcpBeamAngles and AdcpBeamTilt