Defines a substitution data path in the project's system parameters. You can specify logical data paths (for data storage and retrieval) on your system. You can then use a data path shortcut instead of entering the full path to the data.
For example:
[path]trenddata=c:\data\mytrends
In this case, trenddata is defined as the shortcut to the c:\data\mytrends path. This shortcut can be used in CitectSCADA forms. For example, a trend tag's "File Name" field may contain the string "[TRENDDATA]:\trend_fast_00001". CitectSCADAthen expects the trenddata path to be defined in the system parameters or in the INI file. See Using Path Substitution. The reserved shortcut names which the system uses can be found in Default path definitions. If one of these reserved path names are used, a "Path not suitable" error is raised on system startup.
See Also