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.
41 lines
1.4 KiB
C#
41 lines
1.4 KiB
C#
namespace OPCDA
|
|
{
|
|
using System;
|
|
|
|
public class PropertyIDs
|
|
{
|
|
public const int ACCESS_RIGHTS = 5;
|
|
public const int ALARM_AREA_LIST = 0x12e;
|
|
public const int ALARM_QUICK_HELP = 0x12d;
|
|
public const int CHANGE_RATE_LIMIT = 0x137;
|
|
public const int CLOSE_LABEL = 0x6a;
|
|
public const int CONDITION_LOGIC = 0x130;
|
|
public const int CONDITION_STATUS = 300;
|
|
public const int DATATYPE = 1;
|
|
public const int DEADBAND = 0x132;
|
|
public const int DESCRIPTION = 0x65;
|
|
public const int DEVIATION_LIMIT = 0x138;
|
|
public const int EU_INFO = 8;
|
|
public const int EU_TYPE = 7;
|
|
public const int EU_UNITS = 100;
|
|
public const int HI_LIMIT = 0x134;
|
|
public const int HIGH_EU = 0x66;
|
|
public const int HIGH_IR = 0x68;
|
|
public const int HIHI_LIMIT = 0x133;
|
|
public const int LIMIT_EXCEEDED = 0x131;
|
|
public const int LO_LIMIT = 0x135;
|
|
public const int LOLO_LIMIT = 310;
|
|
public const int LOW_EU = 0x67;
|
|
public const int LOW_IR = 0x69;
|
|
public const int OPEN_LABEL = 0x6b;
|
|
public const int PRIMARY_ALARM_AREA = 0x12f;
|
|
public const int QUALITY = 3;
|
|
public const int SCAN_RATE = 6;
|
|
public const int SOUND_FILE = 0x139;
|
|
public const int TIMESTAMP = 4;
|
|
public const int TIMEZONE = 0x6c;
|
|
public const int VALUE = 2;
|
|
}
|
|
}
|
|
|