How to Control Junctions in Sessions

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
(Trainz Wiki)
Line 12: Line 12:
 
='''Application 1: Presetting Junctions'''=
 
='''Application 1: Presetting Junctions'''=
  
==The Scenario==
+
<table cellpadding="4" bgcolor=#ffffff>
 
+
<tr valign="top">
 +
<td>[[file:binoculars.PNG]]</td>
 +
<td><font size="3">'''The Scenario:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
When a consist reaches a trigger, the junctions ahead are set and locked into position.
 
When a consist reaches a trigger, the junctions ahead are set and locked into position.
 
+
<br>
==Rules Used==
+
<table cellpadding="4" bgcolor=#ffffff>
 
+
<tr valign="top">
 +
<td>[[file:Gears.PNG]]</td>
 +
<td><font size="3">'''Rules Used:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
*'''[[Session_Rule_List_with_Parameters#Trigger_Check_Rule|Trigger Check Rule]]''' to trigger the event.
 
*'''[[Session_Rule_List_with_Parameters#Trigger_Check_Rule|Trigger Check Rule]]''' to trigger the event.
 
*'''[[Session_Rule_List_with_Parameters#Set_Junctions_Rule|Set Junctions Rule]]''' to set junctions.
 
*'''[[Session_Rule_List_with_Parameters#Set_Junctions_Rule|Set Junctions Rule]]''' to set junctions.
 
+
<br>
==Session Rules Screenshot==
+
<table cellpadding="4" bgcolor=#ffffff>
 +
<tr valign="top">
 +
<td>[[file:screenshot.PNG]]</td>
 +
<td><font size="3">'''Session Editor Screenshot:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
<table>
 
<table>
 
<tr>
 
<tr>
Line 27: Line 43:
 
</tr>
 
</tr>
 
</table>
 
</table>
 
+
<br>
==Explanation==
+
<table cellpadding="4" bgcolor=#ffffff>
 
+
<tr valign="top">
 +
<td>[[file:explanation.PNG]]</td>
 +
<td><font size="3">'''Description:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
*'''Line 1: Trigger Check''' The event is triggered when the consist reaches a trigger. This executes the following rule.  
 
*'''Line 1: Trigger Check''' The event is triggered when the consist reaches a trigger. This executes the following rule.  
 
**'''Line 2: Set Junctions''' Sets selected junctions to set directions and specifies the level of control by the users and AI.
 
**'''Line 2: Set Junctions''' Sets selected junctions to set directions and specifies the level of control by the users and AI.
 +
<br>
 +
For example:-
 
<table>
 
<table>
 
<tr>
 
<tr>
Line 40: Line 63:
 
='''Application 2: Asking the User to Set Junctions'''=
 
='''Application 2: Asking the User to Set Junctions'''=
  
==The Scenario==
+
<table cellpadding="4" bgcolor=#ffffff>
 
+
<tr valign="top">
 +
<td>[[file:binoculars.PNG]]</td>
 +
<td><font size="3">'''The Scenario:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
A consist has been halted at a trigger placed in front of a junction. The user will be asked to set that junction and the following junction before the consist can proceed.  
 
A consist has been halted at a trigger placed in front of a junction. The user will be asked to set that junction and the following junction before the consist can proceed.  
 
+
<br><br>
==Preconditions==
+
<table cellpadding="4" bgcolor=#ffffff>
 +
<tr valign="top">
 +
<td>[[file:conditions.PNG]]</td>
 +
<td><font size="3">'''Preconditions:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
*'''[[Session_Rule_List_with_Parameters#Navigation_Display_Rule|Navigation Display Rule]]''' to create a navigation point set.
 
*'''[[Session_Rule_List_with_Parameters#Navigation_Display_Rule|Navigation Display Rule]]''' to create a navigation point set.
 
+
<br>
==Rules Used==
+
<table cellpadding="4" bgcolor=#ffffff>
 
+
<tr valign="top">
 +
<td>[[file:Gears.PNG]]</td>
 +
