Home - S7NetPlus/s7netplus Wiki
github-wiki-see.page › m › S7NetPluspublic enum ErrorCode { NoError = 0 , WrongCPU_Type = 1 , ConnectionError = 2 , IPAddressNotAvailable, WrongVarFormat = 10 , WrongNumberReceivedBytes = 11, SendData = 20 , ReadData = 30, WriteData = 50 } Check PLC availability To check if the plc is available (opens a Socket) you can use the property public bool IsAvailable