Difference between revisions of "Component: LED (BL0167) (E-blocks 2)"
From Flowcode Help
Jump to navigationJump to search| Line 17: | Line 17: | ||
| ==Component Source Code== | ==Component Source Code== | ||
| − | Please click here to download the component source project: [https://www.flowcode.co.uk/ | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_EBlocks2_LED_BL0167.fcfx FC_Comp_Source_EBlocks2_LED_BL0167.fcfx] | 
| Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_EBlocks2_LED_BL0167.fcfx FC_Comp_Source_EBlocks2_LED_BL0167.fcfx] | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_EBlocks2_LED_BL0167.fcfx FC_Comp_Source_EBlocks2_LED_BL0167.fcfx] | ||
| ==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 32: | Line 34: | ||
| ==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 44: | Line 48: | ||
| ==Macro reference== | ==Macro reference== | ||
| + | |||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''BarGraph''' | ||
| + | |- | ||
| + | | colspan="2" | Turns on the first N elements of the array - for generating bar graph metes etc.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | Length | ||
| + | |- | ||
| + | | colspan="2" | How many items to light up. Range 0-8  | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''LEDOn''' | ||
| + | |- | ||
| + | | colspan="2" | Turns on the selected LED leaving the other LEDs as was.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | Index | ||
| + | |- | ||
| + | | colspan="2" | LED to switch on. Range: 0-7  | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AllOn''' | ||
| + | |- | ||
| + | | colspan="2" | Switches On All LEDs.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''LEDOff''' | ||
| + | |- | ||
| + | | colspan="2" | Turns off the selected LED leaving the other LEDs as was.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | Index | ||
| + | |- | ||
| + | | colspan="2" | LED to switch off. Range: 0-7  | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''PointGraph''' | ||
| + | |- | ||
| + | | colspan="2" | Turns on the Indexed LED and turns all others off. Does nothing if the index is out of range.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | Index | ||
| + | |- | ||
| + | | colspan="2" | The LED to light. Range: 0-7  | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''WriteValue''' | ||
| + | |- | ||
| + | | colspan="2" | Write a number which is presented on the LEDs in binary.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-u8-icon.png]] - BYTE | ||
| + | | width="90%" | Value | ||
| + | |- | ||
| + | | colspan="2" | Value to write to the LEDs. Range: 0-255  | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AllOff''' | ||
| + | |- | ||
| + | | colspan="2" | Switches Off All LEDs.  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
| + | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
| + | |} | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==Property reference== | ||
| + | |||
| + | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
| + | |- | ||
| + | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
| + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  | ||
| + | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
| + | | width="90%" | Output Mode | ||
| + | |- | ||
| + | | colspan="2" |   | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-type-19-icon.png]] | ||
| + | | width="90%" | Port | ||
| + | |- | ||
| + | | colspan="2" |   | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
| + | | width="90%" | Colour | ||
| + | |- | ||
| + | | colspan="2" |   | ||
| + | |}==Macro reference== | ||
| {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
Revision as of 09:56, 27 January 2023
| Author | Matrix TSL | 
| Version | 1.0 | 
| Category | E-blocks 2 | 
Contents
LED component
LED component to drive the E-blocks 2 BL0167 LED board. Provides eight individually addressable LEDs.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_EBlocks2_LED_BL0167.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_EBlocks2_LED_BL0167.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
|   | BarGraph | 
| Turns on the first N elements of the array - for generating bar graph metes etc. | |
|  - BYTE | Length | 
| How many items to light up. Range 0-8 | |
|  - VOID | Return | 
|   | LEDOn | 
| Turns on the selected LED leaving the other LEDs as was. | |
|  - BYTE | Index | 
| LED to switch on. Range: 0-7 | |
|  - VOID | Return | 
|   | AllOn | 
| Switches On All LEDs. | |
|  - VOID | Return | 
|   | LEDOff | 
| Turns off the selected LED leaving the other LEDs as was. | |
|  - BYTE | Index | 
| LED to switch off. Range: 0-7 | |
|  - VOID | Return | 
|   | PointGraph | 
| Turns on the Indexed LED and turns all others off. Does nothing if the index is out of range. | |
|  - BYTE | Index | 
| The LED to light. Range: 0-7 | |
|  - VOID | Return | 
|   | WriteValue | 
| Write a number which is presented on the LEDs in binary. | |
|  - BYTE | Value | 
| Value to write to the LEDs. Range: 0-255 | |
|  - VOID | Return | 
|   | AllOff | 
| Switches Off All LEDs. | |
|  - VOID | Return | 
Property reference
|   | Properties | 
|   | Output Mode | 
|   | Port | 
|   | Colour | 
==Macro reference==
|   | BarGraph | 
| Turns on the first N elements of the array - for generating bar graph metes etc. | |
|  - BYTE | Length | 
| How many items to light up. Range 0-8 | |
|  - VOID | Return | 
|   | LEDOn | 
| Turns on the selected LED leaving the other LEDs as was. | |
|  - BYTE | Index | 
| LED to switch on. Range: 0-7 | |
|  - VOID | Return | 
|   | AllOn | 
| Switches On All LEDs. | |
|  - VOID | Return | 
|   | LEDOff | 
| Turns off the selected LED leaving the other LEDs as was. | |
|  - BYTE | Index | 
| LED to switch off. Range: 0-7 | |
|  - VOID | Return | 
|   | PointGraph | 
| Turns on the Indexed LED and turns all others off. Does nothing if the index is out of range. | |
|  - BYTE | Index | 
| The LED to light. Range: 0-7 | |
|  - VOID | Return | 
|   | WriteValue | 
| Write a number which is presented on the LEDs in binary. | |
|  - BYTE | Value | 
| Value to write to the LEDs. Range: 0-255 | |
|  - VOID | Return | 
|   | AllOff | 
| Switches Off All LEDs. | |
|  - VOID | Return | 
Property reference
|   | Properties | 
|   | Output Mode | 
|   | Port | 
|   | Colour | 
==Macro reference==
|   | BarGraph | 
| Turns on the first N elements of the array - for generating bar graph metes etc. | |
|  - BYTE | Length | 
| How many items to light up. Range 0-8 | |
|  - VOID | Return | 
|   | LEDOn | 
| Turns on the selected LED leaving the other LEDs as was. | |
|  - BYTE | Index | 
| LED to switch on. Range: 0-7 | |
|  - VOID | Return | 
|   | AllOn | 
| Switches On All LEDs. | |
|  - VOID | Return | 
|   | LEDOff | 
| Turns off the selected LED leaving the other LEDs as was. | |
|  - BYTE | Index | 
| LED to switch off. Range: 0-7 | |
|  - VOID | Return | 
|   | PointGraph | 
| Turns on the Indexed LED and turns all others off. Does nothing if the index is out of range. | |
|  - BYTE | Index | 
| The LED to light. Range: 0-7 | |
|  - VOID | Return | 
|   | WriteValue | 
| Write a number which is presented on the LEDs in binary. | |
|  - BYTE | Value | 
| Value to write to the LEDs. Range: 0-255 | |
|  - VOID | Return | 
|   | AllOff | 
| Switches Off All LEDs. | |
|  - VOID | Return | 
Property reference
|   | Properties | 
|   | Output Mode | 
|   | Port | 
|   | Colour | 
==Macro reference==
|   | BarGraph | 
| Turns on the first N elements of the array - for generating bar graph metes etc. | |
|  - BYTE | Length | 
| How many items to light up. Range 0-8 | |
|  - VOID | Return | 
|   | LEDOn | 
| Turns on the selected LED leaving the other LEDs as was. | |
|  - BYTE | Index | 
| LED to switch on. Range: 0-7 | |
|  - VOID | Return | 
|   | AllOn | 
| Switches On All LEDs. | |
|  - VOID | Return | 
|   | LEDOff | 
| Turns off the selected LED leaving the other LEDs as was. | |
|  - BYTE | Index | 
| LED to switch off. Range: 0-7 | |
|  - VOID | Return | 
|   | PointGraph | 
| Turns on the Indexed LED and turns all others off. Does nothing if the index is out of range. | |
|  - BYTE | Index | 
| The LED to light. Range: 0-7 | |
|  - VOID | Return | 
|   | WriteValue | 
| Write a number which is presented on the LEDs in binary. | |
|  - BYTE | Value | 
| Value to write to the LEDs. Range: 0-255 | |
|  - VOID | Return | 
|   | AllOff | 
| Switches Off All LEDs. | |
|  - VOID | Return | 
Property reference
|   | Properties | 
|   | Output Mode | 
|   | Port | 
|   | Colour | 
