add:刻字机叫料功能

This commit is contained in:
zhangzhiqiang
2023-06-19 13:46:31 +08:00
parent 001665e7a5
commit d794da7662
30 changed files with 637 additions and 119 deletions

View File

@@ -23,4 +23,12 @@
<flow id="A1_SKQX" name="深坑清洗" sourceRef="A1_STLS" targetRef="end"></flow>
<end id="end" name="Junior Reject End" sourceRef="A1_SKQX"></end>
</process>
<process id="XYXL" name="旋压下料">
<start id="start" name="Starter" targetRef="A1_XYXL"></start>
<flow id="A1_XYXL" name="无屑下料工序" has="1" sourceRef="starter" targetRef="A1_SKQX">
<param id="cacheLine" value="A1_HCX_03"/>
</flow>
<flow id="A1_SKQX" name="深坑清洗" sourceRef="A1_XYXL" targetRef="end"></flow>
<end id="end" name="Junior Reject End" sourceRef="A1_SKQX"></end>
</process>
</definitions>