diff --git a/MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs b/MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs index 37433fc..12ced99 100644 --- a/MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs +++ b/MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs @@ -38,8 +38,8 @@ namespace MewtocolNet { string error = m.Groups[8].Value; PLCInfo retInfo = new PLCInfo { - CpuInformation = PLCInfo.CpuInfo.BuildFromHexString(cpu, version, capacity), - OperationMode = PLCInfo.PLCMode.BuildFromHex(operation), + CpuInformation = CpuInfo.BuildFromHexString(cpu, version, capacity), + OperationMode = PLCMode.BuildFromHex(operation), ErrorCode = error, StationNumber = int.Parse(station ?? "0"), }; diff --git a/MewtocolNet/MewtocolNet.csproj b/MewtocolNet/MewtocolNet.csproj index bc8adf4..9e3221a 100644 --- a/MewtocolNet/MewtocolNet.csproj +++ b/MewtocolNet/MewtocolNet.csproj @@ -2,13 +2,13 @@ netstandard2.0 AppLogger - 0.1.5 + 0.2.5 Felix Weiss Womed true - P:\QUELLEN\PRODUKTAKTE\DESIGN_V_V\Software SPS\Projekt FP-XH\MewtocolNet\Builds\MewtocolNet.xml - P:\QUELLEN\PRODUKTAKTE\DESIGN_V_V\Software SPS\Projekt FP-XH\MewtocolNet\Builds\ + C:\Users\Felix Weiß\source\repos\WOmed\MewtocolNet\Builds\MewtocolNet.xml + C:\Users\Felix Weiß\source\repos\WOmed\MewtocolNet\Builds