跳到主要内容

Common Element

Information Description

The fields in the WPML flight file are described as follows:

  • Fields used only in the template.kml file are described in template.kml.
  • Fields used only in the waylines.wpml file are described in waylines.wpml.
  • Fields shared between the template.kml file and the waylines.wpml file are described in Shared Common Element.

Shared Elements

<wpml:droneInfo>

ElementNameTypeUnitValues and DefinitionsRequired (Default)Supported Models
wpml:droneEnumValueDrone Main TypeInt-11000(Model: M4T/M4N),
RequiredM4T/M4N
wpml:droneSubEnumValueDrone SubtypeInt-When "Drone Main Type" is "1100 (Model: M4T/M4N)":
0 (Model: M4T Dual Gimbal),
1 (Model: M4N Triple Gimbal)

Required
* Note: This element is required only when "Drone Main Type" is a valid value.
M4T/M4N

<wpml:payloadInfo>

ElementNameTypeUnitValues and DefinitionsRequired (Default)Supported Models
wpml:payloadEnumValuePayload Main TypeInt-10052 (M4T Dual Gimbal Camera),
10053 (M4N Triple Gimbal Camera),
RequiredM4T/M4N
wpml:payloadPositionIndexPayload Mounting PositionInt-0: Aircraft 1 mounting position. Corresponds to the main gimbal.
1: Aircraft 2 mounting position.
2: Aircraft 3 mounting position.
RequiredM4T/M4N

<wpml:payloadParam>

ElementNameTypeUnitValues and DefinitionsRequired (Default)Supported Models
wpml:payloadPositionIndexPayload Mounting PositionInt-0: Aircraft 1 mounting position. Corresponds to the main gimbal.
1: Aircraft 2 mounting position.
2: Aircraft 3 mounting position.
RequiredM4T/M4N
wpml:focusModePayload Focus ModeEnum-string-firstPoint: Autofocus on the first waypoint
custom: Focus based on calibrated value
--
wpml:meteringModePayload Metering ModeEnum-string-average: Global metering
spot: Spot metering
--
wpml:dewarpingEnableDewarping EnableBoolean-0: Disabled
1: Enabled
--
wpml:returnModeLidar Return ModeEnum-string-singleReturnStrongest: Single return
dualReturn: Dual return
tripleReturn: Triple return
--
wpml:samplingRatePayload Sampling RateIntHz60000,
80000,
120000,
160000,
180000,
240000
--
wpml:scanningModePayload Scanning ModeEnum-string-repetitive: Repetitive scan
nonRepetitive: Non-repetitive scan
--
wpml:modelColoringEnableTrue ColorBoolean0: Not colored
1: True color
--
wpml:imageFormatImage Format ListEnum-string (List)wide: Store photos from wide-angle lens
zoom: Store photos from zoom lens
ir: Store photos from infrared lens
narrow_band: Store photos from narrow-band lens
visable: Store visible light photos
* Note: To store photos from multiple lenses, the format should be like <wpml:imageFormat>wide,ir</wpml:imageFormat>
RequiredM4T/M4N

<wpml:waypointHeadingParam> & <wpml:globalWaypointHeadingParam>

ElementNameTypeUnitValues and DefinitionsRequired (Default)Supported Models
wpml:waypointHeadingModeAircraft Heading ModeEnum-string-followWayline: Along the waypoint direction. The aircraft flies to the next waypoint with the aircraft heading along the waypoint direction.
manually: Manual control. Users can manually control the aircraft heading during the flight to the next waypoint.
fixed: Lock the current heading angle. The aircraft maintains the heading angle after completing the waypoint action and flies to the next waypoint.
smoothTransition: Custom. By specifying the target heading angle of a waypoint through "wpml:waypointHeadingAngle" and smoothly transitioning to the target heading angle of the next waypoint during the flight segment.
towardPOI: Toward point of interest
RequiredM4T/M4N
wpml:waypointHeadingAngleAircraft Heading AngleInteger°Specifies the target heading angle of a waypoint and smoothly transitions to the target heading angle of the next waypoint during the flight segment.Required
* Note: Required only when "wpml:waypointHeadingMode" is "smoothTransition".
M4T/M4N
wpml:waypointPoiPointPoint of Interest--Data format: latitude, longitude, altitude
Note: This field is effective only when "wpml:waypointHeadingMode" is set to towardPOI. Currently, Z-direction pointing toward the point of interest is not supported, and the altitude can be set to 0. When a waypoint is set to towardPOI, the aircraft will face toward the point of interest while flying to the next waypoint.
Required when "wpml:waypointHeadingMode" is towardPOIM4T/M4N
wpml:waypointHeadingPathModeAircraft Heading Rotation DirectionEnum-string-clockwise: Rotate the aircraft heading clockwise
counterClockwise: Rotate the aircraft heading counterclockwise
followBadArc: Rotate the aircraft heading along the shortest path
RequiredM4T/M4N

