The modify command
- Last UpdatedJan 13, 2023
- 1 minute read
- PI System
- PI Server
The command changes an attribute value for a record. In this case, you can use a select statement to retrieve a group of records. The modify statement defines what should be changed and the changes are made when an command is issued. The available operators for are , , , , and .The following example adds 10 to the current span attribute of sinusoid:
* (Ls - ) PICONFIG> @tabl pipoint
* (Ls - PIPOINT) PICONFIG> @mode edit
* (Ed - PIPOINT) PICONFIG> @sele tag=sinusoid
* (Ed - PIPOINT) PICONFIG> @modify span+=10
* (Ed - PIPOINT) PICONFIG> @ends