Following on from the thread http://forums.uktrainsim.com/viewtopic.php?t=62800 I was trying to see how the regulator coding affected the Steam Chest Pressure and thereby slipping.
The TechDocs give the following details:
Parameter – Default Setting – Notes
RegulatorValveType - Twin_port - “single_port” or “twin_port”.
RegulatorSecondValveStartPosition – 0.5 - The degree through which the regulator must be moved in order to start the second valve operating.
RegulatorPilotValveExponent – 1 - The curvature of the control setting to effect curve for pilot or single port regulator operations.
RegulatorSecondValveExponent – 1 - The curvature of the control setting to effect curve for second valve regulator operations.
RegulatorPilotValveFullOpenning - 0.4 - The proportion of the maximum effect when the pilot valve is fully open.
RegulatorMainValveInitialOpenning - 0.5 - The proportion of the maximum effect when the main, or second valve is first opened.
The following code was used for the tests:
RegulatorValveType( Twin_port )
RegulatorSecondValveStartPosition( 0.6 )
RegulatorPilotValveExponent( 1 )
RegulatorSecondValveExponent( 1 )
RegulatorPilotValveFullOpenning( 1 )
RegulatorMainValveInitialOpenning( 0.6 )
1) Steam Chest Pressure - Varying the regulator:

This was not what I’d expected. From the code I assumed that there’d be a change at 0.6 (ie 60%) as the second valve “opened” rather than a straight line relationship throughout.
2) Steam Chest Pressure - Varying the cut off:
a) Regulator at 100%
b) Regulator at 50%

Again, straight line relationship, unaffected by the Regulator Valve parameters.
3) Steam Cylinder Rate - Varying the regulator:
Using the Extended HUD available with MSTSbin found the following, which matches the coding exactly, changing at 0.6 (60%):

The Steam Usage rate seen in the standard full HUD, appears to be linked to other parameters as well as this as it varies unpredictably during the tests; sometimes very close to the Steam Cylinder rate, sometimes thousands of lb/hr above it.
4) Steam Cylinder Rate - Varying the cut off:
a) Regulator at 100%
b) Regulator at 50%

As expected, the Steam Cylinder Rate at 100% regulator is more than twice that at 50% due to the Second Valve opening.
Before starting this I assumed that the Steam Cylinder Rate and the Steam Chest Pressure would be directly related – the higher the pressure the more steam went into the cylinders, but they’re two very different curves. Does anyone know how prototypical these behaviours are?



