STISIM Drive (SDL) - IA - Intersection Ahead Sign

Display an intersection ahead sign. The sign will be a diamond sign with the type of intersection (full, left or right) displayed on it. This event should no longer be used and instead you should create the roadway sign using the SIGN event.

EVENT PARAMETERS:

PARAMETER 1:

The type of intersection that will be displayed on the sign. To specify the intersection type, set parameter 1 to one of the following:

0 - Full intersection (branching both left and right)
1 - Right branching intersection
2 - Left branching intersection

PARAMETER 2:

The longitudinal distance, in feet, that the sign is away from the driver when the sign initially appears.

EXAMPLE:

1000,IA,0,1000

This event is simply used to inform the driver that there is an intersection ahead, and what type of intersection it is. In the example shown, after the driver has traveled 1000 feet down the road, an intersection ahead sign will be displayed (1000,IA). Since the intersection type is specified as 0, the sign will have a full intersection displayed on it. When the sign initially appears it will be 1000 feet in front of the driver.