35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
# 目录
|
||
|
||
```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
|
||
```
|
||
|
||
# 介绍
|
||
|
||
`PLM` 中的工序库指得其实就是云星空里面的作业中心,后续如有新的工序,可以在 `PLM` 系统上进行维护,然后再通过接口推送到云星空中
|
||
|
||
## 新增工序
|
||
|
||
新增工序需要打开 **工艺管理** → **工序库** → 选择文件夹,在右边空白部分右键,选择 **新建** 选择 **工序** 选择 ==**装配工序**==(只能选择装配工序!)
|
||
|
||

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

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

|
||
|