using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FLY.IntegratedControl.OBJ_INTERFACE
{
public class OBJ_INTERFACE
{
public const UInt32 WARNING_OBJ_ID = 0x001f0300;
public const UInt32 WARNING_OBJ_REASONLIST_ID = 0x001f0301;
public const UInt32 WARNING_OBJ_NEWESTLIST_ID = 0x001f0302;
/// <summary>
/// 2个
/// </summary>
public const UInt32 IBC_OBJ_ID = 0x001f0200;
/// <summary>
/// 2个
/// </summary>
public const UInt32 IBC_OBJ_PLCOS_ID = 0x001f0210;
public const UInt32 IBC_OBJ_CTRLLIST_ID = 0x001f0220;
}
}
-
潘栩锋 authored
2. 开始写 IC 模块
cf394646