using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmartClient.DosingHKProject.Model.HK_PLC { /// /// DB1 ReadOnly模块 /// public class HKPlcCommRead { public bool LocalEStop { get; set; } public bool RemoteEStop { get; set; } public bool Sensor_Load { get; set; } public bool Sensor_Station1 { get; set; } public bool Sensor_Station2 { get; set; } public bool Sensor_Station3 { get; set; } public bool Sensor_Station4 { get; set; } public bool Sensor_Station5 { get; set; } public bool Sensor_Station6 { get; set; } public bool Sensor_Unload { get; set; } public bool Reserve1 { get; set; } public bool Reserve2 { get; set; } public bool Reserve3 { get; set; } public bool Reserve4 { get; set; } public bool Reserve5 { get; set; } public bool Reserve6 { get; set; } public bool Cylinder_LoadBase { get; set; } public bool Cylinder_Station1Base { get; set; } public bool Cylinder_Station2Base { get; set; } public bool Cylinder_Station3Base { get; set; } public bool Cylinder_Station4Base { get; set; } public bool Cylinder_Station5Base { get; set; } public bool Cylinder_Station6Base { get; set; } public bool Cylinder_UnloadBase { get; set; } public bool Cylinder_LoadWork { get; set; } public bool Cylinder_Station1Work { get; set; } public bool Cylinder_Station2Work { get; set; } public bool Cylinder_Station3Work { get; set; } public bool Cylinder_Station4Work { get; set; } public bool Cylinder_Station5Work { get; set; } public bool Cylinder_Station6Work { get; set; } public bool Cylinder_UnloadWork { get; set; } public bool Reserve7 { get; set; } public bool Reserve8 { get; set; } public bool Reserve9 { get; set; } public bool Reserve10 { get; set; } public bool Reserve11 { get; set; } public bool Reserve12 { get; set; } public bool Reserve13 { get; set; } public bool Reserve14 { get; set; } public bool Axis1_Alarm { get; set; } public bool Axis2_Alarm { get; set; } public bool Reserve15 { get; set; } public bool Reserve16 { get; set; } public bool Reserve17 { get; set; } public bool Reserve18 { get; set; } public bool Reserve19 { get; set; } public bool Reserve20 { get; set; } } }