Component: Output Digital (DSP Outputs): Difference between revisions
Appearance
No edit summary |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 92: | Line 92: | ||
===GetByte=== | ===GetByte=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetByte''' | ||
|- | |- | ||
| colspan="2" | Returns a byte value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | | colspan="2" | Returns a byte value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | ||
| Line 106: | Line 106: | ||
===GetByteArray=== | ===GetByteArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetByteArray''' | ||
|- | |- | ||
| colspan="2" | Returns an array of byte values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | | colspan="2" | Returns an array of byte values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | ||
| Line 130: | Line 130: | ||
===GetFloat=== | ===GetFloat=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetFloat''' | ||
|- | |- | ||
| colspan="2" | Returns a float value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | | colspan="2" | Returns a float value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | ||
| Line 144: | Line 144: | ||
===GetFloatArray=== | ===GetFloatArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetFloatArray''' | ||
|- | |- | ||
| colspan="2" | Returns an array of float values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | | colspan="2" | Returns an array of float values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | ||
| Line 168: | Line 168: | ||
===GetInt=== | ===GetInt=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetInt''' | ||
|- | |- | ||
| colspan="2" | Returns an integer value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | | colspan="2" | Returns an integer value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | ||
| Line 182: | Line 182: | ||
===GetIntArray=== | ===GetIntArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetIntArray''' | ||
|- | |- | ||
| colspan="2" | Returns an array of integer values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | | colspan="2" | Returns an array of integer values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | ||
| Line 206: | Line 206: | ||
===GetLong=== | ===GetLong=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetLong''' | ||
|- | |- | ||
| colspan="2" | Returns a long value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | | colspan="2" | Returns a long value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | ||
| Line 220: | Line 220: | ||
===GetLongArray=== | ===GetLongArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetLongArray''' | ||
|- | |- | ||
| colspan="2" | Returns an array of long values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | | colspan="2" | Returns an array of long values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | ||
| Line 245: | Line 245: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:23, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.2 |
| Category | DSP Outputs |
Output Digital component
Allows the values from a buffer to be read. Either a value at a time or as an array.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DSP_Output.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_Output.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetByte
| GetByte | |
| Returns a byte value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
| Return | |
GetByteArray
| GetByteArray | |
| Returns an array of byte values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
| Data | |
| Count | |
| Return | |
GetFloat
| GetFloat | |
| Returns a float value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
| Return | |
GetFloatArray
| GetFloatArray | |
| Returns an array of float values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
| Data | |
| Count | |
| Return | |
GetInt
| GetInt | |
| Returns an integer value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
| Return | |
GetIntArray
| GetIntArray | |
| Returns an array of integer values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
| Data | |
| Count | |
| Return | |
GetLong
| GetLong | |
| Returns a long value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
| Return | |
GetLongArray
| GetLongArray | |
| Returns an array of long values from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
| Data | |
| Count | |
| Return | |