ProtectionInfo.cs 293 B

12345678910111213
  1. using PLC.Siemens.Protocol.Common;
  2. namespace PLC.Siemens.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. }