Component: Output DAC (DSP Outputs)

From Flowcode Help
Jump to navigationJump to search
Author Matrix Ltd
Version 1.2
Category DSP Outputs


Output DAC component

Allows the values from a buffer to be passed directly to an internal DAC output.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_DSP_DAC.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_DSP_DAC.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples









Macro reference

ControlDAC

Fc9-comp-macro.png ControlDAC
Enable or disable the DAC output, Disabled by default. 
Fc9-bool-icon.png - BOOL State
 
Fc9-void-icon.png - VOID Return


OutputDAC

Fc9-comp-macro.png OutputDAC
Outputs a single value from the input buffer appropriatley scaled to suit the DAC. 
Fc9-void-icon.png - VOID Return


OutputDACArray

Fc9-comp-macro.png OutputDACArray
Outputs an array of values from the input buffer appropriatley scaled to suit the DAC. 
Fc9-u16-icon.png - UINT Delay
Delay in microseconds between outputting each sample. 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-type-16-icon.png Connect To
DSP component with output buffer to collect our data from. 
Fc9-conn-icon.png Connections
Fc9-type-16-icon.png Channel
DAC Channel number 
Fc9-type-5-icon.png DAC Output Pin
DAC Output Pin 
Fc9-conn-icon.png DAC
Fc9-type-7-icon.png Auto Adjust Scale
Yes: Automatically convert samples to match the full bit depth of the DAC. No: Leave the samples at the native bit depth. 
Fc9-type-16-icon.png Vref Option
Selects the maximum reference value for the DAC 
Fc9-type-15-icon.png Vref Voltage
Reference Voltage, Used to calculate the Voltage resolution. 
Fc9-type-14-icon.png Control Bits
Number of digital control bits 
Fc9-type-10-icon.png Resolution
Maximum output resolution based on number of control bits. 
Fc9-type-15-icon.png Voltage Resolution
Specifies the Resolution per digital bit in terms of Voltage. 
Fc9-type-21-icon.png Bit Depth
Max number of bits for each DAC sample.