ID Conversion input file format
- Last UpdatedJun 29, 2023
- 1 minute read
- PI System
- PI Server
Every record of the input file must have this format:
Point ID, Recno, TagName
On a foreign Data Archive server you can create this file as follows:
e:\pi\adm>piconfig
* (Ls - ) Piconfig> @table pipoint
* (Ls - PIPOINT) Piconfig> @ostru pointid, recno, tag
* (Ls - PIPOINT) Piconfig> @output pointidconv.txt
@ends
The piarchss -idci input file does not allow for comment characters. The comment character (*) generated by piconfig must be removed.