ProtectionInfo.cs 292 B

12345678910111213
  1. using PlcSiemens.Protocol.Common;
  2. namespace PlcSiemens.Protocol.Szl
  3. {
  4. public class ProtectionInfo
  5. {
  6. public RWLevel SchSchal;
  7. public ProtectionLevel SchPar;
  8. public CpuLevel SchRel;
  9. public RunStatus BartSch;
  10. public StartupSwitch AnlSch;
  11. }
  12. }