Adjust size limits for display elements
- Last UpdatedApr 07, 2025
- 1 minute read
Displays limit the size of the following elements:
|
Parameter |
Description |
Default Size Limit |
|---|---|---|
|
ImageFileSize |
Limits the size of images used in AVEVA PI Vision displays |
2145728 bytes (2 MB) |
|
MaxAllowedContentLength |
Limits the size of POST requests that are used to save changes and/or re-save the display when it is not in the cache |
10485760 bytes (10 MB) |
|
MaxSymbolConfigSize |
Limits the size of symbols used in AVEVA PI Vision displays |
2145728 bytes (2 MB) |
|
TextSize |
Limits the length of the string used in the Text symbol |
520 characters |
These size limits can be adjusted by editing dbo.Settings in the AVEVA PI Vision SQL database.
-
In Databases, browse to PI Vision > Tables > dbo.Settings.
-
Right-click the table and select Edit top 200 rows.
-
Within TenantID, write .
-
Within Name, write the name of the parameter you would like to change. For example, .
-
Within Value, enter your desired maximum file size in bytes and press enter. For example, bytes (10MB).
-
Re-cycle the PI Vision App pools.