Compare commits
No commits in common. "adf92e852d4d692722177f40535b99f148987bfb" and "3bb1ef457aafa14c47dcd4136feeb917f1becafd" have entirely different histories.
adf92e852d
...
3bb1ef457a
|
@ -40,11 +40,11 @@
|
|||
<!-- 抽屉串口使用的协议232或者485 -->
|
||||
<add key="DrawerProtocol" value="485" />
|
||||
<!-- 抽屉串口的串口号 -->
|
||||
<add key="DrawerPortPath" value="COM18" />
|
||||
<add key="DrawerPortPath" value="COM3" />
|
||||
<!-- can总线串口的串口号 -->
|
||||
<add key="CanBusPortPath" value="COM17" />
|
||||
<add key="CanBusPortPath" value="COM9" />
|
||||
<!-- 条码枪串口的串口号 -->
|
||||
<add key="ScanCodePortPath" value="COM111" />
|
||||
<add key="ScanCodePortPath" value="COM11" />
|
||||
<!-- 抽屉串口的串口号 --><!--
|
||||
<add key="DrawerPortPath" value="COM11" />
|
||||
--><!-- can总线串口的串口号 --><!--
|
||||
|
@ -61,8 +61,6 @@
|
|||
<add key="fingerIp" value="192.168.50.201"/>
|
||||
<!--一个抽屉对应标签数-->
|
||||
<add key="labelCount" value="2"/>
|
||||
<!--库存盘点17号库位线程等待时间(毫秒)-->
|
||||
<add key="CheckSleepMilliseconds" value="500"/>
|
||||
|
||||
</appSettings>
|
||||
</configuration>
|
|
@ -546,20 +546,10 @@ namespace DM_Weight.ViewModels
|
|||
_portUtil.WriteQuantity(item.DrawerNo, item.ColNo, item.totalCount);
|
||||
//await Task.Delay(200);
|
||||
}
|
||||
SnackbarBackground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#00e676"));
|
||||
SnackbarMessageQueue.Enqueue("标签渲染完成!");
|
||||
return;
|
||||
}
|
||||
});
|
||||
//GetChannelsByDrawerNo();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
SnackbarBackground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#b71c1c"));
|
||||
SnackbarMessageQueue.Enqueue("请选择库位");
|
||||
return;
|
||||
}
|
||||
});
|
||||
}
|
||||
public DelegateCommand BtnCloseCommand
|
||||
|
|
Loading…
Reference in New Issue