Ux Report — User Report Operations
Allows to query, execute and generate user reports previously configured with the UC Command.
What is it for?
| Use case | Description |
|---|---|
| 📤 Automatic sending | Generate and send custom reports by events |
| 🔍 Local query | Verify UC report content |
| ⚡ Dynamic execution | Execute embedded commands in the report |
| 📊 Periodic telemetry | Send combined data at intervals |
Commands
| Operation | Syntax | Description |
|---|---|---|
| Query | QUn | Read UCnn report content |
| Execute | SUn | Execute report as local command |
| Generate | GUn[bb][c] | Generate and send report to server |
Key difference:
QUn→ Only shows rendered contentSUn→ Executes embedded commands in the reportGUn→ Generates report and sends it to an IP destination
Parameters
| Parameter | Description | Values |
|---|---|---|
n | Report index | 0 to F (UC00-UC0F) |
bb | Associated event number (only for G) | 00-FF, XX = no event |
c | Report type (only for G) | H = high priority, L = live, R = with response |
Operations in Detail
Event Engine Integration
Generate report on IGN ON
>SRL60E;TRG=IGN+;ACC={GU0XXH}<Execute macro on digital input
>SRL61E;TRG=IN02+;ACC={SU1}<Execute UC01 content when IN02 is activated.
Generate on speed limit
>SRL62E;TRG=VL00+;ACC={GU1XXH}<Periodic sequence with timer
>STD05E00005<
>SRL96E;TRG=TD05+;ACC={GU0XXH}<
>SRL97E;TRG=TD05+;ACC={SU1}<Generate UC00 and execute UC01 every 5 seconds.
Compatibility
💾Firmware:v1.00.00
C5Legacy
SP-IOT
SM-IOT
ZE-IOT
See Also
- UC Command - Structure configuration
- G Command - Report generator
- XB Command - Text buffers
- Event Engine - Automation
Last updated