LogPath
Deprecated as of VTScada 10. If present, should be left unchanged.
Indicated the path at which the data files for tags whose data is being recorded by logger tags are stored. You must append the name of the directory you specify for the LogPath with a backslash (example: LogPath = C:\VTScada\History ).
If set to invalid (as it is by default), LogPath will automatically save the data files to the application directory.
This path can be a relative path (e.g. MyData\), or an absolute path (e.g. C:\VTScada\MYData\). If the directory you reference does not exist, VTScada will create it for you. A relative path is recommended, as it enables you to move the application without consequence at a later date. You should decide upon the path to which you wish the data files to be saved prior to creating your application. The name given each data file is, by default, tagname.DAT (i.e. the name of the tag whose data is being logged by the logger tag).
UNC path names (i.e. those of the form ServerName://Path/ ) may not be used.
Section: System
Default: LogPath =
*Restart Required (Settings.Startup property)