SQLite Retrieve Data¶
How this block appears in a Simulink model?¶
What can be configured?¶
Configuration Parameter | Selectable Option/Value | Description |
---|---|---|
Database Path | Enter the path for the database file in SD card. | |
Output Data Buffer Size | 32--64--128--256--512--1024 | Select the output buffer size. |
When to use this block?¶
This block can be used to run SQL commands that return data.
How does this block work?¶
For this block to function ‘esp32_sd’ setup block should be available in the model file. This block will take the input command and convert to SQL to retrieve data from the database.
Demo¶
Previous : Aimagin Connect Block
Next : SQLite NonRetrieveData