Component: Data Queue to Bits (DSP Inputs): Difference between revisions
Appearance
Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 1.2 |- | width="20%" style="color:gray..." |
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"" |
||
| Line 94: | Line 94: | ||
===CountQueueData=== | ===CountQueueData=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 113: | Line 113: | ||
===FetchNextDataBit=== | ===FetchNextDataBit=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 127: | Line 127: | ||
===QueueByte=== | ===QueueByte=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 146: | Line 146: | ||
===QueueByteArray=== | ===QueueByteArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 170: | Line 170: | ||
===QueueFloat=== | ===QueueFloat=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 189: | Line 189: | ||
===QueueFloatArray=== | ===QueueFloatArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 213: | Line 213: | ||
===QueueInt=== | ===QueueInt=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 232: | Line 232: | ||
===QueueIntArray=== | ===QueueIntArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 256: | Line 256: | ||
===QueueLong=== | ===QueueLong=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 275: | Line 275: | ||
===QueueLongArray=== | ===QueueLongArray=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 299: | Line 299: | ||
===QueueString=== | ===QueueString=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| 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]] | ||
| Line 319: | Line 319: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | ||
Revision as of 14:15, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.2 |
| Category | DSP Inputs |
Data Queue to Bits component
Allows data to be loaded into a buffer and then output a bit at a time into the DSP system. Useful for things like communications where data is modulated and sent out a bit at a time.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DSP_DataToBits.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DSP_DataToBits.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
CountQueueData
| CountQueueData | |
| Returns the number of data bytes/bits remaining in the queue. The bit count includes start/stop bits. | |
| CountBits | |
| 0=Return Byte Count, 1=Return Bit Count | |
| Return | |
FetchNextDataBit
| FetchNextDataBit | |
| Gets the next stored bit from the data queue. If the data queue is empty then returns the default state. | |
| Return | |
QueueByte
| QueueByte | |
| Adds a single byte value to the data buffer. | |
| Data | |
| Return | |
QueueByteArray
| QueueByteArray | |
| Adds an array of byte values to the data buffer. | |
| Data | |
| Count | |
| Return | |
QueueFloat
| QueueFloat | |
| Adds a single float value to the buffer. A 32-bit Float value occupies 4-bytes in the buffer. | |
| Data | |
| Return | |
QueueFloatArray
| QueueFloatArray | |
| Adds an array of float values to the data buffer. A 32-bit Float value occupies 4-bytes in the buffer. | |
| Data | |
| Count | |
| Return | |
QueueInt
| QueueInt | |
| Adds a single integer value to the data buffer. A 16-bit integer value occupies 2-bytes in the buffer. | |
| Data | |
| Return | |
QueueIntArray
| QueueIntArray | |
| Adds an array of integer values to the data buffer. A 16-bit integer value occupies 2-bytes in the buffer. | |
| Data | |
| Count | |
| Return | |
QueueLong
| QueueLong | |
| Adds a single long value to the data buffer. A 32-bit integer value occupies 4-bytes in the buffer. | |
| Data | |
| Return | |
QueueLongArray
| QueueLongArray | |
| Adds an array of long values to the data buffer. A 32-bit integer value occupies 4-bytes in the buffer. | |
| Data | |
| Count | |
| Return | |
QueueString
| QueueString | |
| Adds an string of characters to the data buffer. | |
| Data | |
| Return | |