Timeout table (PITIMEOUT)
- Last UpdatedOct 10, 2024
- 1 minute read
- PI System
- PI Server
The PITIMEOUT table stores Data Archive configuration and tuning parameters. Data Archive is designed to work optimally using the default settings for these parameters. We recommend that you use the default values unless you are directed to do otherwise by Technical Support, Field Service, or other AVEVA personnel. Contact at Customer Portal.
Select this table using the command:
@table pitimeout
The primary key is NAME. The PITIMEOUT table cannot be modified remotely.
|
PITIMEOUT Attributes |
Description |
|
Name |
Tuning parameter name |
|
Value |
Tuning parameter value as a string |
|
NEWName |
Used to rename an existing name |
This example disables the DefaultUserAccess parameter:
* (Ls - ) PIconfig> @table pitimeout
* (Ls - PITIMEOUT) PIconfig> @mode edit,t
* (Ed - PITIMEOUT) PIconfig> @istr name,value
* (Ed - PITIMEOUT) PIconfig> DefaultUserAccess,0
*> DefaultUserAccess,0
* (Ed - PITIMEOUT) PIconfig>