- using Houdar.PLC.Driver.Simenss.Protocol.Common;
- namespace Houdar.PLC.Driver.Simenss.Protocol.Szl
- {
- public class ProtectionInfo
- {
- public RWLevel SchSchal;
- public ProtectionLevel SchPar;
- public CpuLevel SchRel;
- public RunStatus BartSch;
- public StartupSwitch AnlSch;
- }
- }
|