Jump to content

Component: On/Off Control (DSP): Difference between revisions

From Flowcode Help
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead""
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
Line 61: Line 61:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Process'''
| width="90%" class="mtx-class-macrohead" | '''Process'''
|-
|-
| colspan="2" | Processes the current value from a buffer. 
| colspan="2" | Processes the current value from a buffer. 
Line 80: Line 80:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ProcessArray'''
| width="90%" class="mtx-class-macrohead" | '''ProcessArray'''
|-
|-
| colspan="2" | Processes an entire buffer, either by performing the control operation to every value in the buffer or just the last value. 
| colspan="2" | Processes an entire buffer, either by performing the control operation to every value in the buffer or just the last value. 
Line 100: Line 100:
|-
|-
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
| width="90%" class="mtx-class-macrohead" | '''Properties'''  
|-
|-
|-
|-

Revision as of 14:23, 13 July 2026

Author Matrix Ltd
Version 1.2
Category DSP


On/Off Control component

On/Off Control - Standard on off control as used on most ovens, toasters, irons.

Component Source Code

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

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

Detailed description

No detailed description exists yet for this component

Examples

No additional examples






Macro reference

Process

Process
Processes the current value from a buffer. 
- INT Setpoint
Value to specify the required control setpoint 
- VOID Return


ProcessArray

ProcessArray
Processes an entire buffer, either by performing the control operation to every value in the buffer or just the last value. 
- INT Setpoint
Value to specify the required control setpoint 
- VOID Return


Property reference

Properties
Connect To
DSP component with output buffer to collect our data from. 
Buffer Size
Number of individual elements the buffer can store, default 1. 
Buffer Type
Sets the buffer data type. 
Control