Difference between revisions of "Component: ADC Template 2D (Analog Input)"
From Flowcode Help
Jump to navigationJump to search| Line 14: | Line 14: | ||
==ADC Template 2D component== | ==ADC Template 2D component== | ||
Base ADC component with no graphical interface. Contains all of the embedded side component calls to provide an ADC interface suitable for wrapping with a new ADC style component. | Base ADC component with no graphical interface. Contains all of the embedded side component calls to provide an ADC interface suitable for wrapping with a new ADC style component. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Detailed description== | ==Detailed description== | ||
| Line 417: | Line 411: | ||
| colspan="2" | Selects if the scope traces are automatically generated or not | | colspan="2" | Selects if the scope traces are automatically generated or not | ||
|} | |} | ||
| + | |||
| + | ==Component Source Code== | ||
| + | |||
| + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_adc_Base_2dgdi.fcfx FC_Comp_Source_adc_Base_2dgdi.fcfx] | ||
| + | |||
| + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_adc_Base_2dgdi.fcfx FC_Comp_Source_adc_Base_2dgdi.fcfx] | ||
Latest revision as of 08:59, 9 June 2025
| Author | Matrix Ltd |
| Version | 1.3 |
| Category | Analog Input |
Contents
ADC Template 2D component
Base ADC component with no graphical interface. Contains all of the embedded side component calls to provide an ADC interface suitable for wrapping with a new ADC style component.
Detailed description
No detailed description exists yet for this component
Examples
Macro reference
GetAverageByte
| GetAverageByte | |
| Function call to read the ADC as a byte average sample over time | |
| NumSamples | |
| DelayUs | |
| Number of micro seconds in between taking each sample | |
| Return | |
GetAverageInt
| GetAverageInt | |
| Function call to read the ADC as a full width average sample over time | |
| NumSamples | |
| DelayUs | |
| Number of micro seconds in between taking each sample | |
| Return | |
GetByte
| GetByte | |
| Blocking call to read the ADC as a byte | |
| Return | |
GetInt
| GetInt | |
| Blocking call to read the ADC at full bit depth | |
| Return | |
GetSampleBits
| GetSampleBits | |
| Gets the number of bits per sample | |
| Return | |
GetSpeedFilter
| GetSpeedFilter | |
| Gets the Conversion speed filter string Use in Component.Property.SetFilter() | |
| Return | |
GetString
| GetString | |
| Reads the ADC as a direct voltage and returns as a string | |
| Return | |
GetVoltage
| GetVoltage | |
| Reads the ADC as a direct voltage | |
| Return | |
RawAverageByte
RawAverageInt
| RawAverageInt | |
| Background call to read the ADC as a full width average sample over time Call Enable() before this | |
| NumSamples | |
| DelayUs | |
| Return | |
RawDisable
| RawDisable | |
| Disables the previously enabled ADC channel and converts back to digital mode. | |
| Return | |
RawEnable
| RawEnable | |
| Enables and configures the ADC channel to be an analogue input. Only one ADC channel can be enabled at a time. Any RAW functions will reference the last enabled channel only. | |
| Return | |
RawSampleByte
| RawSampleByte | |
| Background call to read the ADC as a byte Call Enable() before this | |
| Return | |
RawSampleInt
| RawSampleInt | |
| Background call to read the ADC at full bit depth Call Enable() first | |
| Return | |
SetChannel
| SetChannel | |
| Sets the channel ID for the component | |
| ChannelId | |
| Chaannel starting at 0, -1 is unconnected | |
| Return | |
SetProperties
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_adc_Base_2dgdi.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_adc_Base_2dgdi.fcfx