Component: Switch (EB007) (E-blocks 1)
From Flowcode Help
Jump to navigationJump to search| Author | Matrix Ltd. | 
| Version | 2.0 | 
| Category | E-blocks 1 | 
Contents
Switch component
An array of up to eight momentary push switches, each connected to a single pin of the specified port.
Component Source Code
Please click here for the component source code: FC_Comp_Source_switch_array_push_EB007.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
|   | ReadState | 
| Read the state of the switch at the given index. | |
|  - BYTE | Index | 
| The switch to read the status of. | |
|  - BOOL | Return | 
|   | WaitUntilHigh | 
| Pause the program until the switch at the given index is turned on. | |
|  - BYTE | Index | 
| Index of the switch to wait for. | |
|  - VOID | Return | 
|   | ReadAll | 
| Reads all of the switches at once, returning a byte containing one bit per switch. | |
|  - BYTE | Return | 
|   | GetHandle | 
| Retrieves the object handle of the switch component at the given index. | |
|  - BYTE | Index | 
|  - HANDLE | Return | 
|   | WaitUntilLow | 
| Pause the program until the switch at the given index is turned on. | |
|  - BYTE | Index | 
| Index of the switch to wait for. | |
|  - VOID | Return | 





