Difference between revisions of "Component: On / Off Indicator (Indicators )"
From Flowcode Help
Jump to navigationJump to searchLine 16: | Line 16: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 24: | Line 26: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 47: | Line 51: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:]] - | + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
Line 73: | Line 77: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL |
| width="90%" | State | | width="90%" | State | ||
|- | |- |
Revision as of 13:29, 17 November 2021
Author | Matrix TSL |
Version | 1.0 |
Category | Indicators |
Contents
On / Off Indicator component
A simple component to create an on / off type indicator on the panel.
Detailed description
No detailed description exists yet for this component
Examples
Industrial Tanks
A simple example showing the hoppers, valves and pipes working together. Each tank automatically empties in turn.
Downloadable macro reference
![]() |
GetSwitch |
Reads back the status of the indicator | |
![]() |
Return |
![]() |
SwitchOn |
Sets the indicator to the On state. | |
![]() |
Return |
![]() |
Switch |
Sets the indicator to the value dictated by the State parameter | |
![]() |
State |
![]() |
Return |
![]() |
SwitchOff |
Sets the indicator to the Off state. | |
![]() |
Return |