91 lines
4.2 KiB
Markdown
91 lines
4.2 KiB
Markdown
|
|
# Tray Login
|
||
|
|
|
||
|
|
## 1. Function Overview
|
||
|
|
|
||
|
|
Tray Login belongs to the production monitoring module of the MES system, used to log trays and batteries onto the production line, record the login status of trays, and support querying tray-related information.
|
||
|
|
|
||
|
|
**Core Functions:**
|
||
|
|
|
||
|
|
- Tray Login: Execute tray login operation
|
||
|
|
- Tray Unbind: Unbind the binding relationship between tray and battery
|
||
|
|
- Tray Stop: Set the activation status of tray and battery to stopped, ending the flow of tray and battery
|
||
|
|
- Tray Code Format: Support user-defined format, verify whether the tray barcode format entered by the user is correct
|
||
|
|
- Battery Code Format: Support user-defined format, verify whether the battery barcode format entered by the user is correct
|
||
|
|
|
||
|
|
|
||
|
|
**Function Screenshot**:
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<img style="margin-top:18px;" src="/public/image_en/planning_and_production/tray_login/托盘登录页面截图.png" alt="Tray Login Page Screenshot">
|
||
|
|
<div style="font-size:12px; font-weight:bold;">Figure 1: Tray Login Page</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
## 2. Term Explanation
|
||
|
|
|
||
|
|
| Term | Definition | Description |
|
||
|
|
|------|------------|-------------|
|
||
|
|
| Tray Login | Tray Login, tray enters the production line | Tray starts operating on the production line |
|
||
|
|
| Login Status | Login Status, whether the tray has logged in | Records the login status of the tray |
|
||
|
|
|
||
|
|
|
||
|
|
## 3. Tray Login Interaction Flow
|
||
|
|
|
||
|
|
### 3.1 Tray Login Operation
|
||
|
|
|
||
|
|
**Operation Steps:**
|
||
|
|
|
||
|
|
1. Go to [Production Monitoring] → [Tray Login]
|
||
|
|
2. Select batch number
|
||
|
|
3. Select tray and battery format codes
|
||
|
|
4. Scan or enter tray number
|
||
|
|
5. Scan or enter battery number
|
||
|
|
6. Click login button
|
||
|
|
7. Click [OK] to complete the login operation
|
||
|
|
|
||
|
|
**Field Description:**
|
||
|
|
|
||
|
|
| Field | Description |
|
||
|
|
|-------|-------------|
|
||
|
|
| Channel | Channel for tray login |
|
||
|
|
| Battery ID | Scanned or entered battery ID |
|
||
|
|
| Previous Batch | Batch number logged on the tray |
|
||
|
|
| Previous Tray | Tray number logged on the tray |
|
||
|
|
| Battery Completed Process | Whether the battery has completed the current process |
|
||
|
|
|
||
|
|
**Function Screenshots**:
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<img style="margin-top:18px;" src="/public/image_en/planning_and_production/tray_login/托盘登录选择批次截图.png" alt="Tray Login Select Batch Screenshot">
|
||
|
|
<div style="font-size:12px; font-weight:bold;">Figure 1: Tray Login Select Batch</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<img style="margin-top:18px;" src="/public/image_en/planning_and_production/tray_login/托盘登录选择托盘与电池格式截图1.png" alt="Tray Login Select Tray and Battery Format Screenshot 1">
|
||
|
|
<div style="font-size:12px; font-weight:bold;">Figure 2: Tray Login Select Tray and Battery Format 1</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<img style="margin-top:18px;" src="/public/image_en/planning_and_production/tray_login/托盘登录选择托盘与电池格式截图2.png" alt="Tray Login Select Tray and Battery Format Screenshot 2">
|
||
|
|
<div style="font-size:12px; font-weight:bold;">Figure 3: Tray Login Select Tray and Battery Format 2</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<img style="margin-top:18px;" src="/public/image_en/planning_and_production/tray_login/托盘登录新增电池托盘格式截图.png" alt="Tray Login Add Battery Tray Format Screenshot">
|
||
|
|
<div style="font-size:12px; font-weight:bold;">Figure 4: Tray Login Add Battery Tray Format</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<img style="margin-top:18px;" src="/public/image_en/planning_and_production/tray_login/托盘登录选择托盘与电池格式截图3.png" alt="Tray Login Select Tray and Battery Format Screenshot 3">
|
||
|
|
<div style="font-size:12px; font-weight:bold;">Figure 5: Tray Login Select Tray and Battery Format 3</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<img style="margin-top:18px;" src="/public/image_en/planning_and_production/tray_login/托盘登录录入托盘和电池条码截图.png" alt="Tray Login Enter Tray and Battery Barcode Screenshot">
|
||
|
|
<div style="font-size:12px; font-weight:bold;">Figure 6: Tray Login Enter Tray and Battery Barcode</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div align="center">
|
||
|
|
<img style="margin-top:18px;" src="/public/image_en/planning_and_production/tray_login/托盘登录确认登录截图.png" alt="Tray Login Confirm Login Screenshot">
|
||
|
|
<div style="font-size:12px; font-weight:bold;">Figure 7: Tray Login Confirm Login</div>
|
||
|
|
</div>
|