<wpml:waypointTurnParam>

ElementNameTypeUnitValues and DefinitionsRequired (Default)Supported Models
wpml:waypointTurnModeWaypoint Turn ModeEnum-string-coordinateTurn: Coordinated turn, passing through the point, turning in advance
toPointAndStopWithDiscontinuityCurvature: Straight flight, the aircraft stops at the point
toPointAndStopWithContinuityCurvature: Curve flight, the aircraft stops at the point
toPointAndPassWithContinuityCurvature: Curve flight, the aircraft passes the point without stopping
RequiredM4T/M4N
wpml:waypointTurnDampingDistWaypoint Turn Damping DistanceFloatm(0, maximum segment length]
* Note: The length of the segment between two waypoints must be greater than the sum of the turn damping distances of the two waypoints. This element defines how far in advance the aircraft turns before reaching a certain distance from the waypoint.
Required
* Note: Required only when "wpml:waypointTurnMode" is "coordinateTurn" or "wpml:waypointTurnMode" is "toPointAndPassWithContinuityCurvature" and "wpml:useStraightLine" is "1"
M4T/M4N

<wpml:autoRerouteInfo>

ElementNameTypeUnitValues and DefinitionsRequired (Default)Supported Models
wpml:missionAutoRerouteModeMission Reroute ModeBoolean-0: Disabled
1: Enabled
Required-
wpml:transitionalAutoRerouteModeTransitional Reroute ModeBoolean-0: Disabled
1: Enabled
Required-
ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:actionGroupIdAction group ID
* Note: Unique within a KMZ file. It is recommended to start with 0 and increment monotonically.
Integer-[0, 65535]RequiredM4T/M4N
wpml:actionGroupStartIndexWaypoint where the action group startsInteger-[0, 65535]RequiredM4T/M4N
wpml:actionGroupEndIndexWaypoint where the action group ends
* Note: When "Action Group End Index" is the same as "Action Group Start Index", it means the action group only takes effect at that waypoint.
Integer-[0, 65535]
* Note: This element must be greater than or equal to "actionGroupStartIndex".
RequiredM4T/M4N
wpml:actionGroupModeAction execution modeEnum - string-sequence: Execute in sequence. Actions within the group are executed sequentially.RequiredM4T/M4N
wpml:actionTriggerAction group trigger----M4T/M4N

<wpml:actionTrigger>

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:actionTriggerTypeTrigger typeEnum-string-reachPoint: Execute when reaching a waypoint
betweenAdjacentPoints: Segment trigger, evenly rotate the gimbal
multipleTiming: Time-based trigger
multipleDistance: Distance-based trigger
* Note: "betweenAdjacentPoints" needs to be used with the action "gimbalEvenlyRotate".
RequiredM4T/M4N
wpml:actionTriggerParamTrigger parameterFloats or m> 0
* Note: When "actionTriggerType" is "multipleTiming", this element represents the time interval, in seconds. When "actionTriggerType" is "multipleDistance", this element represents the distance interval, in meters.
-M4T/M4N

