Difference between revisions of "Component: On/Off Control (DSP)"
Line 14: | Line 14: | ||
==On/Off Control component== | ==On/Off Control component== | ||
On/Off Control - Standard on off control as used on most ovens, toasters, irons. | On/Off Control - Standard on off control as used on most ovens, toasters, irons. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | DSP | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Line 101: | Line 109: | ||
|- | |- | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:Fc9-type- | + | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] |
| width="90%" | Setpoint Connect To | | width="90%" | Setpoint Connect To | ||
|- | |- | ||
− | | colspan="2" | DSP component with output buffer to collect our | + | | colspan="2" | DSP component with output buffer to collect our data from. |
|- | |- | ||
− | | width="10%" align="center" | [[File:Fc9-type- | + | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] |
| width="90%" | Feedback Connect To | | width="90%" | Feedback Connect To | ||
|- | |- | ||
− | | colspan="2" | DSP component with output buffer to collect our | + | | colspan="2" | DSP component with output buffer to collect our data from. |
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-21-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-21-icon.png]] |
Revision as of 16:18, 7 January 2022
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP |
Contents
On/Off Control component
On/Off Control - Standard on off control as used on most ovens, toasters, irons.
Component Pack
DSP
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.
Downloadable macro reference
![]() |
Process |
Processes the current value from a buffer. | |
![]() |
Return |
![]() |
ProcessArray |
Processes an entire buffer, either by performing the control operation to every value in the buffer or just the last value. | |
![]() |
Return |