PLCHeartProps.cs 477 Bytes
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace HHECS.Executor.EquipmentHandler
{
    public enum PLCHeartProps
    {
        /// <summary>
        /// PLC写入
        /// </summary>
        [Description("PLC写入")]
        PLCWrite,

        /// <summary>
        /// WCS写入
        /// </summary>
        [Description("WCS写入")]
        WCSWrite
    }
}