<wpml:action>

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:actionIdAction ID
* Note: Unique within an action group. It is recommended to start with 0 and increment monotonically.
Integer-[0, 65535]RequiredM4T/M4N
wpml:actionActuatorFuncAction typeEnum-string-takePhoto: Single photo capture
startRecord: Start video recording
stopRecord: Stop video recording
focus: Focus
zoom: Zoom
customDirName: Create new folder
gimbalRotate: Gimbal rotation
rotateYaw: Aircraft yaw rotation
hover: Hover and wait
gimbalEvenlyRotate: Gimbal pitch rotation between segments
accurateShoot: Precise capture action (maintenance discontinued, recommend using orientedShoot)
orientedShoot: Precise capture action
RequiredM4T/M4N
wpml:actionActuatorFuncParamAction parameters----M4T/M4N

<wpml:actionActuatorFuncParam>

takePhoto

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:payloadPositionIndexPayload mounting positionInteger-0: Payload mounted on position 1 of the aircraft, corresponding to the main gimbal
1: Payload mounted on position 2 of the aircraft
2: Payload mounted on position 3 of the aircraft
RequiredM4T/M4N
wpml:fileSuffixPhoto file suffixString-Additional suffix when naming media files.RequiredM4T/M4N
wpml:payloadLensIndexPhoto storage typeEnum-string (list)-zoom: Store photos taken by zoom lens
wide: Store photos taken by wide-angle lens
ir: Store photos taken by infrared lens
narrow_band: Store photos taken by narrow-band lens
visible: Visible light photos
Note: Store photos taken by multiple lenses, format as "wide,ir,narrow_band".
RequiredM4T/M4N
wpml:useGlobalPayloadLensIndexUse global storage typeBoolean-0: Do not use global settings
1: Use global settings
RequiredM4T/M4N

startRecord

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:payloadPositionIndexPayload mounting positionInteger-0: Payload mounted on position 1 of the aircraft, corresponding to the main gimbal
1: Payload mounted on position 2 of the aircraft
2: Payload mounted on position 3 of the aircraft
RequiredM4T/M4N
wpml:fileSuffixVideo file suffixString-Additional suffix when naming media files.RequiredM4T/M4N
wpml:payloadLensIndexVideo storage typeEnum-string (list)-zoom: Store videos taken by zoom lens
wide: Store videos taken by wide-angle lens
ir: Store videos taken by infrared lens
narrow_band: Store videos taken by narrow-band lens
visible: Visible light videos
Note: Store videos taken by multiple lenses, format as "wide,ir,narrow_band".
RequiredM4T/M4N
wpml:useGlobalPayloadLensIndexUse global storage typeBoolean-0: Do not use global settings
1: Use global settings
RequiredM4T/M4N

stopRecord

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:payloadPositionIndexPayload mounting positionInteger-0: Payload mounted on position 1 of the aircraft, corresponding to the main gimbal
1: Payload mounted on position 2 of the aircraft
2: Payload mounted on position 3 of the aircraft
RequiredM4T/M4N
wpml:payloadLensIndexVideo storage typeEnum-string (list)-zoom: Store videos taken by zoom lens
wide: Store videos taken by wide-angle lens
ir: Store videos taken by infrared lens
narrow_band: Store videos taken by narrow-band lens
visible: Visible light videos
Note: Store videos taken by multiple lenses, format as "wide,ir,narrow_band".
-M4T/M4N

focus

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:payloadPositionIndexPayload Mount PositionInteger-0: Payload mounted on Aircraft 1. Corresponds to main gimbal.
1: Payload mounted on Aircraft 2.
2: Payload mounted on Aircraft 3.
RequiredM4T/M4N
wpml:isPointFocusIs Point FocusBoolean-0: Area focus
1: Point focus
RequiredM4T/M4N
wpml:focusXFocus Point XFloat-[0, 1]
* Note: X-coordinate of the focus point or upper left corner of the focus area on the screen. 0 is the leftmost, 1 is the rightmost.
RequiredM4T/M4N
wpml:focusYFocus Point YFloat-[0, 1]
* Note: Y-coordinate of the focus point or upper left corner of the focus area on the screen. 0 is the topmost, 1 is the bottommost.
RequiredM4T/M4N
wpml:focusRegionWidthFocus Region Width RatioFloat-[0, 1]
* Note: The proportion of the focus area size to the entire screen width.
Required
* Note: Required only when "isPointFocus" is "0" (i.e., area focus).
M4T/M4N
wpml:focusRegionHeightFocus Region Height RatioFloat-[0, 1]
* Note: The proportion of the focus area size to the entire screen height.
Required
* Note: Required only when "isPointFocus" is "0" (i.e., area focus).
M4T/M4N
wpml:isInfiniteFocusIs Infinite FocusBoolean-0: Non-infinite focus
1: Infinite focus
RequiredM4T/M4N

