Function type

Variables 
read

SLONG r_DurVehUntilCurrCycle(BYTE TsId, BYTE Cycles);

EN

VLWORT l_IntvDauerFzproStd_akt(BYTE VSID, BYTE Zyklen);

DE

Description

Total duration of the completed cycles plus the current cycle (for counting). 

The function returns the total duration of the cycles that are used for the function for calculating the number of vehicles in (2).

Version information

from version 6.2.5

Arguments

BYTE

TsId

ID number of the desired traffic stream.

BYTE

Cycles

Number of completed cycles.

Return value

SLONG 

Error or duration in seconds:

-1

There is no evaluation for this traffic stream. 

-2

The number of specified cycles is too large ( > 14). 

-3

The number of specified cycles is too small ( = 0). 

-4

Not enough data available yet for a calculation.

> 0

Number of seconds.