This is an old revision of the document!
Click here to return to the Basic DSP.
This module can be used to read any parameter in the schematic and get the value in the output pin.
None
Name | Format [int/dec] - [control/audio] | Function Description |
---|---|---|
Pin 0: Output | float- control | Read parameter value is sent as float value |
Not supported
After adding the module. Press 'Link compile connect' once to ensure all the addresses are proper. Then click on the select button to open the following window.
GUI Control Name | Default Value | Range | Function Description |
---|---|---|---|
Block Name | Not Applicable | Not Applicable | Name of the module in the schematic |
Parameter Name | Not Applicable | Not Applicable | Name of the parameter in the selected module. |
Address | 0 | Not Applicable | Address of the parameter. If the user wants to enter the address directly click on the checkbox and change it |
Offset | 0 | Not Applicable | This offset is added to the address, then that is used as the address to read the parameter from |
Data Type | float | float/int | Data type of the parameter. |
GUI Control Name | Compiler Name | Function Description |
---|---|---|
Address | ParamReadAlg1Address | Address of the parameter |
offset | ParamReadAlg1Offset | Offeset from address |
type | ParamReadAlg1Type | 0 - float, 1- int |
Here,