Component: Pedestrian Crossing (Scenarios): Difference between revisions
Appearance
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 72: | Line 72: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''AutomaticMode''' | ||
|- | |- | ||
| colspan="2" | Enables or Disables automatic mode where the lights will automatically cycle between modes. | | colspan="2" | Enables or Disables automatic mode where the lights will automatically cycle between modes. | ||
| Line 91: | Line 91: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetLightState''' | ||
|- | |- | ||
| colspan="2" | Reads the state of one of the light sets. Returns the state as a number. 0=Red, 1=Red+Wait, 2=Green, 3=FlashingGreen, 4=Unknown State | | colspan="2" | Reads the state of one of the light sets. Returns the state as a number. 0=Red, 1=Red+Wait, 2=Green, 3=FlashingGreen, 4=Unknown State | ||
| Line 105: | Line 105: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetStopGo''' | ||
|- | |- | ||
| colspan="2" | Reads one of the light sets to determine if it is safe to go through the lights. Returns 1 for a Green light, otherwise returns 0. | | colspan="2" | Reads one of the light sets to determine if it is safe to go through the lights. Returns 1 for a Green light, otherwise returns 0. | ||
| Line 119: | Line 119: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ReadSwitch''' | ||
|- | |- | ||
| colspan="2" | Check to see if switch is currently pressed. Return: 0 = Not Pressed, 1 = Pressed | | colspan="2" | Check to see if switch is currently pressed. Return: 0 = Not Pressed, 1 = Pressed | ||
| Line 133: | Line 133: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetLightState''' | ||
|- | |- | ||
| colspan="2" | Follows the standard pedestrian crossing light sequence. 0=Red, 1=Red+Wait lit, 2=Green, 3=Green flashing for the duration in properties | | colspan="2" | Follows the standard pedestrian crossing light sequence. 0=Red, 1=Red+Wait lit, 2=Green, 3=Green flashing for the duration in properties | ||
| Line 152: | Line 152: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetLights''' | ||
|- | |- | ||
| colspan="2" | Direct control over all 3 of the lights. | | colspan="2" | Direct control over all 3 of the lights. | ||
| Line 182: | Line 182: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Colours | ||
|- | |- | ||
|- | |- | ||
| Line 214: | Line 214: | ||
| colspan="2" | Colour Picker to set the Colour of all indicators when they are switched off. | | colspan="2" | Colour Picker to set the Colour of all indicators when they are switched off. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Timings - Automatic Mode | ||
|- | |- | ||
|- | |- | ||
| Line 233: | Line 233: | ||
| colspan="2" | Amount of time to wait in milliseconds to warn pedestrians to finish crossing the road. | | colspan="2" | Amount of time to wait in milliseconds to warn pedestrians to finish crossing the road. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Button Callback | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:36, 13 July 2026
| Author | Matrix TSL |
| Version | 7.7 |
| Category | Scenarios |
Pedestrian Crossing component
A set of pedestrian crossing lights complete with manual light control, a simple state machine and an automatic mode to allow the lights to take care of themselves.
Version information
Library Version, Component Version, Date, Author, Info 3, 3.0, 18-09-24, MW, Changed appearance by adding a separate button with a wait indicator 4, 4.0, 25-09-24, MW, Changed when WAIT indictor is switched off 7, 7.0, 28-02-25, MW, Fixed bug which shows both red and green on solid 7, 7.0, 28-02-25, MW, Changed green flash rate so it remains constant during the flash time duration 7, 7.0, 28-02-25, MW, Fixed state 3 as green was not flashing 7, 7.0, 28-02-25, MW, Fixed so Wait is not lit on button press when not required 7, 7.0, 28-02-25, MW, Added tool tip text to SetLightState
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
AutomaticMode
| AutomaticMode | |
| Enables or Disables automatic mode where the lights will automatically cycle between modes. | |
| Mode | |
| 0 = Auto Mode Disabled, 1 = Auto Mode Enabled | |
| Return | |
GetLightState
| GetLightState | |
| Reads the state of one of the light sets. Returns the state as a number. 0=Red, 1=Red+Wait, 2=Green, 3=FlashingGreen, 4=Unknown State | |
| Return | |
GetStopGo
| GetStopGo | |
| Reads one of the light sets to determine if it is safe to go through the lights. Returns 1 for a Green light, otherwise returns 0. | |
| Return | |
ReadSwitch
| ReadSwitch | |
| Check to see if switch is currently pressed. Return: 0 = Not Pressed, 1 = Pressed | |
| Return | |
SetLightState
SetLights
| SetLights | |
| Direct control over all 3 of the lights. | |
| Red | |
| 0 = Off, 1 = On | |
| Green | |
| 0 = Off, 1 = On | |
| Wait | |
| 0 = Off, 1 = On | |
| Return | |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_PedestrianCrossing_GDI.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_PedestrianCrossing_GDI.fcfx