Set Schedule
Use this command to modify a schedule, schedule dimensions, or schedule symbol description.
Syntax
SET SCHEDULE SchedName DESCRIPTION LanguageCode TO "SchedDesc"
SET SCHEDULE SchedName [DIMENSION DimName] DESCRIPTION LanguageCode TO "SchedDesc"
where:
- SchedName is the name of the schedule.
- DimName is the name of a schedule dimension.
- SymName is the name of symbol in the schedule dimension.
- SchedDesc is the string describing the schedule. If the description includes any spaces, it must be enclosed in double quotation marks.
- LanguageCode is the language code for which you want to change or set the description.
Syntax example
MAINTENANCE ON
SET SCHEDULE Schedule1 DESCRIPTION EN TO "Schedule 1 Description"
MAINTENANCE OFF
Syntax example
MAINTENANCE On
SET SCHEDULE Schedule1 DIMENSION ExtraDim1 DESCRIPTION EN TO "Extra Dimension 1 Description for Schedule 1"
MAINTENANCE OFF
Creating ASCII input files
To create a large number of symbols in the Data Server repository, specify the parameters for this command in two ASCII files.
Create an ASCII file containing the following information:
SchedName [DIMENSION DimName] DESCRIPTION LanguageCode TO "SchedDesc"
Syntax (with an ASCII file)
SET SCHEDULE @FileName
where:
- FileName is an ASCII file containing the data. It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:
@"C:\My Documents\My Data.txt"
Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.