change- 去除下发plc出库数量点位

collectionStore
liuwf 9 months ago
parent 5623f0878e
commit efe2312dd5

@ -123,7 +123,7 @@ namespace Aucma.Scada.Business
//写入货道号
_plc.writeInt32ByAddress(plcConfig.out_shell_spaceCode, short.Parse(taskInfo.spaceCode.Substring(5, 1)));
//写入出库数量
_plc.writeInt32ByAddress(plcConfig.out_shell_amount, taskInfo.planAmount);
// _plc.writeInt32ByAddress(plcConfig.out_shell_amount, taskInfo.planAmount);
//写入完成后读取应答字进行复位
ReadShellAnswer_OutStore(taskInfo);

Loading…
Cancel
Save