Component: On / Off Indicator (Digital Indicator )
From Flowcode Help
Jump to navigationJump to search| Author | Matrix TSL |
| Version | 1.0 |
| Category | Digital Indicator |
Contents
On / Off Indicator component
A simple component to create an on / off type indicator on the panel.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Indicator.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_Indicator.fcsx
Detailed description
No detailed description exists yet for this component
Examples
No examples here yet
Macro reference
GetSwitch
| GetSwitch | |
| Reads back the status of the indicator | |
| Return | |
Switch
| Switch | |
| Sets the indicator to the value dictated by the State parameter | |
| State | |
| Return | |
SwitchOff
| SwitchOff | |
| Sets the indicator to the Off state. | |
| Return | |
SwitchOn
| SwitchOn | |
| Sets the indicator to the On state. | |
| Return | |