|
|
@@ -22,7 +22,7 @@ namespace WCS.WorkEngineering.Systems
|
|
|
|
|
|
private List<BCR> Bcrs;
|
|
|
|
|
|
- private List<Device<IStation91>> Device91;
|
|
|
+ private List<Device<IStation523>> Device91;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 构造函数
|
|
|
@@ -32,7 +32,7 @@ namespace WCS.WorkEngineering.Systems
|
|
|
Convs = Device.All.Where(v => v.HasProtocol<IStation523>()).Select(v => new Station(v, this.World)).ToList();
|
|
|
Srms = Device.All.Where(v => v.HasProtocol<ISRM520>()).Select(v => new SRM(v, this.World)).ToList();
|
|
|
Bcrs = Device.All.Where(v => v.HasProtocol<IBCR81>()).Select(v => new BCR(v, this.World)).ToList();
|
|
|
- Device91 = Device.All.Where(v => v.HasProtocol<IStation91>()).Select(v => new Device<IStation91>(v, this.World)).ToList();
|
|
|
+ Device91 = Device.All.Where(v => v.HasProtocol<IStation523>()).Select(v => new Device<IStation523>(v, this.World)).ToList();
|
|
|
}
|
|
|
|
|
|
protected override object Do(string info)
|