Jump to content

Component: Circular Knob (Controls): Difference between revisions

From Flowcode Help
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder""
Line 129: Line 129:
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Appearance
| width="90%" class="mtx-class-propfolder" | Appearance
|-
|-
|-
|-
Line 148: Line 148:
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | Scale
| width="90%" class="mtx-class-propfolder" | Scale
|-
|-
|-
|-

Revision as of 14:35, 13 July 2026

Author Steve Tandy
Version 1.0
Category Controls


Circular Knob component

A circular 2d knob component.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_CircularKnob.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_CircularKnob.fcfx

Detailed description

No detailed description exists yet for this component

Examples

A basic App Developer example using two Circular knobs to simulate data e.g., temperature. Both xy chart and Console, log the data.

Logging Example







Macro reference

GetValue

GetValue
Returns the current value of the component. 
- FLOAT Return


SetValue

SetValue
Sets the component to the specified value. 
- FLOAT value
A new value for the component. 
- VOID Return


Property reference

Properties
Value
 
Appearance
Style
 
Pointer
 
Font Scale
 
Scale
Lower Bound
The bottom value of the scale. 
Upper Bound
The top value of the scale. 
Major Tick Step
The number of minor tick marks to show a major tick mark value. 
Minor Tick Step
The scale value between consecutive minor tick marks. 
Discrete Values
 
Label Format