Component: Oven Simulation (Scenarios): Difference between revisions
Appearance
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 46: | Line 46: | ||
|- | |- | ||
| 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%" | | width="90%" class="mtx-class-macrohead" | '''OutputAnalogue''' | ||
|- | |- | ||
| colspan="2" | Switch the oven element partially on, probably using something like PWM connected via a TRIAC or FET. | | colspan="2" | Switch the oven element partially on, probably using something like PWM connected via a TRIAC or FET. | ||
| Line 65: | Line 65: | ||
|- | |- | ||
| 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%" | | width="90%" class="mtx-class-macrohead" | '''OutputOff''' | ||
|- | |- | ||
| colspan="2" | Switch the oven element off, probably using something like a relay. | | colspan="2" | Switch the oven element off, probably using something like a relay. | ||
| Line 79: | Line 79: | ||
|- | |- | ||
| 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%" | | width="90%" class="mtx-class-macrohead" | '''OutputOn''' | ||
|- | |- | ||
| colspan="2" | Switch the oven element on, probably using something like a relay. | | colspan="2" | Switch the oven element on, probably using something like a relay. | ||
| Line 93: | Line 93: | ||
|- | |- | ||
| 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%" | | width="90%" class="mtx-class-macrohead" | '''ReadElementTemperature''' | ||
|- | |- | ||
| colspan="2" | Reads the temperature of the heater element | | colspan="2" | Reads the temperature of the heater element | ||
| Line 107: | Line 107: | ||
|- | |- | ||
| 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%" | | width="90%" class="mtx-class-macrohead" | '''ReadOvenTemperature''' | ||
|- | |- | ||
| colspan="2" | Reads the air temperature inside the oven | | colspan="2" | Reads the air temperature inside the oven | ||
| Line 121: | Line 121: | ||
|- | |- | ||
| 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%" | | width="90%" class="mtx-class-macrohead" | '''ReadPowerUsage''' | ||
|- | |- | ||
| colspan="2" | Reads the ovens power consumption in KWh. | | colspan="2" | Reads the ovens power consumption in KWh. | ||
| Line 135: | Line 135: | ||
|- | |- | ||
| 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%" | | width="90%" class="mtx-class-macrohead" | '''ResetPowerUsage''' | ||
|- | |- | ||
| colspan="2" | Resets the recorded power usage to 0KWh | | colspan="2" | Resets the recorded power usage to 0KWh | ||
| Line 150: | Line 150: | ||
|- | |- | ||
| 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%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
Revision as of 14:23, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Scenarios |
Oven Simulation component
Component designed to provide a simple simulation of a real world oven. Can be used with a simple controller such as on/off to create a standard kitchen oven. Can be used with a more complex controller such as PID to create a high accuracy temperature oven e.g. a SMD reflow oven.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_OvenSim.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_OvenSim.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Simulation demo designed to keep oven temperature to a close to 40C as possible
Macro reference
OutputAnalogue
| OutputAnalogue | |
| Switch the oven element partially on, probably using something like PWM connected via a TRIAC or FET. | |
| Value | |
| Range: 0.0 (OFF) to 1.0 (ON) | |
| Return | |
OutputOff
| OutputOff | |
| Switch the oven element off, probably using something like a relay. | |
| Return | |
OutputOn
| OutputOn | |
| Switch the oven element on, probably using something like a relay. | |
| Return | |
ReadElementTemperature
| ReadElementTemperature | |
| Reads the temperature of the heater element | |
| Return | |
ReadOvenTemperature
| ReadOvenTemperature | |
| Reads the air temperature inside the oven | |
| Return | |
ReadPowerUsage
| ReadPowerUsage | |
| Reads the ovens power consumption in KWh. | |
| Return | |
ResetPowerUsage
| ResetPowerUsage | |
| Resets the recorded power usage to 0KWh | |
| Return | |