This commit is contained in:
2025-01-16 10:39:54 +08:00
parent 295f8c08ad
commit 86805fc843
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ namespace DOAN.ServiceCore
int col = i.BitNum - 1;
// Console.WriteLine($"row={row},col={col},PLCValueByteArray[row]={getPLCValueByteArray.Length}");
packNum= packNum+( GetInvertedBit(getPLCValueByteArray[row], col) ? 1 : 0);
// packNum= packNum+( GetInvertedBit(getPLCValueByteArray[row], col) ? 1 : 0);
//Console.WriteLine($"row:{row}-col:{col} packNum:{packNum} ");
}
// 记录日志