Difference between revisions of "Component: DSPBuffer (DSP)"
From Flowcode Help
Jump to navigationJump to search(One intermediate revision 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. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | FREE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 28: | Line 36: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 83: | Line 95: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG |
| width="90%" | Val | | width="90%" | Val | ||
|- | |- | ||
Line 98: | Line 110: | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''get''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''get''' | ||
|- | |- | ||
− | | colspan="2" | | + | | colspan="2" | Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit |
|- | |- | ||
|- | |- | ||
Line 106: | Line 118: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
− | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:]] - | + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-s32-icon.png]] - LONG |
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
Line 115: | Line 127: | ||
| 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;" | '''put''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''put''' | ||
+ | |- | ||
+ | | colspan="2" | Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
+ | | width="90%" | idx | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG | ||
+ | | width="90%" | val | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | ||
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''put_float''' | ||
+ | |- | ||
+ | | colspan="2" | Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | ||
|- | |- | ||
|- | |- | ||
Line 124: | Line 159: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
− | | width="10%" align="center" | [[File:]] - | + | | width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT |
| width="90%" | val | | width="90%" | val | ||
|- | |- | ||
Line 165: | Line 200: | ||
| colspan="2" | | | colspan="2" | | ||
|- | |- | ||
− | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:]] - | + | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-s32-icon.png]] - LONG |
+ | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
+ | |- | ||
+ | | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | ||
+ | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''get_float''' | ||
+ | |- | ||
+ | | colspan="2" | Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | ||
+ | |- | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-u16-icon.png]] - UINT | ||
+ | | width="90%" | idx | ||
+ | |- | ||
+ | | colspan="2" | | ||
+ | |- | ||
+ | | width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-f32-icon.png]] - FLOAT | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
Line 229: | Line 282: | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 17:19, 9 November 2022
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.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
Some examples containing the Input ADC component.
Downloadable macro reference
![]() |
Prv_PutPropStr |
![]() |
Idx |
![]() |
Val |
![]() |
Return |
![]() |
Prv_PutConsole |
![]() |
Idx |
![]() |
Val |
![]() |
Return |
![]() |
get |
Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
![]() |
idx |
![]() |
Return |
![]() |
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 |
Embedded - Get/Set uses Type Specified to maintain efficiency Sim - Reverts to long type so 8/16 bit will also fit | |
![]() |
idx |
![]() |
val |
![]() |
Return |
![]() |
Prv_GetPropStr |
![]() |
Idx |
![]() |
Return |
![]() |
Prv_GetConsole |
![]() |
Idx |
![]() |
Return |
![]() |
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 |
Property reference
![]() |
Properties |
![]() |
Val |
![]() |
Parent Name |
![]() |
Buffer Size |
![]() |
Buffer Type |
![]() |
Data Recorder Trace |
![]() |
Console |
![]() |
Console Size |
![]() |
Text |
![]() |
Orientation |
![]() |
Enabled |