zoom

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:payloadPositionIndexPayload Mount PositionInteger-0: Payload mounted on Aircraft 1. Corresponds to main gimbal.
1: Payload mounted on Aircraft 2.
2: Payload mounted on Aircraft 3.
RequiredM4T/M4N
wpml:focalLengthFocal LengthFloatmm> 0RequiredM4T/M4N

customDirName

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:payloadPositionIndexPayload Mount PositionInteger-0: Payload mounted on Aircraft 1. Corresponds to main gimbal.
1: Payload mounted on Aircraft 2.
2: Payload mounted on Aircraft 3.
RequiredM4T/M4N
wpml:directoryNameNew Directory NameString--RequiredM4T/M4N

gimbalRotate

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:payloadPositionIndexPayload Mount PositionInteger-0: Payload mounted on Aircraft 1. Corresponds to main gimbal.
1: Payload mounted on Aircraft 2.
2: Payload mounted on Aircraft 3.
RequiredM4T/M4N
wpml:gimbalHeadingYawBaseGimbal Yaw BaseEnum-string-north: Relative to geographical northRequiredM4T/M4N
wpml:gimbalRotateModeGimbal Rotate ModeEnum-string-relativeAngle: Relative angle, relative to the aircraft's heading angle
absoluteAngle: Absolute angle, relative to true north
RequiredM4T/M4N
wpml:gimbalPitchRotateEnableGimbal Pitch Rotation EnableBoolean-0: Disable
1: Enable
RequiredM4T/M4N
wpml:gimbalPitchRotateAngleGimbal Pitch Rotation AngleFloat-* Note: Range varies for different gimbalsRequiredM4T/M4N
wpml:gimbalRollRotateEnableGimbal Roll Rotation EnableBoolean-0: Disable
1: Enable
RequiredM4T/M4N
wpml:gimbalRollRotateAngleGimbal Roll Rotation AngleFloat-* Note: Range varies for different gimbalsRequiredM4T/M4N
wpml:gimbalYawRotateEnableGimbal Yaw Rotation EnableBoolean-0: Disable
1: Enable
RequiredM4T/M4N
wpml:gimbalYawRotateAngleGimbal Yaw Rotation AngleFloat-* Note: Range varies for different gimbalsRequiredM4T/M4N
wpml:gimbalRotateTimeEnableGimbal Rotation Time EnableBoolean-0: Disable
1: Enable
RequiredM4T/M4N
wpml:gimbalRotateTimeGimbal Rotation TimeFloats-RequiredM4T/M4N

gimbalEvenlyRotate

Note: "gimbalEvenlyRotate" action rotates the gimbal pitch angle evenly between flight segments. Its trigger type must be "betweenAdjacentPoints".

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:gimbalPitchRotateAngleGimbal Pitch Rotation AngleFloat-* Note: Range varies for different gimbalsRequiredM4T/M4N
wpml:payloadPositionIndexPayload Mount PositionInteger-0: Payload mounted on Aircraft 1. Corresponds to main gimbal.
1: Payload mounted on Aircraft 2.
2: Payload mounted on Aircraft 3.
RequiredM4T/M4N

rotateYaw

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:aircraftHeadingAircraft Target Heading (Relative to North)Float°[-180, 180]
* Note: Aircraft rotates to this target heading. 0° is North, 90° is East, -90° is West, -180°/180° is South.
RequiredM4T/M4N
wpml:aircraftPathModeAircraft Heading Rotation ModeEnum-string-clockwise: Clockwise rotation
counterClockwise: Counterclockwise rotation
RequiredM4T/M4N

hover

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:hoverTimeHover TimeFloats> 0RequiredM4T/M4N

