Difference between revisions of "Component: Output Digital (DSP Outputs)"
From Flowcode Help
Jump to navigationJump to searchLine 73: | Line 73: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Line 79: | Line 81: | ||
==Macro reference== | ==Macro reference== | ||
+ | ===GetIntArray=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 102: | Line 105: | ||
+ | ===GetLongArray=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 125: | Line 129: | ||
+ | ===GetFloatArray=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 148: | Line 153: | ||
+ | ===GetFloat=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 161: | Line 167: | ||
+ | ===GetLong=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 174: | Line 181: | ||
+ | ===GetInt=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 187: | Line 195: | ||
+ | ===GetByteArray=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- | ||
Line 210: | Line 219: | ||
+ | ===GetByte=== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
|- | |- |
Revision as of 11:49, 3 February 2023
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP Outputs |
Contents
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
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 |
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 |
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 |
GetFloat
![]() |
GetFloat |
Returns a float value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
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 |
GetInt
![]() |
GetInt |
Returns an integer 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 |
GetByte
![]() |
GetByte |
Returns a byte value from the specified buffer. Auto increments the read location if the buffer size is greater than 1. | |
![]() |
Return |