Allows defining the number of entries that can be stored in the report by OS.
Syntax |
OS_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-up report. Once the storable entries are finished, no new ones are stored. (optional, from RTE 34.22.2) |
Notes |
Memory allocation problems may arise if n is very large. 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
OS_REPORT_ITEMS 1000 |