accurateShoot

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:gimbalPitchRotateAngleGimbal Pitch Rotation AngleFloat°M4T/M4N: [-120, 45]RequiredM4T/M4N
wpml:gimbalYawRotateAngleGimbal Yaw Rotation AngleFloat°[-180, 180]RequiredM4T/M4N
wpml:focusXFocus XIntegerpx(0, 960)RequiredM4T/M4N
wpml:focusYFocus YIntegerpx(0, 720)RequiredM4T/M4N
wpml:focusRegionWidthFocus Region WidthIntegerpx(0, 960)RequiredM4T/M4N
wpml:focusRegionHeightFocus Region HeightIntegerpx(0, 720)RequiredM4T/M4N
wpml:focalLengthFocal LengthFloatmm> 0RequiredM4T/M4N
wpml:aircraftHeadingAircraft Target HeadingFloat°[-180, 180]RequiredM4T/M4N
wpml:accurateFrameValidAccurate Frame ValidBoolean-1: Target framed
0: Target not framed
RequiredM4T/M4N
wpml:payloadPositionIndexPayload Mount PositionInteger-0: Payload mounted on Aircraft 1. Corresponds to main gimbal.
1: Payload mounted on Aircraft 2.
2: Payload mounted on Aircraft 3.
RequiredM4T/M4N
wpml:payloadLensIndexPayload Lens Index-Enum-string (List)zoom: Store photos taken with zoom lens
wide: Store photos taken with wide-angle lens
ir: Store photos taken with infrared lens
visable: Visible light photos
* Note: To store photos from multiple lenses, use format like "wpml:payloadLensIndexwide,ir</wpml:payloadLensIndex>" to specify simultaneous usage of wide-angle and infrared lenses
RequiredM4T/M4N
wpml:useGlobalPayloadLensIndexUse Global Payload Lens IndexBoolean-0: Do not use global settings
1: Use global settings
RequiredM4T/M4N
wpml:targetAngleTarget AngleFloat°[0, 360]RequiredM4T/M4N
wpml:imageWidthImage WidthIntegerpx960RequiredM4T/M4N
wpml:imageHeightImage HeightIntegerpx720RequiredM4T/M4N
wpml:AFPosAF PositionInteger--RequiredM4T/M4N
wpml:gimbalPortGimbal PortInteger-Camera installation position for taking photos.
* Note: For M4T/M4N models, this value is fixed at 0
RequiredM4T/M4N
wpml:accurateCameraTypeCamera TypeInteger-52 (Model: M4T Dual-camera)
53 (Model: M4N Triple-camera)
RequiredM4T/M4N
wpml:accurateFilePathFile PathString-Photo file nameRequiredM4T/M4N
wpml:accurateFileMD5File MD5String-Photo file MD5 valueRequiredM4T/M4N
wpml:accurateFileSizeFile SizeIntegerByteActual size of the photo fileRequiredM4T/M4N
wpml:accurateFileSuffixFile SuffixString-Extra suffix to be appended for generating media file namesRequiredM4T/M4N
wpml:accurateCameraApertueCamera ApertureInteger-* Note: This value represents the actual aperture x100RequiredM4T/M4N
wpml:accurateCameraLuminanceCamera LuminanceInteger--RequiredM4T/M4N
wpml:accurateCameraShutterTimeCamera Shutter TimeFloats-RequiredM4T/M4N
wpml:accurateCameraISOCamera ISOInteger--RequiredM4T/M4N

