Difference between revisions of "Component: Simulated Control Load (DSP Operators)"
From Flowcode Help
Jump to navigationJump to search(4 intermediate revisions by the same user not shown) | |||
Line 73: | Line 73: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 81: | Line 91: | ||
==Macro reference== | ==Macro reference== | ||
− | === | + | ===SimulateLoad=== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
− | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | ''' | + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SimulateLoad''' |
|- | |- | ||
− | | colspan="2" | | + | | colspan="2" | Simulates a load change with a new control value being applied and a new feedback signal gathered from the output. |
|- | |- | ||
|- | |- | ||
Line 95: | Line 105: | ||
− | === | + | ===SimulateLoadArray=== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
− | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | ''' | + | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SimulateLoadArray''' |
|- | |- | ||
− | | colspan="2" | | + | | colspan="2" | Passes an entire buffer into the delay buffer and spits out a delayed version of the buffer at the other end |
|- | |- | ||
|- | |- | ||
Line 107: | Line 117: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
− | |||
− | |||
Latest revision as of 10:26, 20 October 2023
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP Operators |
Contents
Simulated Control Load component
Allows a simulated load to be connected to the DSP network allowing you to model external factors such as Motor Speed, Motor Position, Temperature, Humidity, Pressure, Flow etc. Useful when used with a feedback based control system.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DSP_SimLoad.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_SimLoad.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
SimulateLoad
![]() |
SimulateLoad |
Simulates a load change with a new control value being applied and a new feedback signal gathered from the output. | |
![]() |
Return |
SimulateLoadArray
![]() |
SimulateLoadArray |
Passes an entire buffer into the delay buffer and spits out a delayed version of the buffer at the other end | |
![]() |
Return |