Ga naar inhoud

Drips

Onderstaande dient ter aanvulling/aanscherping van het generieke VMS profiel, en het exchangeprotocol, de daar geldende verplichtingen en algemene werking zijn dus ook hier van toepassing. Daar waar het profiel zaken als optioneel beschouwd, kan in onderstaande dus wél een verplichting zijn opgenomen die binnen deze specifieke context van toepassing is.

VMS - Drips beschrijft de actuele beeldstanden en configuratie van dynamische route informatie panelen waarop tekstuele en/of grafische informatie wordt getoond waarmee de weggebruiker wordt geinformeerd over bijvoorbeeld omleidingen, vertragingen en met mottoteksten.

Drips zijn altijd gekoppeld aan dezelfde enkelvoudige logische unit (vmsController) en zijn niet rijstrook specifiek waarbij physicalSupport in principe altijd 'roadsideMounted' of 'gantryMounted' zijn

Actuele beeldstanden worden elke minuut gecommuniceerd.

Kleurendrip

Op een kleurendrip wordt een afbeelding getoond van het type 'png' in de vorm van een base64Binary.

Configuratiegegevens

In de configuratiegegevens van een kleurendrip geldt altijd dat vmsType = 'colourGraphic'

XML voorbeeld configuratie kleurendrip

<vms:vmsController id="ARN01_VMST_0c6127a4-df40-4973-8a9a-d3b8713fa30e" version="88">
    <vms:numberOfVms>1</vms:numberOfVms>
    <vms:vms vmsIndex="1">
      <vms:vms>
        <vms:description>
          <com:values>
            <com:value lang="nl">BD26-09 Burg Matsersingel oost</com:value>
          </com:values>
        </vms:description>
        <vms:physicalSupport>roadsideMounted</vms:physicalSupport>
        <vms:vmsType>colourGraphic</vms:vmsType>
        <vms:vmsConfiguration>
          <vms:numberOfDisplayAreas>1</vms:numberOfDisplayAreas>
        </vms:vmsConfiguration>
        <vms:vmsLocation xsi:type="loc:PointLocation">
          <loc:supplementaryPositionalDescription>
            <loc:carriageway>
              <loc:carriageway>mainCarriageway</loc:carriageway>
            </loc:carriageway>
          </loc:supplementaryPositionalDescription>
          <loc:pointByCoordinates>
            <loc:bearing>297</loc:bearing>
            <loc:pointCoordinates>
              <loc:latitude>51.95329</loc:latitude>
              <loc:longitude>5.869937</loc:longitude>
            </loc:pointCoordinates>
          </loc:pointByCoordinates>
        </vms:vmsLocation>
      </vms:vms>
    </vms:vms>
</vms:vmsController>

Beeldstanden

Beeldstanden op kleurendrips zijn altijd grafisch en worden met behulp van het element Image beschreven.

XML voorbeeld beeldstand kleurendrip

    <vms:vmsControllerStatus>
        <vms:vmsControllerTableReference targetClass="vms:VmsControllerTable" id="NDW01_VMS_DRIP" version="latest"/>
        <vms:vmsControllerReference targetClass="vms:VmsController" id="ARN01_VMST_0c6127a4-df40-4973-8a9a-d3b8713fa30e" version="88"/>
        <vms:statusUpdateTime>2026-07-09T10:28:17.893Z</vms:statusUpdateTime>
        <vms:vmsStatus vmsIndex="1">
            <vms:vmsStatus>
              <vms:statusUpdateTime>2026-07-09T10:28:17.893Z</vms:statusUpdateTime>
              <vms:workingStatus>notWorking</vms:workingStatus>
              <vms:vmsMessage messageIndex="0">
                <vms:vmsMessage>
                  <vms:timeLastSet>2026-07-09T10:28:17.893Z</vms:timeLastSet>
                  <vms:image>
                    <vms:imageData>iVBORw0KGgoAAAANSUhEUgAAAHAAAABQCAIAAABOLmYqAAAAPElEQVR4Xu3QoQ0AAAjAMP5/GhIsDgVJq6YXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8Ea22SwZCsAVBaaEF+m7j9wZAAAAAElFTkSuQmCC</vms:imageData>
                    <vms:imageFormat>png</vms:imageFormat>
                  </vms:image>
                </vms:vmsMessage>
              </vms:vmsMessage>
            </vms:vmsStatus>
        </vms:vmsStatus>
    </vms:vmsControllerStatus>