orientedShoot

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:gimbalPitchRotateAngleGimbal Pitch Rotation AngleFloat°M4T/M4N: [-90, 30]RequiredM4T/M4N
wpml:gimbalYawRotateAngleGimbal Yaw Rotation AngleFloat°[-180, 180]RequiredM4T/M4N
wpml:focusXFocus XIntegerpx(0, 960)RequiredM4T/M4N
wpml:focusYFocus YIntegerpx(0, 720)RequiredM4T/M4N
wpml:focusRegionWidthFocus Region WidthIntegerpx(0, 960)RequiredM4T/M4N
wpml:focusRegionHeightFocus Region HeightIntegerpx(0, 720)RequiredM4T/M4N
wpml:focalLengthFocal LengthFloatmm> 0RequiredM4T/M4N
wpml:aircraftHeadingAircraft Target HeadingFloat°[-180, 180]RequiredM4T/M4N
wpml:accurateFrameValidAccurate Frame ValidBoolean-1: Target framed
0: Target not framed
RequiredM4T/M4N
wpml:payloadPositionIndexPayload Mount PositionInteger-0: Payload mounted on Aircraft 1. Corresponds to main gimbal.
1: Payload mounted on Aircraft 2.
2: Payload mounted on Aircraft 3.
RequiredM4T/M4N
wpml:payloadLensIndexPayload Lens Index-Enum-string (List)zoom: Store photos taken with zoom lens
wide: Store photos taken with wide-angle lens
ir: Store photos taken with infrared lens
visable: Visible light photos
* Note: To store photos from multiple lenses, use format like "wpml:payloadLensIndexwide,ir</wpml:payloadLensIndex>" to specify simultaneous usage of wide-angle and infrared lenses
RequiredM4T/M4N
wpml:useGlobalPayloadLensIndexUse Global Payload Lens IndexBoolean-0: Do not use global settings
1: Use global settings
RequiredM4T/M4N
wpml:targetAngleTarget AngleFloat°[0, 360]RequiredM4T/M4N
wpml:actionUUIDAction UUID--* Note: This value will be written into the photo file for associating actions and photo filesRequiredM4T/M4N
wpml:imageWidthImage WidthIntegerpx960RequiredM4T/M4N
wpml:imageHeightImage HeightIntegerpx720RequiredM4T/M4N
wpml:AFPosAF PositionInteger--RequiredM4T/M4N
wpml:gimbalPortGimbal PortInteger-Camera installation position for taking photos.
* Note: For M4T/M4N models, this value is fixed at 0
RequiredM4T/M4N
wpml:orientedCameraTypeCamera TypeInteger-52 (Model: M4T Dual-camera)
53 (Model: M4N Triple-camera)
RequiredM4T/M4N
wpml:orientedFilePathFile PathString-Photo file nameRequiredM4T/M4N
wpml:orientedFileMD5File MD5String-Photo file MD5 valueRequiredM4T/M4N
wpml:orientedFileSizeFile SizeIntegerByteActual size of the photo fileRequiredM4T/M4N
wpml:orientedFileSuffixFile SuffixString-Extra suffix to be appended for generating media file namesRequiredM4T/M4N
wpml:orientedCameraApertueCamera ApertureInteger-* Note: This value represents the actual aperture x100RequiredM4T/M4N
wpml:orientedCameraLuminanceCamera LuminanceInteger--RequiredM4T/M4N
wpml:orientedCameraShutterTimeCamera Shutter TimeFloats-RequiredM4T/M4N
wpml:orientedCameraISOISOInteger--RequiredM4T/M4N
wpml:orientedCameraISOShooting ModeEnum-string-normalPhoto: normal Photo
lowLightSmartShooting:low Light Smart Shooting
RequiredM4T/M4N

<wpml:formationInfo>

ElementNameTypeUnitValues and InterpretationRequired (Default)Supported Models
wpml:formationTypeFormation TypeEnum - string-C: C Formation
horizontalOne: Horizontal One Formation
verticalOne: Vertical One Formation
U: U Formation
RequiredM4T/M4N
formationRadiusFormation RadiusFloatmFormation radius (10~100m)Valid only for C FormationM4T/M4N
formationStartAngleFormation Start AngleFloat°Start angle (-180~180 degrees)Valid only for C FormationM4T/M4N
formationStopAngleFormation Stop AngleFloat°End angle (-180~180 degrees)Valid only for C FormationM4T/M4N
formationDistanceBetweenAircraftFormation Distance Between AircraftFloatmDistance between aircraft (3~100m)Valid only for Horizontal One, Vertical One FormationM4T/M4N
formationWidthFormation WidthFloatmFormation width (10~100m)Valid only for U FormationM4T/M4N
formationLengthFormation LengthFloatmFormation length (20~100m)Valid only for U FormationM4T/M4N