XiangdianInOrOutStationExcute.cs 550 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using HHECS.Model;
using S7.Net;

namespace HHECS.Common
{
    /// <summary>
    /// todo:湘电可由开关控制的出或入站台
    /// </summary>
    public class XiangdianInOrOutStationExcute : IStationExcute
    {
        public EquipmentType EquipmentType { get; set; }

        public BllResult Excute(List<Equipment> stations, List<Plc> plcs)
        {
            throw new NotImplementedException();
        }
    }
}