<td><font size="3">'''Rules Used:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
*'''[[Session_Rule_List_with_Parameters#Wait_on_Navigation_Point_Rule|Wait on Navigation Point Rule]]''' to trigger the event.
 
*'''[[Session_Rule_List_with_Parameters#Wait_on_Navigation_Point_Rule|Wait on Navigation Point Rule]]''' to trigger the event.
 
*'''[[Session_Rule_List_with_Parameters#Message_Popup_Rule|Message Popup Rule]]''' to open a message window on the screen.
 
*'''[[Session_Rule_List_with_Parameters#Message_Popup_Rule|Message Popup Rule]]''' to open a message window on the screen.
 
*'''[[Session_Rule_List_with_Parameters#Multiple_Junction_Alignment_Check_Rule|Multiple Junction Alignment Check Rule]]''' to test if specified junctions are set correctly.
 
*'''[[Session_Rule_List_with_Parameters#Multiple_Junction_Alignment_Check_Rule|Multiple Junction Alignment Check Rule]]''' to test if specified junctions are set correctly.
 
+
<br>
==Session Rules Screenshot==
+
<table cellpadding="4" bgcolor=#ffffff>
 +
<tr valign="top">
 +
<td>[[file:screenshot.PNG]]</td>
 +
<td><font size="3">'''Session Editor Screenshot:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
<table>
 
<table>
 
<tr>
 
<tr>
Line 59: Line 104:
 
</tr>
 
</tr>
 
</table>
 
</table>
 
+
<br>
==Explanation==
+
<table cellpadding="4" bgcolor=#ffffff>
 
+
<tr valign="top">
 +
<td>[[file:explanation.PNG]]</td>
 +
<td><font size="3">'''Description:'''</font></td>
 +
</tr>
 +
</table>
 +
----
 
*'''Line 1: Wait on Navigation Point''' The event is triggered when the consist halts at the navigation point assigned to the trigger. This executes the following rules simultaneously  
 
*'''Line 1: Wait on Navigation Point''' The event is triggered when the consist halts at the navigation point assigned to the trigger. This executes the following rules simultaneously  
 
**'''Line 2: Message Popup''' Displays a message window asking that the next two junctions be manually set.
 
**'''Line 2: Message Popup''' Displays a message window asking that the next two junctions be manually set.

Revision as of 22:09, 11 July 2018

Contents


DotPoint.JPG Junctions can be controlled by Session Rules during the running of a Session.


The following applications give examples of using Session Rules to control junctions.

Application 1: Presetting Junctions

Binoculars.PNG The Scenario:

When a consist reaches a trigger, the junctions ahead are set and locked into position.

Gears.PNG Rules Used:


Screenshot.PNG Session Editor Screenshot:

SetJunctions.JPG


Explanation.PNG Description:

  • Line 1: Trigger Check The event is triggered when the consist reaches a trigger. This executes the following rule.
    • Line 2: Set Junctions Sets selected junctions to set directions and specifies the level of control by the users and AI.


For example:-

SetJunctionsList.JPG


Application 2: Asking the User to Set Junctions

Binoculars.PNG The Scenario:

A consist has been halted at a trigger placed in front of a junction. The user will be asked to set that junction and the following junction before the consist can proceed.

Conditions.PNG Preconditions:


Gears.PNG Rules Used:


Screenshot.PNG Session Editor Screenshot:

TestJunctions.JPG


Explanation.PNG Description:

  • Line 1: Wait on Navigation Point The event is triggered when the consist halts at the navigation point assigned to the trigger. This executes the following rules simultaneously
    • Line 2: Message Popup Displays a message window asking that the next two junctions be manually set.
    • Line 3: Multiple Junction Alignment Check tests the switch directions of the next two junctions and waits until they are aligned as specified.
JunctionSettings.JPG
Checking junction switch settings

The following line is executed only if the junctions are set correctly

  • Line 4: Message Popup Displays a message window stating that the junctions are now correctly set.



Trainz Wiki


Route Creation Tutorials:


Session Creation Tutorials:

Personal tools