Allows defining the number of entries that can be stored in the report by the RTE firmware.
Syntax |
RTE_REPORT_ITEM [n=2048] [-R|-F] |
---|---|
n |
Number of items (optional, default 2048) |
R |
Enables storage in the rotative report. Once the storable items are finished, the new items replace the older ones. (optional, from RTE 34.22.2) |
F |
Enables storage in the fill report. Once storable entries are finished, no new ones are stored. (optional, from RTE 34.22.2) |
Notes |
If n is very large, memory allocation problems may arise. If F and R are not present, the rotative mode is used |
WARNING: This keyword is automatically generated by project configurator.
Project Configurator --> General --> Diagnostics
Example
RTE_REPORT_ITEMS 1000 |