VERSIONNUM(版本号)
强制的
描述:显示了先进控制采集的版本号。在早期的先进控制采集版本中,输入文件格式不同。因此,你需要为该参数输入一个值,以阅读并区分与新输入文件的格式(和版本控制)。
值:输入版本号(版本1.1或更高)。
格式:VERSIONNUM=
示例:VERSIONNUM=1.1
IDLINE(标识线)
强制的
描述:显示用于文件标识的文本字符串(对该文件的简要说明)。IDLINE参数是为了更容易区分各个输入文件。这一标识行将输出到提取文件(.clc 文件)中。
值:输入文本字符串。
格式:IDLINE =
例如:IDLINE = Trial1 Advanced Control Collect Input file for unit 1
SAMPLEPER(采样周期)
强制的
描述:指出了采样周期,或你想要采集数据的频率。先进控制采集组件将根据采样周期从位号数据库中采集数据。
值:给采样周期输入一个整数,后跟一个时间单位标识字符:“m”表示分钟,“s”表示秒,“h”表示小时。缺省值为“m”(若你未输入时间单位标识符)。
格式:SAMPLEPER=
例如:SAMPLEPER=30s
MAXSAMP(样本最大数量)
强制的
描述:指出二进制输入文件中每个位号可以存储的最大样本数量。但是MAXSA MP准确的工作方式也是有条件的,其也基于可选条目EOFCHOICE所提供的值。EOFCHOICE表示了当样本已经收集到最大数目(MAXSAMP值)时将执行什么。详情请参考EOFCHOICE中有关其使用的信息。
值:输入一个整数。
格式:MAXSAMP=
例如:MAXSAMP=100000
CIMIOINFO(Cim-IO基本信息)
强制的
描述:指出了Cim-IO设备、单元号和字符格式。这些条目可以被用于位号部分位号名称的缺省值。
值:输入三个参数,以逗号分隔。这三个参数分别代表Cim-IO设备,Cim-IO单元号和Cim-IO字符格式。
Cim-IO字符格式
Cim-IO字符格式由两个字符组成:
•第一个字符指示位号是否区分大小写。第一个字符可以是U,意为转换成大写;可以是L,意为转换成小写;可以是N,意为不转换。
•第二个字符表示位号空间灵敏度。第二个字符可以是T,意为裁剪尾部空格;可以是C,意为压缩空间;可以是N,意为不改变间距。
格式:CIMIOINFO=
例如:CIMIOINFO= IOCM50S,1,UT
附原文:
VERSIONNUM (Version number)
Mandatory
Description:Indicates the Advanced Control Collect version number. In earlier versions of Advanced Control Collect, the Input file used a different format. Thus, you need to enter a value for this parameter, in order to read and to distinguish the new Input file format (and for version control also).
Value:Enter the version number (a version of 1.1 or higher is expected).
Format:VERSIONNUM =
Example:VERSIONNUM = 1.1
IDLINE (Identification line)
Mandatory
Description:Shows a text string used for file identification (a brief description about the file). The purpose of the IDLINE is to easily distinguish one Input file from another. This identification line is exported to the extraction file (.clc file).
Value:Enter a text string.
Format:IDLINE=
Example:IDLINE= Trial1 Advanced Control Collect Input file for unit 1
SAMPLEPER (Sample period)
Mandatory
Description:Indicates the sample period, or how often you want to collect data. Advanced Control Collect will collect data from the database for the tags, based on the sample period.
Value:Enter an integer for the sample period, along with a character after the integer to indicate the unit of time: "m" for minutes, "s" for seconds, or "h" for hours. The default is "m" (used if you do not type a character).
Format:SAMPLEPER=
Example:SAMPLEPER=30s
MAXSAMP (Maximum number of samples)
Mandatory
Description:Indicates the maximum number of samples per tag name that the binary Input file can hold. However, the exact way that MAXSAMP works is conditional, based on the value supplied for the optional entry EOFCHOICE. EOFCHOICE indicates what happens when the maximum number of samples (MAXSAMP’s value) has been collected. See EOFCHOICE for details on its use.
Value:Enter an integer.
Format:MAXSAMP=
Example:MAXSAMP=100000
CIMIOINFO (Cim-IO general information)
Mandatory
Description:Indicates the Cim-IO device, unit number, and character format. These entries can be used as default values for tag names in the Tag section.
Values:Enter three arguments, separated by commas. The three arguments are Cim-IO device, Cim-IO unit number, and Cim-IO character format.
Cim-IO character format
The Cim-IO character format consists of two characters:
•The first character indicates tag case sensitivity. The first character must be either a U for convert to Uppercase; an L for convert to Lowercase; or an N for No change to Case.
•The second character indicates tag space sensitivity. The second character must be either a T for Trim trailing spaces; a C for Compress spaces; or an N for No change to spacing.
Format:CIMIOINFO=
Example:CIMIOINFO = IOCM50S, 1, UT
2015.11.17