增加PLC数据的日志记录
This commit is contained in:
@@ -2283,6 +2283,7 @@ namespace JY.Inspection
|
||||
private void ParsePlcOutgoingData(byte[] content, OutgoingContainers containers)
|
||||
{
|
||||
var bytes = content.ByteReverse();
|
||||
JY.Utility.LogHelper.LogPLCData("电池出站数据", bytes);
|
||||
|
||||
for (int i = 0; i < 2; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user