Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 2.04 KB

ArrowBoard.md

File metadata and controls

17 lines (14 loc) · 2.04 KB

ArrowBoard Object

The ArrowBoard object describes an electronic, connected arrow board (example image) which can display an arrow pattern to direct traffic. Arrow boards are often placed at the beginning of a lane closure—thus knowing the location of an arrow board can assist in programmatically generating a WZDx road event with verified spatial information.

The ArrowBoard is a type of field device; it has a core_details property which contains the FieldDeviceCoreDetails and exists within a FieldDeviceFeature.

Properties

Name Type Description Conformance Notes
core_details FieldDeviceCoreDetails The core details of the field device that are shared by all types of field devices, not specific to arrow boards. Required This property appears on all field devices.
pattern ArrowBoardPattern The current pattern displayed on the arrow board. Note this includes blank, which indicates that nothing is shown on the arrow board. Required
is_in_transport_position Boolean A yes/no value indicating if the arrow board is in the stowed/transport position (true) or deployed/upright position (false). Optional
is_moving (DEPRECATED) Boolean This property is deprecated and will be removed in a future version; use the is_moving property on the FieldDeviceCoreDetails instead. A yes/no value indicating if the arrow board is actively moving (not statically placed) as part of a mobile work zone operation. Optional The is_moving property is optional and should not be provided if it is not known if the arrow board is moving.

Used By

Property Object
properties FieldDeviceFeature