Difference between revisions of "Component: Input Digital (DSP Inputs)"
From Flowcode Help
Jump to navigationJump to searchLine 75: | Line 75: | ||
{{Fcfile|Delay.fcfx|Delay}} | {{Fcfile|Delay.fcfx|Delay}} | ||
The input value in the example uses an ADC reading but this can be taken from anything such as a reading from a CSV file on a SD card or a value passed by a sensor on a I2C bus etc. | The input value in the example uses an ADC reading but this can be taken from anything such as a reading from a CSV file on a SD card or a value passed by a sensor on a I2C bus etc. | ||
+ | |||
+ | |||
Line 254: | Line 256: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
− | |||
− | |||
Revision as of 12:18, 3 February 2023
Author | Matrix Ltd |
Version | 1.2 |
Category | DSP Inputs |
Contents
Input Digital component
Allows the values from a buffer to be assigned. Either a value at a time or from an array. The input signal would usually take the form of an ADC reading or raw data values.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/DSP_Input.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/DSP_Input.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Here is a basic example demonstrating how to pass a value into the DSP chain.
Delay
The input value in the example uses an ADC reading but this can be taken from anything such as a reading from a CSV file on a SD card or a value passed by a sensor on a I2C bus etc.
Macro reference
AddByte
![]() |
AddByte |
Adds a single byte value to the current location in the specified buffer. Auto increments current location if output buffer size is greater than 1. | |
![]() |
Data |
![]() |
Return |
AddByteArray
AddFloat
![]() |
AddFloat |
Adds a single float value to the current location in the specified buffer. Auto increments current location if output buffer size is greater than 1. | |
![]() |
Data |
![]() |
Return |
AddFloatArray
AddInt
![]() |
AddInt |
Adds a single integer value to the current location in the specified buffer. Auto increments current location if output buffer size is greater than 1. | |
![]() |
Data |
![]() |
Return |
AddIntArray
AddLong
![]() |
AddLong |
Adds a single long value to the current location in the specified buffer. Auto increments current location if output buffer size is greater than 1. | |
![]() |
Data |
![]() |
Return |
AddLongArray
Property reference
![]() |
Properties |
![]() |
Buffer Size |
Number of individual elements the buffer can store, default 1. | |
![]() |
Buffer Type |
Sets the buffer data type, data is automatically scaled to fit and make full use of the data type. |