You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.4 KiB
C#

namespace OPCDA
{
using System;
public class PropertyDescs
{
public const string ACCESS_RIGHTS = "Item Access Rights";
public const string ALARM_AREA_LIST = "Alarm Area List";
public const string ALARM_QUICK_HELP = "Alarm Quick Help";
public const string CLOSE_LABEL = "Contact Close Labe";
public const string CONDITION_LOGIC = "Condition Logic";
public const string CONDITION_STATUS = "Condition Status";
public const string DATATYPE = "Item Canonical Data Type";
public const string DESCRIPTION = "Item Description";
public const string EU_INFO = "Item EU Info";
public const string EU_TYPE = "Item EU Type";
public const string EU_UNITS = "EU Units";
public const string HIGH_EU = "High EU";
public const string HIGH_IR = "High Instrument Range";
public const string LOW_EU = "Low EU";
public const string LOW_IR = "Low Instrument Range";
public const string OPEN_LABEL = "Contact Open Labe";
public const string PRIMARY_ALARM_AREA = "Primary Alarm Area";
public const string QUALITY = "Item Quality";
public const string SCAN_RATE = "Server Scan Rate";
public const string TIMESTAMP = "Item Timestamp";
public const string TIMEZONE = "Item Timezone";
public const string VALUE = "Item Value";
}
}