Tekstdrip

Op een tekstdrip kunnen in één of meerdere regels teksten worden getoond.

Tevens komen hierbij codes voor die verwijzen naar specifieke pictogrammen of leestekens.

Configuratiegegevens

In de configuratiegegevens van een tekstdrip geldt altijd dat vmsType = 'monochromeGraphic', waarbij een maximaal aantal beschikbare tekstregels wordt meegegeven.

XML voorbeeld configuratie tekstdrip

<vms:vmsController id="NDW02_05dc81fc-84c6-3187-8cd2-9dd2b47e480d" version="12">
    <vms:numberOfVms>1</vms:numberOfVms>
    <vms:vms vmsIndex="0">
      <vms:vms>
        <vms:description>
          <com:values>
            <com:value lang="nl">A9-Li-61,3</com:value>
          </com:values>
        </vms:description>
        <vms:physicalSupport>roadsideMounted</vms:physicalSupport>
        <vms:vmsType>monochromeGraphic</vms:vmsType>
        <vms:vmsConfiguration>
          <vms:numberOfDisplayAreas>1</vms:numberOfDisplayAreas>
          <vms:displayArea displayAreaIndex="0">
            <vms:displayArea xsi:type="vms:TextDisplayArea">
              <vms:maxNumberOfRows>3</vms:maxNumberOfRows>
            </vms:displayArea>
          </vms:displayArea>
        </vms:vmsConfiguration>
        <vms:vmsLocation xsi:type="loc:PointLocation">
          <loc:supplementaryPositionalDescription>
            <loc:carriageway>
              <loc:carriageway>mainCarriageway</loc:carriageway>
            </loc:carriageway>
          </loc:supplementaryPositionalDescription>
          <loc:pointByCoordinates>
            <loc:bearing>175</loc:bearing>
            <loc:pointCoordinates>
              <loc:latitude>52.5356</loc:latitude>
              <loc:longitude>4.721035</loc:longitude>
            </loc:pointCoordinates>
          </loc:pointByCoordinates>
        </vms:vmsLocation>
      </vms:vms>
    </vms:vms>
  </vms:vmsController>

Beeldstanden

De beeldstand op een tekstdrip wordt altijd beschreven met behulp van TextDisplay.

Het aantal tekstregels mag nooit het maximum aantal, zoals gespecificeerd in de configuratie, overschrijden.

XML voorbeeld beeldstand tekstdrip

<vms:vmsControllerStatus>
  <vms:vmsControllerTableReference targetClass="vms:VmsControllerTable" id="NDW01_VMS_DRIP" version="latest"/>
  <vms:vmsControllerReference targetClass="vms:VmsController" id="NDW02_05dc81fc-84c6-3187-8cd2-9dd2b47e480d" version="12"/>
  <vms:statusUpdateTime>2026-07-09T10:41:00Z</vms:statusUpdateTime>
  <vms:vmsStatus vmsIndex="0">
    <vms:vmsStatus>
      <vms:statusUpdateTime>2026-07-09T10:41:00Z</vms:statusUpdateTime>
      <vms:workingStatus>working</vms:workingStatus>
      <vms:vmsMessage messageIndex="0">
        <vms:vmsMessage>
          <vms:timeLastSet>2026-07-09T10:41:00Z</vms:timeLastSet>
          <vms:displayAreaSettings displayAreaIndex="0">
            <vms:displayAreaSettings xsi:type="vms:TextDisplay">
              <vms:textLine lineIndex="1">
                <vms:textLine>
                  <vms:textLine>knp Coenplein 15 min +1 %s136</vms:textLine>
                </vms:textLine>
              </vms:textLine>
              <vms:textLine lineIndex="2">
                <vms:textLine>
                  <vms:textLine/>
                </vms:textLine>
              </vms:textLine>
              <vms:textLine lineIndex="3">
                <vms:textLine>
                  <vms:textLine>%s134 Badhoevedorp 16 min</vms:textLine>
                </vms:textLine>
              </vms:textLine>
            </vms:displayAreaSettings>
          </vms:displayAreaSettings>
        </vms:vmsMessage>
      </vms:vmsMessage>
    </vms:vmsStatus>
  </vms:vmsStatus>
</vms:vmsControllerStatus>