Difference between revisions of "Component: Sensor Library Component (Misc)"
From Flowcode Help
Jump to navigationJump to searchLine 16: | Line 16: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 28: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 50: | Line 54: | ||
| colspan="2" | Range: 0 to (Value Count - 1) | | colspan="2" | Range: 0 to (Value Count - 1) | ||
|- | |- | ||
− | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:]] - | + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-f32-icon.png]] - FLOAT |
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
Line 94: | Line 98: | ||
| colspan="2" | Range: 0 to (Value Count - 1) | | colspan="2" | Range: 0 to (Value Count - 1) | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT |
| width="90%" | Value | | width="90%" | Value | ||
|- | |- |
Revision as of 13:32, 17 November 2021
Author | MatrixTSL |
Version | 1.0 |
Category | Misc |
Contents
Sensor Library Component component
A simple library component designed to create a panel presence for any components that have a numerical value and associated slider, for example a sensor. Compatible with linking icons.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
GetValue |
Gets the value of one of the Sliders / Text fields. | |
![]() |
Index |
Range: 0 to (Value Count - 1) | |
![]() |
Return |
![]() |
FlashRx |
Flashes the receive icon for a set period of time. Automatically clears the icon once time period is up. | |
![]() |
Return |
![]() |
FlashTx |
Flashes the transmit icon for a set period of time. Automatically clears the icon once time period is up. | |
![]() |
Return |
![]() |
SetValue |
Sets the value of one of the Sliders / Text fields. | |
![]() |
Index |
Range: 0 to (Value Count - 1) | |
![]() |
Value |
![]() |
Return |
![]() |
SetConsoleHandle |
Sets the link to the component console allowing for click through and for panel console viewer linkage. | |
[[File:]] - | Handle |
![]() |
Return |