Saving vehicle input data to a file

You can record the vehicles that are used with vehicle inputs in the network. Links and vehicle inputs must be defined in the network (Modeling links for vehicles and pedestrians), (Modeling vehicle inputs for private transportation).

You can save the following data and data formats:

Output ASCII file MDB table

Aggregated data

-

-

Raw data

*.fhz

-

Result of vehicle input data evaluation

A vehicle input evaluation *.fhz contains the following data:

Element Description

File title

Name of evaluation

File

Path and name of network file

Comment

Optional comment from the simulation parameters

Date

Time of evaluation

Vissim

Version number, service pack number, build number

Data block

Data block with the following information:

  • one row per vehicle that enters the Vissim network
  • one column per attribute

The data block of the evaluation file contains the following attributes in this sequence:

Column Description
Time

Simulation second

Link

Number of link on which the vehicle is used.

Lane

Number of lane on which the vehicle is used.

If a vehicle in the dynamic assignment drives away from a parking lot, the value 0 is output in the Lane column.

VehNo

Number of the vehicle

VehType

Number of vehicle type

Line

Number of PT line. No PT line: value 0

DesSpeed

Desired speed of vehicle

Example evaluation of the vehicle input data file *.fhz
 Table of vehicles entered
 File:    C:\Users\Public\Documents\PTV Vision\PTV Vissim 2022\Examples Demo\example.inpx
Comment:  Example, SC 3-10
Date:    03.01.2023 12:23:33
PTV Vissim 2022.00-00* [238187]
 
  Time;     Link;          Lane; VehNo; VehType;   Line; DesSpeed;
  0.1;     1110;             1;     1;      32;   1110;     51.6;
  0.1;     2008;             1;     2;    402;     218;     50.0;
  0.1;     1001;             1;     3;    402;     101;     50.0;
  1.6;      277;             1;     4;     10;       0;     46.3;
  1.8;      267;             1;     5;     10;       0;     46.2;
  2.4;        8;             1;     6;     10;       0;     45.7;
  2.8;      272;             1;     7;     10;       0;     45.6;
  2.9;       70;             1;     8;     17;       0;     54.2;
  3.1;       69;             2;     9;     17;       0;     53.5;
  3.4;      274;             1;    10;     17;       0;     53.6;
…