Component: On/Off Control (DSP Operators): Difference between revisions
No edit summary |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 108: | Line 108: | ||
As with other DSP components the raw signals and values can be seen in the data recorder and console windows. | As with other DSP components the raw signals and values can be seen in the data recorder and console windows. | ||
| Line 116: | Line 126: | ||
===Process=== | ===Process=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | 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 130: | Line 140: | ||
===ProcessArray=== | ===ProcessArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | 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 141: | Line 151: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| Line 173: | Line 181: | ||
| colspan="2" | Sets the buffer data type. | | colspan="2" | Sets the buffer data type. | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Control | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:36, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.2 |
| Category | DSP Operators |
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_OnOffControl.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_OnOffControl.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Here is a project file showing an on off control system for a system such as an electric oven.
The setpoint is set via an analogue input which controls the desired temperature of the system.
In this first example the feedback is provided using the simulated load DSP component which simply takes a percentage of the last output and combines with a percentage of the new output.
This allows easy moddeling of systems such as ovens that heat up and cool down over time which allows you to see the system in action.
You assign a setpoint and then the system will get to temperature and then maintain the output by automatically switching the output on and off.
When the feedback is less then the setpoint minus the hysteresis then the output is switched on.
When the feedback is more then the setpoint then the output is switched off.
On Off Control Simulated Output Example
In this second example the feedback is provided via a temperature sensor component. This shows how you would do it with a real system using a sensor to complete the feedback loop.
As with other DSP components the raw signals and values can be seen in the data recorder and console windows.
Macro reference
Process
| Process | |
| Processes the current value from a buffer. | |
| Return | |
ProcessArray
| ProcessArray | |
| Processes an entire buffer, either by performing the control operation to every value in the buffer or just the last value. | |
| Return | |