2025-07-19 15:19:10 +08:00
|
|
|
|
# 目录
|
|
|
|
|
|
|
|
|
|
```table-of-contents
|
|
|
|
|
title:
|
|
|
|
|
style: nestedList # TOC style (nestedList|nestedOrderedList|inlineFirstLevel)
|
|
|
|
|
minLevel: 0 # Include headings from the specified level
|
|
|
|
|
maxLevel: 0 # Include headings up to the specified level
|
|
|
|
|
includeLinks: true # Make headings clickable
|
|
|
|
|
hideWhenEmpty: false # Hide TOC if no headings are found
|
|
|
|
|
debugInConsole: false # Print debug info in Obsidian console
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# 介绍
|
|
|
|
|
|
2025-07-19 15:21:10 +08:00
|
|
|
|
`PLM` 中的工序库指得其实就是云星空里面的作业中心,后续如有新的工序,可以在 `PLM` 系统上进行维护,然后再通过接口推送到云星空中
|
|
|
|
|
|
|
|
|
|
## 新增工序
|
|
|
|
|
|
2025-07-19 15:27:10 +08:00
|
|
|
|
新增工序需要打开 **工艺管理** → **工序库** → 选择文件夹,在右边空白部分右键,选择 **新建** 选择 **工序** 选择 ==**装配工序**==(只能选择装配工序!)
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
2025-07-19 15:29:10 +08:00
|
|
|
|
工序的编码会自动生成,只需要在名称上写这道工序的名称即可,填写好后,点击确定按钮完成创建(新增的工序必须 [同步到云星空](#同步到云星空) )
|
2025-07-19 15:27:10 +08:00
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## 同步到云星空
|
|
|
|
|
|
2025-07-19 15:29:10 +08:00
|
|
|
|
创建,已经保存下来的工序,可以直接同步到云星空当中(注意!一定是已经保存下来的工序,没有保存下来的工序是同步不了的)
|
|
|
|
|
|
|
|
|
|
选择要同步的工序,点击下面的 **同步工序** 按钮即可同步到云星空中
|
|
|
|
|
|
|
|
|
|

|
2025-07-19 15:21:10 +08:00
|
|
|
|
|
2025-07-19 15:43:21 +08:00
|
|
|
|
## 标准作业指导书
|
2025-07-19 15:37:11 +08:00
|
|
|
|
|
2025-07-19 15:39:11 +08:00
|
|
|
|
有的时候,这道工序无论哪个产品,都是一样的操作步骤,工序的作业指导书是标准模板,不会做修改的
|
|
|
|
|
|
|
|
|
|
这种情况下,我们可以将标准工序文件直接与这道工序做关联绑定
|
|
|
|
|
|
2025-07-19 15:41:20 +08:00
|
|
|
|
双击打开工序的属性页面,选择 **附件** 页签后,将标准的作业指导书添加进去即可,这样所有使用这道工序的工艺路线,都会直接引用这份标准的作业指导书
|
2025-07-19 15:39:11 +08:00
|
|
|
|
|
|
|
|
|

|