Difference between revisions of "Component: DSPBuffer (DSP)"
From Flowcode Help
Jump to navigationJump to search(3 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
==DSPBuffer component== | ==DSPBuffer component== | ||
Creates a DSP buffer to be embedded into a DSP component to hold any output values. | Creates a DSP buffer to be embedded into a DSP component to hold any output values. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Detailed description== | ==Detailed description== | ||
Line 82: | Line 76: | ||
{{fcfile|PID_Control_Sim.fcfx|PID Control}} | {{fcfile|PID_Control_Sim.fcfx|PID Control}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 261: | Line 261: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
− | |||
− | |||
Line 323: | Line 321: | ||
| colspan="2" | | | colspan="2" | | ||
|} | |} | ||
+ | |||
+ | ==Component Source Code== | ||
+ | |||
+ | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_DSP_Buff.fcfx FC_Comp_Source_DSP_Buff.fcfx] | ||
+ | |||
+ | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_DSP_Buff.fcfx FC_Comp_Source_DSP_Buff.fcfx] |
Latest revision as of 08:58, 9 June 2025
Author | Matrix TSL |
Version | 1.0 |
Category | DSP |
Contents
DSPBuffer component
Creates a DSP buffer to be embedded into a DSP component to hold any output values.
Detailed description
No detailed description exists yet for this component
Examples
Some examples containing the Input ADC component.
Macro reference
Prv_GetConsole
![]() |
Prv_GetConsole |
![]() |
Idx |
![]() |
Return |
Prv_GetPropStr
![]() |
Prv_GetPropStr |
![]() |
Idx |
![]() |
Return |
Prv_PutConsole
![]() |
Prv_PutConsole |
![]() |
Idx |
![]() |
Val |
![]() |
Return |
Prv_PutPropStr
![]() |
Prv_PutPropStr |
![]() |
Idx |
![]() |
Val |
![]() |
Return |
get
![]() |
get |
Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
![]() |
idx |
![]() |
Return |
get_float
![]() |
get_float |
Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
![]() |
idx |
![]() |
Return |
put
![]() |
put |
Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
![]() |
idx |
![]() |
val |
![]() |
Return |
put_float
![]() |
put_float |
Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
![]() |
idx |
![]() |
val |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Val |
![]() |
Parent Name |
![]() |
Buffer Size |
![]() |
Buffer Type |
![]() |
Data Recorder Trace |
![]() |
Console |
![]() |
Console Size |
![]() |
Text |
![]() |
Orientation |
![]() |
Enabled |
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DSP_Buff.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_Buff.fcfx