MBLogic for an open world in automation
Pilot lights are output devices and are controlled via their SVG "id".
Coloured pilot lights may have their colours of the central object set to whatever is commanded.
Type | Name | Label text? | Embedded Javascript? | Address with ID? | Description | |
---|---|---|---|---|---|---|
Pilot light. | pl_octagonal_<colour> | No | No | Yes | Octagonal pilot light. | |
Pilot light. | pl_round_<colour> | No | No | Yes | Round pilot light. | |
Pilot light. | pl_square_<colour> | No | No | Yes | Square pilot light. | |
Pilot light. | pl_labelled_<colour> | Yes | No | Yes | Oblong pilot light with text label (text comes in various colours). |
Animated pilot lights alternate between two colours, with one colour "growing" (increasing in diameter) from the centre outwards. This provides a "flashing" effect. Animated pilot lights are only available in certain colours and "flash" by alternating between two fixed colours. The flash rate is fixed at a period of 1 second.
SVG animations are a comparitively new feature in web browsers and may not work correctly in all browser versions even if that browser supports (non-animated) SVG. Test all your target browsers to see if they will work for you. SVG animations may place significant CPU load on the PC used to display them. Avoid using a large number of simultaneous animations and check the resulting CPU load on the target PC.
Type | Name | Label text? | Embedded Javascript? | Address with ID? | Description | |
---|---|---|---|---|---|---|
Pilot light. | pl_glow_<colour>_oct | No | No | Yes | Animated octagonal pilot light. | |
Pilot light. | pl_glow_<colour>_round | No | No | Yes | Animated round pilot light. | |
Pilot light. | pl_glow_<colour>_square | No | No | Yes | Animated square pilot light. |
Nominal Colour | "Off" Colour | "Flash" Colour |
---|---|---|
white | darkgrey | white |
darkblue | darkblue | lightblue |
blue | blue | violet |
green | darkgreen | lightgreen |
grey | darkgrey | lightgrey |
indigo | indigo | blue |
orange | orange | yellow |
red | red | brown |