|
|
@@ -2933,10 +2933,10 @@ namespace TeamAAS_VP.Core
|
|
|
code = plc.ReadNode<string>(string.Format(addressConfig.In_Code.Address, i));
|
|
|
}
|
|
|
|
|
|
- //if (!(i == 0 || i == 7))
|
|
|
- //{
|
|
|
- // return;
|
|
|
- //}
|
|
|
+ if (!(i == 0 || i == 7))
|
|
|
+ {
|
|
|
+ return;
|
|
|
+ }
|
|
|
|
|
|
productSn = code;
|
|
|
SendTaskMessage($"收到plc信号{state}", MessageLevel.Debug);
|