Chip-cn-dat/XL-dat/XL4015-dat/2025-12-30-02-38-25.png
... ...
Binary files /dev/null and b/Chip-cn-dat/XL-dat/XL4015-dat/2025-12-30-02-38-25.png differ
Chip-cn-dat/XL-dat/XL4015-dat/XL4015-dat.md
... ...
@@ -3,6 +3,10 @@
3 3
4 4
- 5A 180KHz 36V Buck DC to DC Converter
5 5
6
+5A Constant Output Current Capability
7
+
8
+Built in current limit function
9
+
6 10
7 11
- [[XL4015_datasheet.pdf]]
8 12
... ...
@@ -10,6 +14,16 @@
10 14
11 15
- [[OPM1085-dat]]
12 16
17
+
18
+## SCH
19
+
20
+
21
+Constant Current and Voltage XL4015 5A Step Down Module
22
+
23
+![](2025-12-30-02-38-25.png)
24
+
25
+
26
+
13 27
## ref
14 28
15 29
- [[XL-dat]]
... ...
\ No newline at end of file
Chip-dat/powTech-dat/PT4115-dat/2025-12-30-02-24-07.png
... ...
Binary files /dev/null and b/Chip-dat/powTech-dat/PT4115-dat/2025-12-30-02-24-07.png differ
Chip-dat/powTech-dat/PT4115-dat/PT4115-dat.md
... ...
@@ -3,6 +3,12 @@
3 3
4 4
[[PT4115E-datasheet.pdf]]
5 5
6
+The PT4115 is a continuous conduction mode inductive step-down converter, designed for driving single or multiple series connected LED efficiently from a voltage source higher than the total LED chain voltage.
7
+
8
+The device operates from an input supply between 6V and 30V and provides an externally adjustable output current of up to 1.2A.
9
+
10
+Depending upon the supply voltage and external components, the PT4115can provide more than 30 watts of output power.
11
+
6 12
7 13
Iout = 0.1/ Rs
8 14
... ...
@@ -11,6 +17,14 @@ Iout = 0.1/ Rs
11 17
Iout = 0.1/0.142241 = 0.7030 A
12 18
13 19
20
+
21
+## SCH2
22
+
23
+![](2025-12-30-02-24-07.png)
24
+
25
+
26
+
27
+
14 28
## ref
15 29
16 30
- [[powtech-dat]] - [[PT4103-dat]] - [[PT4115-dat]]
... ...
\ No newline at end of file
Tech-dat/interactive-dat/LED-dat/led-driver-dat/led-driver-dat.md
... ...
@@ -5,11 +5,25 @@
5 5
https://w.electrodragon.com/w/LED_Drive
6 6
7 7
8
-
8
+- [[constant-current-dat]]
9 9
10 10
## boards
11 11
12
-- [[ILC1063-dat]] - [[IDD1002-dat]]
12
+- [[ILC1063-dat]] - [[PWM-dat]]
13
+- [[IDD1002-dat]] - [[PT4115-dat]]
14
+- [[XL4015-dat]]
15
+
16
+## Common questions
17
+
18
+This is a buck (step-down) constant-current LED driver. Input: 5–32 V.
19
+
20
+- The input voltage must be at least 1 V higher than the LED string voltage required. This is a constant-current driver, not a constant-voltage regulator.
21
+- People often ask "what is the output voltage?" — the board controls current, not voltage. The output voltage will adjust to whatever the LEDs require.
22
+ - Example: if one LED requires ~3 V, the LED voltage stays ~3 V. Two in series ~6 V, etc.
23
+ - Do not measure output voltage with no load. No-load output reads the input voltage (a phantom voltage).
24
+- This is a step-down (buck) constant-current driver, not a boost driver.
25
+ - If two LEDs in series require 6 V to light, and you supply 5 V, they will not light. You must supply at least ~7 V (6 V + ~1 V headroom).
26
+- Output current formula: I = 0.1 / R_CS (R_CS = current sense resistor).
13 27
14 28
15 29
## driver options
... ...
@@ -108,8 +122,71 @@ driver AOA3 ?
108 122
109 123
110 124
125
+## driving method
126
+
127
+Current Push vs Pull: Power Supply & LED
128
+
129
+### 1️⃣ Conceptual difference
130
+
131
+| Term | Meaning | Direction of Current | Notes |
132
+| ---------------- | ---------------------------------------------- | ------------------------ | ---------------------------------------------------------------------------------------------------- |
133
+| **Current Push** | Source **actively drives current into a load** | From power supply → load | Standard operation of most DC power supplies: source “pushes” electrons into the device. |
134
+| **Current Pull** | Load **draws current from the source** | From load → source | Seen when load is voltage-controlled, like LEDs with a series resistor on a constant voltage supply. |
135
+
136
+> In practice:
137
+> - **Power supply**: pushes current.
138
+> - **LED**: draws (pulls) current according to its forward voltage and series resistor/driver.
139
+
140
+---
141
+
142
+### 2️⃣ Relation to LEDs
143
+
144
+- **LED is a current-driven device**:
145
+ - Brightness is determined by **current**, not voltage.
146
+ - Excess current → LED damage.
147
+
148
+- **Power supply types**:
149
+ 1. **Constant Voltage (CV, e.g., 12V)**
150
+ - Supply pushes voltage → LED pulls current through series resistor.
151
+ - Resistor needed to **limit current**.
152
+ 2. **Constant Current (CC, e.g., 350mA)**
153
+ - Supply pushes fixed current → LED sets voltage automatically.
154
+ - Stable brightness, no extra resistor needed.
155
+
156
+---
157
+
158
+### 3️⃣ Practical Examples
159
+
160
+**12V LED with resistor:**
161
+
162
+12V (push) → resistor → LED (pull)
163
+
164
+- Power supply pushes 12V.
165
+- LED pulls current: I = (12V - Vf) / R
166
+- If R too small → LED pulls too much → burns out.
167
+
168
+**Constant current driver:**
169
+
170
+12V CC driver (pushes 350mA) → LED (accepts 350mA)
171
+
172
+- Driver maintains current automatically.
173
+- LED adjusts voltage accordingly.
174
+- No resistor needed.
175
+
176
+---
177
+
178
+### 4️⃣ Key Takeaways
179
+
180
+1. **LEDs are current-driven**; control current rather than voltage.
181
+2. **Push vs Pull is perspective**: supply pushes, LED pulls.
182
+3. **Use constant current drivers** to protect LEDs.
183
+4. With voltage supply, **always use a series resistor** to limit current.
184
+
185
+
186
+
111 187
112 188
### ref
113 189
114 190
- https://tigoe.github.io/LightProjects/led-strips.html
115 191
192
+- [[led-driver]] - [[led]]
... ...
\ No newline at end of file
app-dat/gopro-dat/2025-12-30-01-47-27.png
... ...
Binary files /dev/null and b/app-dat/gopro-dat/2025-12-30-01-47-27.png differ
app-dat/gopro-dat/gopro-dat.md
... ...
@@ -0,0 +1,4 @@
1
+
2
+# gopro-dat
3
+
4
+![](2025-12-30-01-47-27.png)
... ...
\ No newline at end of file
materials-dat/metal-dat/metal-dat.md
... ...
@@ -8,6 +8,46 @@
8 8
9 9
10 10
11
+
12
+## metal soldering
13
+
14
+普通电烙铁的世界里:
15
+铜是王,镀层是桥,铝是禁区。
16
+
17
+五、实操建议(很有用)
18
+🔹 如果你想“让任何金属都好焊”
19
+
20
+👉 先镀锡 / 镀铜
21
+
22
+方法:
23
+
24
+化学镀
25
+
26
+电镀
27
+
28
+喷涂焊锡层
29
+
30
+
31
+二、为什么“铜系最好焊”?
32
+1️⃣ 氧化膜容易被助焊剂破坏
33
+2️⃣ 锡对铜润湿性极好
34
+3️⃣ 形成 Cu–Sn 金属间化合物
35
+
36
+→ 是真正“结合”
37
+
38
+
39
+一、结论速览:哪些金属“能用电烙铁焊”?
40
+
41
+前提:普通电烙铁(≈300–400°C)+ 锡基焊料
42
+
43
+✅ 非常容易焊(标准焊接)
44
+金属 可行性 说明
45
+铜(Cu) ⭐⭐⭐⭐⭐ 最理想
46
+黄铜 ⭐⭐⭐⭐⭐ 含铜高
47
+紫铜 ⭐⭐⭐⭐⭐ 同上
48
+镀锡铜 ⭐⭐⭐⭐⭐ 一碰就上锡
49
+
50
+
11 51
## metal dust
12 52
13 53
一、从「源头」减少粉尘(最有效)
... ...
@@ -27,4 +67,43 @@
27 67
| Aluminum Alloy | ⭐⭐⭐⭐⭐ (Very Easy) | Low | Chips (few fine dust) | Low–Medium | Soft, cuts easily; may clog blades if RPM too high |
28 68
| Brass (黄铜) | ⭐⭐⭐⭐☆ (Easy) | Low–Medium | Clean chips | Medium | Free-cutting, stable; less grabbing than aluminum |
29 69
| Copper (紫铜) | ⭐⭐⭐☆☆ (Medium) | Medium | Long, sticky chips | Medium–High | Very ductile; tends to smear and stick to tools |
30
-| Stainless Steel | ⭐⭐☆☆☆ (Hard) | High | Fine chips + dust | High | Tough, work-hardens; needs low speed and coolant |
... ...
\ No newline at end of file
0
+| Stainless Steel | ⭐⭐☆☆☆ (Hard) | High | Fine chips + dust | High | Tough, work-hardens; needs low speed and coolant |
1
+
2
+
3
+
4
+
5
+
6
+## metal glue
7
+
8
+- [[glue-dat]]
9
+
10
+四、粘得牢的关键步骤(比胶水本身还重要)
11
+1️⃣ 打磨(必须)
12
+
13
+铝合金:用 400~600 号砂纸
14
+
15
+不锈钢:同样打磨
16
+
17
+目的:破坏氧化层 + 增加粗糙度
18
+
19
+2️⃣ 脱脂(必须)
20
+
21
+酒精 / 丙酮
22
+
23
+彻底擦干
24
+
25
+3️⃣ 控制胶层厚度
26
+
27
+最佳厚度:0.1 ~ 0.3 mm
28
+
29
+太薄强度下降
30
+
31
+太厚会脆
32
+
33
+4️⃣ 固化时夹紧
34
+
35
+不要挤干胶
36
+
37
+只是定位、对齐
38
+
39
+
mechanics-dat/glue-dat/epoxy-glue-dat/epoxy-glue-dat.md
... ...
@@ -1,4 +0,0 @@
1
-
2
-# epoxy-glue-dat.md
3
-
4
-epoxy glue is commonly referred to as AB glue.
... ...
\ No newline at end of file
mechanics-dat/glue-dat/glue-expory-dat/glue-expory-dat.md
... ...
@@ -0,0 +1,21 @@
1
+
2
+# epoxy-glue-dat.md
3
+
4
+epoxy glue is commonly referred to as AB glue.
5
+
6
+三、推荐的具体胶水(常见好买)
7
+✅ 性价比方案(可 DIY)
8
+
9
+慢固化 AB 胶(24 小时型)
10
+
11
+比如:工业级环氧胶、EPOXY ADHESIVE
12
+
13
+强度明显高于 5 分钟胶
14
+
15
+⭐ 更稳的工程方案
16
+
17
+3M DP420 / DP460(环氧结构胶)
18
+
19
+Loctite EA 9460 / 9480
20
+
21
+Loctite 330(配底涂)(丙烯酸)
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/2025-12-06-14-06-54.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/2025-12-06-14-06-54.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/2025-12-10-01-54-55.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/2025-12-10-01-54-55.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-06-13-03-51.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-06-13-03-51.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-52-10.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-52-10.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-52-28.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-52-28.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-53-28.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-53-28.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-12-12-37-08.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-12-12-37-08.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-12-12-37-18.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-12-12-37-18.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-29-15-23-58.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-29-15-23-58.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-Cross-Connector-dat/Shaft-Cross-Connector-dat.md
... ...
@@ -0,0 +1,37 @@
1
+
2
+# Shaft-Cross-Connector-dat
3
+
4
+![](2025-12-06-13-03-51.png)
5
+
6
+
7
+## types
8
+
9
+cross connector 1
10
+
11
+![](2025-12-10-01-53-28.png)
12
+
13
+cross connector 2 - customized locker
14
+
15
+![](2025-12-12-12-37-18.png)
16
+cross connector 3 - purpose for water tube
17
+
18
+![](2025-12-12-12-37-08.png)
19
+
20
+![](2025-12-29-15-23-58.png)
21
+
22
+
23
+
24
+
25
+## apps
26
+
27
+![](2025-12-10-01-52-10.png)
28
+
29
+![](2025-12-10-01-52-28.png)
30
+
31
+
32
+
33
+
34
+
35
+## ref
36
+
37
+- [[shaft-dat]] - [[shaft]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/Shaft-dat.md
... ...
@@ -0,0 +1,132 @@
1
+# Shaft-dat
2
+
3
+- [[mechanical-structure-dat]] - [[materials-dat]]
4
+
5
+## shaft connector
6
+
7
+- [[rivet-dat]] - [[screws-dat]]
8
+
9
+
10
+✅ 方案 3:钎焊 / 焊接(非烙铁)
11
+
12
+铝钎焊(>500°C)
13
+
14
+激光焊 / TIG(专业设备)
15
+
16
+⚠️ 这是完全不同工艺,非 DIY 范畴
17
+
18
+
19
+## dimension
20
+
21
+- 8mm
22
+
23
+- 6mm - [[3d-printer-dat]]
24
+
25
+
26
+
27
+## smooth shaft accessories
28
+
29
+- [[shaft-limit-ring-dat]] == Hose clamp
30
+
31
+- [[shaft-coupler-dat]]
32
+
33
+- [[Shaft-Cross-Connector-dat]]
34
+
35
+![](2025-12-10-01-54-55.png)
36
+
37
+
38
+## tech
39
+
40
+- [[shaft-dat]] - [[shaft-waterproof-dat]] - [[waterproof-dat]]
41
+
42
+
43
+
44
+## Shaft cutting
45
+
46
+Is it dangerous to cut a 6 mm smooth shaft (steel) with an angle grinder?
47
+
48
+Yes. There are risks, especially in the following situations:
49
+
50
+1. High angle grinder speed
51
+
52
+Angle grinders typically run above 10,000 RPM. When cutting metal, if the workpiece is not clamped securely or the angle is wrong and the shaft rolls, this can cause:
53
+
54
+- Hand injury (kickback)
55
+- Workpiece ejection
56
+- Cutting wheel shattering (severe hazard)
57
+
58
+2. Round shaft is hard to secure
59
+
60
+A round shaft can roll or be grabbed by the wheel, which may lead to:
61
+
62
+- Disc jam
63
+- Thrown workpiece
64
+
65
+3. Cutting discs are unfriendly to small-diameter metal
66
+
67
+Cutting thin rods → easy to bite → can cause kickback
68
+
69
+How to make it safer
70
+
71
+- Use proper fixturing
72
+
73
+ Secure the shaft. Recommended:
74
+
75
+ - Use a bench vise (required)
76
+ - Wrap the clamped area with aluminum or wood to prevent slipping
77
+
78
+- Use a cut-off disc, not a grinding disc
79
+
80
+ Use a metal cut-off disc (thin cut-off). Do not use a grinding disc to sever the shaft.
81
+
82
+- Wear personal protective equipment
83
+
84
+ - Safety goggles
85
+ - Cut-resistant gloves
86
+ - Long sleeves
87
+
88
+- Avoid contacting the wheel side
89
+
90
+ Use only the thin cutting edge of the disc; do not apply side pressure.
91
+
92
+- Cut gently, do not force
93
+
94
+ Keep a steady motion; do not rock the shaft.
95
+
96
+
97
+
98
+
99
+
100
+## shaft assembly
101
+
102
+芯轴加热 / 冷冻的本质作用只有一个:
103
+——利用热胀冷缩,让“本来很紧的过盈配合在装配瞬间变得好装”。
104
+下面我用直观 + 定量给你解释清楚。
105
+一、一句话核心原理
106
+加热孔 → 孔变大
107
+冷冻轴 → 轴变小
108
+👉 装配瞬间从“硬压”变成“顺滑插入”,
109
+冷却后恢复尺寸,形成非常牢固的过盈配合。
110
+
111
+
112
+
113
+
114
+## shaft connection
115
+
116
+### large tube hold small shaft
117
+
118
+三、可行的解决方案
119
+方案 1:开槽 + 喉箍(薄壁首选)
120
+
121
+薄壁 1.5 mm 攻丝不可靠
122
+
123
+改用喉箍或外夹方式
124
+
125
+可加 2 条喉箍提高稳定性
126
+
127
+
128
+
129
+
130
+## ref
131
+
132
+- [[rod-system-dat]]
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/2025-12-10-02-17-22.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/2025-12-10-02-17-22.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/2025-12-10-02-33-45.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/2025-12-10-02-33-45.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/2025-12-10-02-45-20.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/2025-12-10-02-45-20.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/carbon-rods-dat/carbon-rods-dat.md
... ...
@@ -0,0 +1,68 @@
1
+
2
+# carbon-rods-dat
3
+
4
+**Carbon rods** (also called **carbon fiber rods**) are lightweight, high-strength structural components widely used in radio-controlled (RC) aircraft, gliders, multirotors, and other hobby models.
5
+
6
+---
7
+
8
+## 1. What Are Carbon Rods?
9
+Carbon rods are made from **carbon fiber strands** bonded together with epoxy resin.
10
+They are extremely **strong**, **rigid**, and **lightweight**, making them ideal for structural reinforcement in model aircraft.
11
+
12
+---
13
+
14
+## 2. Key Features
15
+- **High strength-to-weight ratio**
16
+- **Very stiff** (excellent for wings and fuselage reinforcement)
17
+- **Corrosion-resistant**
18
+- **Lightweight compared to metal rods**
19
+- **Does not warp with humidity or temperature changes**
20
+
21
+---
22
+
23
+## 3. Common Shapes
24
+1. **Solid round rods**
25
+ - Used for spars, pushrods, and general reinforcement
26
+2. **Hollow tubes**
27
+ - Lighter than solid rods, used for wing spars or long stiff beams
28
+3. **Flat strips (carbon plates)**
29
+ - Used to strengthen fuselage sides, wing trailing edges, or control surfaces
30
+
31
+---
32
+
33
+## 4. Typical Uses in RC Aircraft
34
+- **Wing spars** (main structural support inside the wing)
35
+- **Fuselage reinforcement**
36
+- **Tail boom structures**
37
+- **Control pushrods**
38
+- **Motor mounts** (for lightweight electric planes)
39
+- **FPV plane rigidity enhancement**
40
+
41
+---
42
+
43
+## 5. Advantages in RC Models
44
+- Provides **rigidity** without adding much weight
45
+- Greatly increases **structural strength**
46
+- Helps prevent wing flex at high speeds
47
+- Improves flight precision and durability
48
+
49
+---
50
+
51
+## 6. Adhesives and Bonding
52
+Compatible glues include:
53
+- **Epoxy**
54
+- **CA glue (foam-safe when used on foam models)**
55
+- **UHU POR** (for foam aircraft)
56
+
57
+Avoid using general hot-melt glue for critical structural joints — it adds weight and low bonding strength.
58
+
59
+---
60
+
61
+## 7. Common Diameters
62
+- **1mm – 3mm:** pushrods, small wings
63
+- **3mm – 6mm:** wing spars, fuselage reinforcement
64
+- **6mm – 10mm:** large wings and long FPV platforms
65
+
66
+## ref
67
+
68
+- [[rod-system-dat]] - [[materials-dat]] - [[carbon-rods-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/rod-dat.md
... ...
@@ -0,0 +1,96 @@
1
+
2
+# rod-system-dat
3
+
4
+- [[shaft-dat]]
5
+
6
+- [[PVC-tube-dat]]
7
+
8
+- [[carbon-rods-dat]]
9
+
10
+- [[stainless-steel-solid-tube-dat]]
11
+
12
+- [[stainless-steel-hallow-tube-dat]]
13
+
14
+- [[rod-system-dat]]
15
+
16
+- [[hinge-dat]] - [[rod-tie-dat]] - [[crank-dat]] - [[rod-dat]]
17
+
18
+- [[shaft-coupler-dat]]
19
+
20
+- [[stainless-steel-dat]] - [[stainless-steel-solid-rod-dat]] - [[metal-dat]]
21
+
22
+
23
+- [[clamp-dat]]
24
+
25
+
26
+
27
+
28
+## size
29
+
30
+- 3mm [[ABS-dat]] [[shaft-dat]] - weak
31
+
32
+- 3mm [[stainless-steel-solid-tube-dat]] - [[shaft-dat]] - ?
33
+
34
+
35
+
36
+
37
+
38
+## common parts
39
+
40
+- [[shaft-limit-ring-dat]] - [[shaft-coupler-dat]]
41
+
42
+- [[flange-dat]]
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+## compare
51
+
52
+| Feature | 3mm Solid Carbon Rod | 3mm Solid Stainless Steel Rod |
53
+|---------|--------------------|-------------------------------|
54
+| **Material** | Carbon fiber (reinforced with epoxy) | Stainless steel (commonly 304 or 316) |
55
+| **Density / Weight** | ~1.6 g/cm³ (lightweight) | ~8.0 g/cm³ (heavy) |
56
+| **Tensile Strength** | ~600–1000 MPa | ~500–700 MPa |
57
+| **Flexural Strength / Stiffness** | Very high stiffness (high modulus) | Lower stiffness compared to carbon |
58
+| **Impact / Shock Resistance** | Brittle, can snap under sudden impact | Tough, can bend under load without breaking |
59
+| **Corrosion Resistance** | Excellent (does not rust) | Good (resists corrosion, but can rust in harsh environments) |
60
+| **Weight-to-Strength Ratio** | Extremely high (very strong per gram) | Low (heavier for same strength) |
61
+| **Practical Notes** | Ideal for **lightweight reinforcement**, RC aircraft spars, hobby robotics | Better for **impact-heavy or load-bearing metal parts**, mechanical shafts |
62
+
63
+
64
+### Summary
65
+
66
+- **Carbon rod** is **much lighter** and very stiff; for **bending stiffness** or lightweight structure, it is stronger per weight.
67
+- **Stainless steel rod** is **heavier but tougher**; it can withstand impact and bending better without snapping.
68
+- **Conclusion:**
69
+ - For **lightweight RC planes, drones, or aerospace applications** → **3mm carbon rod** is preferred.
70
+ - For **mechanical shafts or parts under heavy impact** → **3mm stainless steel rod** is safer.
71
+
72
+
73
+
74
+
75
+
76
+## other
77
+
78
+cantilevel
79
+
80
+![](2025-12-10-02-17-22.png)
81
+
82
+tube cross locker
83
+
84
+![](2025-12-10-02-33-45.png)
85
+
86
+vertical tube connector == water pipe joint
87
+
88
+
89
+![](2025-12-10-02-45-20.png)
90
+
91
+
92
+## ref
93
+
94
+- [[mechanical-structure-dat]]
95
+
96
+- [[mechanical-structure]] - [[mechanics]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/rod-tie-dat/2025-12-06-13-44-22.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/rod-tie-dat/2025-12-06-13-44-22.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/rod-tie-dat/rod-tie-dat.md
... ...
@@ -0,0 +1,27 @@
1
+
2
+# rod-tie-dat
3
+
4
+- [[hinge-dat]]
5
+
6
+![](2025-12-06-13-44-22.png)
7
+
8
+
9
+
10
+## Tie Rod vs Hinge
11
+
12
+| Feature | Tie Rod | Hinge |
13
+|-------------------------|--------------------------------------|----------------------------------------|
14
+| **Function** | Transmits **tensile force** (pulling). | Allows **rotational movement** around a fixed axis. |
15
+| **Load Type** | Works under **tension**, rarely compression. | Works under **rotation**, may carry vertical/horizontal loads depending on design. |
16
+| **Movement Allowed** | Linear connection; **no rotation** at ends unless designed with joints. | Rotational; **connects two parts allowing pivoting**. |
17
+| **Typical Applications**| Structural reinforcement, suspension, kinematic linkages. | Doors, lids, flaps, robotic joints, mechanical linkages. |
18
+| **Example** | Car suspension tie rod, truss tie rod. | Door hinge, laptop hinge, robot elbow hinge. |
19
+
20
+### Key Difference
21
+- **Tie Rod:** Keeps parts **aligned and under tension**, preventing separation or spreading.
22
+- **Hinge:** **Connects two parts and allows rotation**, does not resist tension in a straight line.
23
+
24
+
25
+## ref
26
+
27
+- [[rod-system-dat]] - [[hinge-dat]] - [[rod-tie-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/stainless-steel-solid-rod-dat/stainless-steel-solid-rod-dat.md
... ...
@@ -0,0 +1,69 @@
1
+
2
+# stainless-steel-solid-rod-dat
3
+
4
+## 切割 **6 mm 不锈钢实心棒** 可用的工具(按安全 & 效率排序)
5
+
6
+### ✅ 最推荐(安全、切口好)
7
+1. **金属带锯(Metal band saw)**
8
+ - 最稳妥、反弹风险低
9
+ - 切口垂直、毛刺少
10
+ - 适合连续、多根切割
11
+
12
+2. **冷切锯 / 金属切割锯(Cold cut saw)**
13
+ - 使用 **不锈钢专用 TCT 锯片**
14
+ - 切口非常平整
15
+ - 速度快,但设备成本较高
16
+
17
+---
18
+
19
+### ⚠️ 可用(需注意操作)
20
+3. **角磨机 + 不锈钢切割片**
21
+ - 常见、便宜
22
+ - 切口粗,需要后续打磨
23
+ - ⚠️ 必须夹紧工件,戴护目镜
24
+
25
+4. **台式切割机(Cut-off saw / Chop saw)**
26
+ - 用 **不锈钢切割片**
27
+ - 噪音大、火花多
28
+ - 精度一般
29
+
30
+---
31
+
32
+### 🐢 手动 / 低速方案
33
+5. **手动弓锯(Hacksaw,24–32 TPI)**
34
+ - 成本最低
35
+ - 适合少量或精细控制
36
+ - 慢但安全
37
+
38
+- [[hand-Hacksaw-dat]] - [[tools-hand-dat]]
39
+
40
+
41
+6. **台钻 + 切割附件(不推荐为主方案)**
42
+ - 可行但效率低
43
+ - 对准和夹持要求高
44
+
45
+---
46
+
47
+## ❌ 不适合 / 不安全
48
+- ❌ **木工台锯**
49
+- ❌ **木工圆锯片**
50
+- ❌ **高速钢薄圆锯片(用于台锯/角磨机)**
51
+- ❌ **曲线锯(易断条)**
52
+
53
+---
54
+
55
+## 🔧 锯片 / 切割片选择要点
56
+- 标注:**Stainless Steel / Inox**
57
+- 切割片厚度:**1.0–1.2 mm**
58
+- 若用带锯:**14–18 TPI** 适合 6 mm 实心棒
59
+- 允许的话:**少量切削液** 可明显降温、延长寿命
60
+
61
+---
62
+
63
+## 一句话建议
64
+> **最佳选择:金属带锯**
65
+> **最普遍可行:角磨机 + 不锈钢切割片**
66
+
67
+## ref
68
+
69
+- [[grinder-angle-dat]]
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/tube-oval-dat/2025-12-29-14-50-01.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/tube-oval-dat/2025-12-29-14-50-01.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/tube-oval-dat/2025-12-29-14-50-15.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/tube-oval-dat/2025-12-29-14-50-15.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/rod-dat/tube-oval-dat/tube-oval-dat.md
... ...
@@ -0,0 +1,12 @@
1
+
2
+# tube-oval-dat
3
+
4
+- oval tube
5
+
6
+![](2025-12-29-14-50-01.png)
7
+
8
+![](2025-12-29-14-50-15.png)
9
+
10
+## ref
11
+
12
+- [[tube-oval]] - [[rod]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-coupler-dat/2025-12-10-02-15-17.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-coupler-dat/2025-12-10-02-15-17.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-coupler-dat/2025-12-10-02-15-32.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-coupler-dat/2025-12-10-02-15-32.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-coupler-dat/shaft-coupler-dat.md
... ...
@@ -0,0 +1,50 @@
1
+
2
+# shaft-coupler-dat
3
+
4
+
5
+
6
+
7
+## L type coupler
8
+
9
+![](2025-12-10-02-15-17.png)
10
+
11
+![](2025-12-10-02-15-32.png)
12
+
13
+
14
+## Shaft Coupler
15
+
16
+A **shaft coupler** is a mechanical component used to **connect two rotating shafts**. It primarily functions to transmit torque while allowing for slight axial, radial, or angular misalignments.
17
+
18
+---
19
+
20
+### Types of Shaft Couplers
21
+
22
+#### 1. Rigid Coupler
23
+- **Features**: No elasticity, provides a solid connection, requires precise shaft alignment.
24
+- **Applications**: High-precision CNC machines, industrial machinery.
25
+
26
+#### 2. Flexible Coupler
27
+- **Features**: Can absorb slight misalignment, reduce vibration, and minimize impact.
28
+- **Common Types**:
29
+ - **Jaw Coupling** – Uses an elastomer insert to absorb vibrations; suitable for stepper and servo motors.
30
+ - **Bellows Coupling** – High torque transmission capability, ideal for precision applications.
31
+ - **Disc Coupling** – Used in high-speed and high-precision applications, such as robotics and aerospace.
32
+
33
+#### 3. Universal Joint (U-Joint)
34
+- **Features**: Allows for larger angular misalignment, commonly used for shafts that are not in perfect alignment.
35
+- **Applications**: Automotive drivetrains, heavy machinery.
36
+
37
+#### 4. Oldham Coupling
38
+- **Features**: Compensates for significant radial misalignment, commonly used in automation and 3D printing.
39
+
40
+---
41
+
42
+### Key Functions of Shaft Couplers
43
+✅ **Torque Transmission** – Connects the motor to the driven shaft for power transfer.
44
+✅ **Misalignment Compensation** – Allows slight shaft misalignment, reducing stress.
45
+✅ **Vibration & Shock Absorption** – Helps dampen vibrations and protect mechanical components.
46
+✅ **Equipment Protection** – Some couplers act as safety devices in case of overload.
47
+
48
+## ref
49
+
50
+- [[shaft-dat]] - [[shaft-coupler]] - [[shaft]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-limit-ring-dat/2025-07-08-17-48-24.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-limit-ring-dat/2025-07-08-17-48-24.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-limit-ring-dat/2025-12-04-00-53-15.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-limit-ring-dat/2025-12-04-00-53-15.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-limit-ring-dat/shaft-limit-ring-dat.md
... ...
@@ -0,0 +1,13 @@
1
+
2
+# shaft-limit-ring-dat
3
+
4
+![](2025-07-08-17-48-24.png)
5
+
6
+
7
+limiter / position locker
8
+
9
+ID == 6 / OD == 12 / Thickness == 6
10
+
11
+![](2025-12-04-00-53-15.png)
12
+
13
+
mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-supporter-dat.md
... ...
@@ -0,0 +1,8 @@
1
+
2
+
3
+
4
+# shaft-supporter-dat.md
5
+
6
+![](2025-12-06-14-06-54.png)
7
+
8
+- [[rc-boat-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/shaft-waterproof-dat/shaft-waterproof-dat.md
... ...
@@ -0,0 +1,24 @@
1
+
2
+
3
+# shaft-waterproof-dat
4
+
5
+- [[shaft-dat]] - [[shaft-waterproof-dat]] - [[waterproof-dat]]
6
+
7
+## 4. Shaft and Linkage Sealing
8
+
9
+
10
+The servo horn/output shaft must exit the housing. Options:
11
+
12
+- **Magnetic coupling** to transfer motion without shaft penetration.
13
+
14
+
15
+- **Sealed rotary feedthrough** with O-ring.
16
+
17
+
18
+
19
+
20
+
21
+
22
+## ref
23
+
24
+- [[shaft-dat]]
mechanics-dat/mechanical-structure-dat/Shaft-dat/tube-dat/tube-PVC-dat/2025-12-10-02-22-35.png
... ...
Binary files /dev/null and b/mechanics-dat/mechanical-structure-dat/Shaft-dat/tube-dat/tube-PVC-dat/2025-12-10-02-22-35.png differ
mechanics-dat/mechanical-structure-dat/Shaft-dat/tube-dat/tube-PVC-dat/tube-PVC-dat.md
... ...
@@ -0,0 +1,123 @@
1
+
2
+# PVC-tube-dat
3
+
4
+
5
+### PVC tube build
6
+
7
+| Outer diameter | thickness | length |
8
+| -------------- | --------- | --------- |
9
+| 6mm | 1mm | [1 meter] |
10
+| 7mm | 1mm | [1 meter] |
11
+| 8mm | 1mm | [1 meter] |
12
+| 9mm | 1mm | [1 meter] |
13
+| 10mm | 1mm | [1 meter] |
14
+| 11mm | 1mm | [1 meter] |
15
+| 12mm | 1mm | [1 meter] |
16
+| 13mm | 1mm | [1 meter] |
17
+| 14mm | 1mm | [1 meter] |
18
+| 16mm | 2mm | [1 meter] |
19
+
20
+- [[pressure-dat]] - [[physics-dat]]
21
+
22
+- [[pressure-design-dat]]
23
+
24
+
25
+## PVC tube tools
26
+
27
+- [[cutter-dat]] special PVC tube cutter
28
+
29
+- [[glue-dat]]
30
+
31
+
32
+
33
+## water tube standard
34
+
35
+- 1/4
36
+- 1/8
37
+- 3/8
38
+- 1/2
39
+
40
+
41
+
42
+## PVC DN standard
43
+
44
+**DN** = **Nominal Diameter** (measured in millimeters, mm).
45
+It is a standardized naming system mainly used in ISO, European, and British pipe standards.
46
+
47
+### Meaning
48
+- **DN16** → Nominal Diameter **16 mm**
49
+- **DN25** → Nominal Diameter **25 mm**
50
+
51
+Note: DN is an approximate *reference size*. Actual inner and outer diameters vary by material and pressure rating.
52
+
53
+---
54
+
55
+### Common Outer Diameters (Example: ISO / PPR / PVC Systems)
56
+
57
+| DN Size | Typical OD | Notes |
58
+|--------|-------------|-------|
59
+| **DN16** | ~20–25 mm OD | Small pipe for irrigation or household plumbing |
60
+| **DN25** | ~32–34 mm OD | Common water supply pipe size |
61
+
62
+---
63
+
64
+### DN vs OD vs ID
65
+- **DN** → Naming size (not exact)
66
+- **OD** → Outer Diameter (actual measured size)
67
+- **ID** → Inner Diameter (depends on wall thickness)
68
+
69
+Example (PVC PN16):
70
+- DN25 → OD 32 mm
71
+- DN16 → OD 20 mm
72
+
73
+
74
+
75
+
76
+
77
+## PVC tube under hydrostatic pressure
78
+
79
+### Overview
80
+Quick reference for hydrostatic pressure effects on PVC tubes and why common PVC piping and joints are unsuitable for deep-water use.
81
+
82
+### Pressure basics
83
+- Water pressure increases by ~1 atmosphere (≈ 0.1 MPa) every 10 m of depth.
84
+- At 100 m depth the absolute pressure is roughly 11 atm ≈ 1.1 MPa.
85
+
86
+### Common PVC pressure ratings (internal pressure)
87
+- PN10: rated ~1.0 MPa (≈ 100 m water column)
88
+- PN16: rated ~1.6 MPa (≈ 160 m water column)
89
+
90
+Note: These ratings apply to internal-pressure tests (pipe containing pressurized fluid). External hydrostatic pressure (surrounding water pressing inward) is a different loading condition and can be more damaging.
91
+
92
+### Failure modes under external (deep-water) pressure
93
+- Wall collapse (pipe being crushed inward)
94
+- Deformation at solvent-welded joints
95
+- Micro-cracks or fissures forming near joints
96
+- Joint regions are mechanically weaker than the pipe body and typically fail first
97
+
98
+### Can ordinary PVC solvent-weld joints survive at 100 m depth?
99
+Short answer: No guarantee. Standard household PVC with solvent-welded joints is not suitable for long-term deep-water use.
100
+
101
+### Reasons
102
+1. Solvent-weld joint strength is usually lower than the pipe material itself — joints tend to fail first under high loads.
103
+2. Joints are vulnerable to deformation from external pressure — compression can open gaps in the sealed zone.
104
+3. PVC pipe material is not designed for sustained external hydrostatic compression — deep-water loads can produce micro-cracks or permanent deformation.
105
+4. Temperature fluctuations cause seal fatigue — large temperature changes (common in deep water) increase stresses at joints and accelerate failure.
106
+
107
+### Recommendation
108
+For DIY or household use, do not rely on PVC + solvent welding for sustained operation at ~100 m depth. Use purpose-built pressure housings, materials, and joining methods rated for external hydrostatic pressure
109
+
110
+
111
+
112
+
113
+
114
+## Connector
115
+
116
+
117
+![](2025-12-10-02-22-35.png)
118
+
119
+
120
+
121
+## ref
122
+
123
+- [[rod-system-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/Shaft-dat/tube-dat/tube-copper-dat/tube-copper-dat.md
... ...
@@ -0,0 +1,314 @@
1
+
2
+# tube-copper-dat
3
+
4
+尺寸:外径*壁厚(单位:毫米mm)注意毫米!0.5M价格!
5
+
6
+| | OD (mm) | ID | wall thickness (mm) | L |
7
+| -------- | ------- | --- | ------------------- | ----- |
8
+| | 0.8 | | 0.15 | 0.5M |
9
+| | 0.8 | | 0.2 | 0.5M |
10
+| | 0.9 | | 0.15 | 0.5M |
11
+| | 1 | | 0.2 | 0.5M |
12
+| | 1 | | 0.25 | 0.5M |
13
+| | 1 | | 0.3 | 0.5M |
14
+| | 1.2 | | 0.2 | 0.5M |
15
+| | 1.2 | | 0.25 | 0.5M |
16
+| | 1.2 | | 0.3 | 0.5M |
17
+| | 1.2 | | 0.4 | 0.5M |
18
+| | 1.3 | | 0.2 | 0.5M |
19
+| | 1.5 | | 0.2 | 0.5M |
20
+| | 1.5 | | 0.25 | 0.5M |
21
+| | 1.5 | | 0.3 | 0.5M |
22
+| | 1.5 | | 0.35 | 0.5M |
23
+| | 1.5 | | 0.5 | 0.5M |
24
+| | 1.6 | | 0.2 | 0.5M |
25
+| | 1.6 | | 0.3 | 0.5M |
26
+| | 1.8 | | 0.2 | 0.5M |
27
+| | 1.8 | | 0.25 | 0.5M |
28
+| | 1.8 | | 0.3 | 0.5M |
29
+| | 1.8 | | 0.4 | 0.5M |
30
+| | 1.9 | | 0.15 | 0.5M |
31
+| | 2 | | 0.2 | 0.5M |
32
+| | 2 | | 0.25 | 0.5M |
33
+| | 2 | | 0.3 | 0.5M |
34
+| | 2 | | 0.35 | 0.5M |
35
+| | 2 | | 0.5 | 200mm |
36
+| | 2 | | 0.5 | 0.5M |
37
+| | 2 | | 0.6 | 0.5M |
38
+| | 2.2 | | 0.2 | 0.5M |
39
+| | 2.5 | | 0.2 | 0.5M |
40
+| | 2.5 | | 0.25 | 0.5M |
41
+| | 2.5 | | 0.3 | 0.5M |
42
+| | 2.5 | | 0.5 | 0.5M |
43
+| | 2.5 | | 0.75 | 0.5M |
44
+| | 3 | | 0.2 | 0.5M |
45
+| | 3 | | 0.25 | 0.5M |
46
+| | 3 | | 0.3 | 0.5M |
47
+| | 3 | | 0.4 | 0.5M |
48
+| | 3 | | 0.5 | 200mm |
49
+| | 3 | | 0.5 | 0.5M |
50
+| | 3 | | 0.75 | 0.5M |
51
+| | 3 | | 1 | 200mm |
52
+| | 3 | | 1 | 0.5M |
53
+| | 3.5 | | 0.15 | 0.5M |
54
+| | 3.5 | | 0.2 | 0.5M |
55
+| | 3.5 | | 0.25 | 0.5M |
56
+| | 3.5 | | 0.3 | 0.5M |
57
+| | 3.5 | | 0.5 | 0.5M |
58
+| | 3.5 | | 0.75 | 0.5M |
59
+| | 3.5 | | 1 | 0.5M |
60
+| | 4 | | 0.2 | 0.5M |
61
+| | 4 | | 0.25 | 0.5M |
62
+| | 4 | | 0.3 | 0.5M |
63
+| | 4 | | 0.4 | 0.5M |
64
+| | 4 | | 0.5 | 200mm |
65
+| | 4 | | 0.5 | 0.5M |
66
+| | 4 | | 0.75 | 0.5M |
67
+| | 4 | | 1 | 200mm |
68
+| | 4 | | 1 | 0.5M |
69
+| | 4.5 | | 0.2 | 0.5M |
70
+| | 4.5 | | 0.25 | 0.5M |
71
+| | 4.5 | | 0.3 | 0.5M |
72
+| | 4.5 | | 0.5 | 0.5M |
73
+| | 4.5 | | 0.75 | 0.5M |
74
+| | 5 | | 0.2 | 0.5M |
75
+| | 5 | | 0.25 | 0.5M |
76
+| | 5 | | 0.3 | 0.5M |
77
+| | 5 | | 0.4 | 0.5M |
78
+| | 5 | | 0.5 | 200mm |
79
+| | 5 | | 0.5 | 0.5M |
80
+| | 5 | | 0.75 | 0.5M |
81
+| | 5 | | 1 | 200mm |
82
+| | 5 | | 1 | 0.5M |
83
+| | 5 | | 1.5 | 0.5M |
84
+| | 5.5 | | 0.2 | 0.5M |
85
+| | 5.5 | | 0.25 | 0.5M |
86
+| | 5.5 | | 0.3 | 0.5M |
87
+| | 5.5 | | 0.5 | 0.5M |
88
+| | 5.5 | | 1 | 0.5M |
89
+| | 6 | | 0.2 | 0.5M |
90
+| | 6 | | 0.25 | 0.5M |
91
+| | 6 | | 0.3 | 0.5M |
92
+| | 6 | | 0.4 | 0.5M |
93
+| | 6 | | 0.5 | 200mm |
94
+| | 6 | | 0.5 | 0.5M |
95
+| | 6 | | 0.75 | 0.5M |
96
+| | 6 | | 1 | 200mm |
97
+| | 6 | | 1 | 0.5M |
98
+| | 6 | | 1.2 | 0.5M |
99
+| | 6 | | 1.5 | 200mm |
100
+| | 6 | | 1.5 | 0.5M |
101
+| | 6 | | 2 | 0.5M |
102
+| | 6.5 | | 0.25 | 0.5M |
103
+| | 6.5 | | 0.5 | 0.5M |
104
+| | 6.5 | | 1 | 0.5M |
105
+| | 7 | | 0.2 | 0.5M |
106
+| | 7 | | 0.25 | 0.5M |
107
+| | 7 | | 0.3 | 0.5M |
108
+| | 7 | | 0.5 | 0.5M |
109
+| | 7 | | 0.75 | 0.5M |
110
+| | 7 | | 1 | 200mm |
111
+| | 7 | | 1 | 0.5M |
112
+| | 7 | | 1.5 | 0.5M |
113
+| | 7 | | 2 | 0.5M |
114
+| | 7.5 | | 0.25 | 0.5M |
115
+| | 7.5 | | 0.5 | 0.5M |
116
+| | 7.5 | | 1 | 0.5M |
117
+| | 8 | | 0.2 | 0.5M |
118
+| | 8 | | 0.25 | 0.5M |
119
+| | 8 | | 0.3 | 0.5M |
120
+| | 8 | | 0.4 | 0.5M |
121
+| | 8 | | 0.5 | 200mm |
122
+| | 8 | | 0.5 | 0.5M |
123
+| | 8 | | 0.8 | 0.5M |
124
+| | 8 | | 1 | 200mm |
125
+| | 8 | | 1 | 0.5M |
126
+| | 8 | | 1.5 | 200mm |
127
+| | 8 | | 1.5 | 0.5M |
128
+| | 8 | | 2 | 200mm |
129
+| | 8 | | 2 | 0.5M |
130
+| | 8.5 | | 0.25 | 0.5M |
131
+| | 8.5 | | 0.5 | 0.5M |
132
+| | 8.5 | 6.5 | 1 | 0.5M |
133
+| | 9 | | 0.2 | 0.5M |
134
+| | 9 | | 0.3 | 0.5M |
135
+| | 9 | | 0.5 | 0.5M |
136
+| | 9 | 7 | 1 | 0.5M |
137
+| | 9 | 6 | 1.5 | 0.5M |
138
+| | 9 | | 2 | 0.5M |
139
+| | 9.5 | | 0.2 | 0.5M |
140
+| | 9.5 | | 0.25 | 0.5M |
141
+| | 9.5 | | 0.5 | 0.5M |
142
+| | 9.5 | 7.5 | 1 | 0.5M |
143
+| | 10 | | 0.2 | 0.5M |
144
+| | 10 | | 0.25 | 0.5M |
145
+| | 10 | | 0.3 | 0.5M |
146
+| | 10 | | 0.5 | 200mm |
147
+| | 10 | | 0.5 | 0.5M |
148
+| | 10 | | 1 | 200mm |
149
+| | 10 | | 1 | 0.5M |
150
+| | 10 | | 1.5 | 200mm |
151
+| 10-7-1.5 | 10 | 7 | 1.5 | 0.5M |
152
+| | 10 | 6 | 2 | 200mm |
153
+| 10-6-2 | 10 | 6 | 2 | 0.5M |
154
+| | 10 | | 2.5 | 0.5M |
155
+| | 10 | | 3 | 0.5M |
156
+| | 11 | | 0.5 | 0.5M |
157
+| | 11 | | 1 | 0.5M |
158
+| | 11 | | 1.5 | 0.5M |
159
+| 11-7-2 | 11 | 7 | 2 | 0.5M |
160
+| | 12 | | 0.3 | 485mm |
161
+| | 12 | | 0.3 | 0.5M |
162
+| | 12 | | 0.5 | 200mm |
163
+| | 12 | | 0.5 | 0.5M |
164
+| | 12 | | 0.8 | 0.5M |
165
+| | 12 | | 1 | 200mm |
166
+| | 12 | | 1 | 0.5M |
167
+| 12-9-1.5 | 12 | 9 | 1.5 | 200mm |
168
+| | 12 | | 1.5 | 0.5M |
169
+| | 12 | 8 | 2 | 200mm |
170
+| | 12 | 8 | 2 | 0.5M |
171
+| | 12 | 6 | 3 | 0.5M |
172
+| | 13 | | 0.5 | 0.5M |
173
+| | 13 | | 1 | 0.5M |
174
+| | 13 | | 1.5 | 0.5M |
175
+| | 13 | 9 | 2 | 0.5M |
176
+| | 14 | | 0.5 | 200mm |
177
+| | 14 | | 0.5 | 0.5M |
178
+| | 14 | | 1 | 200mm |
179
+| | 14 | | 1 | 0.5M |
180
+| | 14 | | 1.5 | 200mm |
181
+| | 14 | | 1.5 | 0.5M |
182
+| | 14 | | 2 | 200mm |
183
+| | 14 | | 2 | 0.5M |
184
+| | 14 | 8 | 3 | 0.5M |
185
+| | 15 | | 0.5 | 200mm |
186
+| | 15 | | 0.5 | 0.5M |
187
+| | 15 | | 1 | 200mm |
188
+| | 15 | | 1 | 0.5M |
189
+| | 15 | | 1.5 | 200mm |
190
+| | 15 | | 1.5 | 0.5M |
191
+| | 15 | | 2 | 200mm |
192
+| | 15 | | 2 | 0.5M |
193
+| | 15 | | 3 | 0.5M |
194
+| | 16 | | 0.5 | 0.5M |
195
+| | 16 | | 1 | 0.5M |
196
+| | 16 | | 1.5 | 0.5M |
197
+| | 16 | | 2 | 0.5M |
198
+| | 16 | | 3 | 0.5M |
199
+| | 17 | | 0.5 | 0.5M |
200
+| | 17 | | 1 | 0.5M |
201
+| | 17 | | 1.5 | 0.5M |
202
+| | 17 | | 2 | 0.5M |
203
+| | 18 | | 0.5 | 0.5M |
204
+| | 18 | | 1 | 0.5M |
205
+| | 18 | | 1.5 | 0.5M |
206
+| | 18 | | 2 | 0.5M |
207
+| | 18 | | 3 | 0.5M |
208
+| | 19 | | 0.5 | 0.5M |
209
+| | 19 | | 1 | 0.5M |
210
+| | 19 | | 1.5 | 0.5M |
211
+| | 19 | | 2 | 0.5M |
212
+| | 20 | | 1 | 0.5M |
213
+| | 20 | | 1.5 | 0.5M |
214
+| | 20 | | 2 | 0.5M |
215
+| | 20 | | 2.5 | 0.5M |
216
+| | 20 | | 3 | 0.5M |
217
+| | 21 | | 0.5 | 0.5M |
218
+| | 21 | | 1 | 0.5M |
219
+| | 21 | | 1.5 | 0.5M |
220
+| | 21 | | 2 | 0.5M |
221
+| | 22 | | 0.5 | 0.5M |
222
+| | 22 | | 1 | 0.5M |
223
+| | 22 | | 1.5 | 0.5M |
224
+| | 22 | | 2 | 0.5M |
225
+| | 22 | | 3 | 0.5M |
226
+| | 23 | | 0.5 | 0.5M |
227
+| | 23 | | 1 | 0.5M |
228
+| | 23 | | 1.5 | 0.5M |
229
+| | 23 | | 2 | 0.5M |
230
+| | 24 | | 0.5 | 0.5M |
231
+| | 24 | | 1 | 0.5M |
232
+| | 24 | | 1.5 | 0.5M |
233
+| | 24 | | 2 | 0.5M |
234
+| | 25 | | 0.5 | 0.5M |
235
+| | 25 | | 1 | 0.5M |
236
+| | 25 | | 1.5 | 0.5M |
237
+| | 25 | | 2 | 0.5M |
238
+| | 25 | | 3 | 0.5M |
239
+| | 25 | | 5 | 0.5M |
240
+| | 26 | | 1 | 0.5M |
241
+| | 26 | | 1.5 | 0.5M |
242
+| | 26 | | 2 | 0.5M |
243
+| | 26 | | 3 | 0.5M |
244
+| | 27 | | 1 | 0.5M |
245
+| | 27 | | 1.5 | 0.5M |
246
+| | 27 | | 2 | 0.5M |
247
+| | 28 | | 1 | 0.5M |
248
+| | 28 | | 1.5 | 0.5M |
249
+| | 28 | | 2 | 0.5M |
250
+| | 28 | | 3 | 0.5M |
251
+| | 29 | | 1 | 0.5M |
252
+| | 29 | | 1.5 | 0.5M |
253
+| | 29 | | 2 | 0.5M |
254
+| | 30 | | 1 | 0.5M |
255
+| | 30 | | 1.5 | 0.5M |
256
+| | 30 | | 2 | 0.5M |
257
+| | 30 | | 3 | 0.5M |
258
+| | 32 | | 1 | 0.5M |
259
+| | 32 | | 1.5 | 0.5M |
260
+| | 32 | | 2 | 0.5M |
261
+| | 32 | | 3 | 0.5M |
262
+| | 35 | | 1 | 0.5M |
263
+| | 35 | | 1.5 | 0.5M |
264
+| | 35 | | 2 | 0.5M |
265
+| | 35 | | 2.5 | 0.5M |
266
+| | 35 | | 3 | 0.5M |
267
+| | 38 | | 1 | 0.5M |
268
+| | 38 | | 1.5 | 0.5M |
269
+| | 38 | | 2 | 0.5M |
270
+| | 40 | | 1 | 0.5M |
271
+| | 40 | | 1.5 | 0.5M |
272
+| | 40 | | 2 | 0.5M |
273
+| | 40 | | 3 | 0.5M |
274
+| | 42 | | 1 | 0.5M |
275
+| | 42 | | 1.5 | 0.5M |
276
+| | 42 | | 2 | 0.5M |
277
+| | 45 | | 1 | 0.5M |
278
+| | 45 | | 1.5 | 0.5M |
279
+| | 45 | | 2 | 0.5M |
280
+| | 45 | | 3 | 0.5M |
281
+| | 48 | | 1 | 0.5M |
282
+| | 48 | | 1.5 | 0.5M |
283
+| | 50 | | 1 | 0.5M |
284
+| | 50 | | 1.5 | 0.5M |
285
+| | 50 | | 2.5 | 0.5M |
286
+| | 50 | | 3 | 0.5M |
287
+| | 55 | | 1.5 | 0.5M |
288
+| | 55 | | 2 | 0.5M |
289
+| | 55 | | 3 | 0.5M |
290
+| | 60 | | 1 | 0.5M |
291
+| | 60 | | 1.5 | 0.5M |
292
+| | 60 | | 2 | 0.5M |
293
+| | 60 | | 3 | 0.5M |
294
+| | 65 | | 1 | 0.5M |
295
+| | 65 | | 1.5 | 0.5M |
296
+| | 65 | | 2 | 0.5M |
297
+| | 65 | | 3 | 0.5M |
298
+| | 70 | | 1.5 | 0.5M |
299
+| | 70 | | 2 | 0.5M |
300
+| | 75 | | 1.5 | 0.5M |
301
+| | 75 | | 2 | 0.5M |
302
+| | 75 | | 3 | 0.5M |
303
+| | 80 | | 1.5 | 0.5M |
304
+| | 80 | | 2 | 0.5M |
305
+| | 80 | | 3 | 0.5M |
306
+| | 85 | | 3 | 200mm |
307
+| | 90 | | 3 | 200mm |
308
+| | 100 | | 2.5 | 200mm |
309
+| | 100 | | 4 | 200mm |
310
+
311
+
312
+
313
+
314
+
mechanics-dat/mechanical-structure-dat/Shaft-dat/tube-dat/tube-dat.md
... ...
@@ -0,0 +1,41 @@
1
+
2
+
3
+# tube-dat
4
+
5
+- [[tube-copper-dat]]
6
+
7
+- [[tube-pvc-dat]]
8
+
9
+
10
+6mm 以下
11
+
12
+聚氨酯管
13
+
14
+氟管, 铁氟龙管
15
+
16
+PA6尼龙管
17
+
18
+硅胶软管
19
+
20
+
21
+以下为 **≤6 mm 管径** 常见材料的**典型物理属性对比**(工程常用范围,具体数值会随配方/厂家变化):
22
+
23
+| 材料 | 常见英文 | 密度 (g/cm³) | 硬度 | 抗拉强度 (MPa) | 工作温度 (°C) | 柔韧性 | 耐化学性 | 典型特点 |
24
+|---|---|---|---|---|---|---|---|---|
25
+| 聚氨酯管 | PU / TPU Tube | 1.10–1.25 | Shore A 80–98 | 30–55 | -40 ~ +80 | ⭐⭐⭐⭐ | ⭐⭐⭐ | 高弹性、耐磨、回弹好,气动常用 |
26
+| 氟管 / 铁氟龙管 | PTFE Tube | 2.10–2.30 | Shore D 50–65 | 20–35 | -200 ~ +260 | ⭐ | ⭐⭐⭐⭐⭐ | 极强耐腐蚀、低摩擦、不老化 |
27
+| PA6 尼龙管 | PA6 / Nylon 6 Tube | 1.12–1.15 | Shore D 70–80 | 50–80 | -40 ~ +120 | ⭐⭐ | ⭐⭐⭐⭐ | 强度高、耐压好、尺寸稳定 |
28
+| 硅胶软管 | Silicone Tube | 1.10–1.20 | Shore A 30–70 | 5–12 | -60 ~ +200 | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | 极柔软、耐高低温、生物惰性 |
29
+
30
+---
31
+
32
+### 关键工程对比要点(≤6 mm 管径时尤为明显)
33
+
34
+- **耐压能力(由高到低)**
35
+ PA6 尼龙 > PU > PTFE(薄壁) > 硅胶
36
+- **柔软度 / 可弯折性**
37
+ 硅胶 > PU > PA6 > PTFE
38
+- **耐化学 / 溶剂**
39
+ PTFE > PA6 ≈ 硅胶 > PU
40
+- **耐磨性**
41
+ PU > PA6 > PTFE > 硅胶
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/rod-dat/2025-12-10-02-17-22.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/2025-12-10-02-17-22.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/2025-12-10-02-33-45.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/2025-12-10-02-33-45.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/2025-12-10-02-45-20.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/2025-12-10-02-45-20.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/2025-12-06-14-06-54.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/2025-12-06-14-06-54.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/2025-12-10-01-54-55.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/2025-12-10-01-54-55.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-06-13-03-51.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-06-13-03-51.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-52-10.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-52-10.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-52-28.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-52-28.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-53-28.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-10-01-53-28.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-12-12-37-08.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-12-12-37-08.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-12-12-37-18.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/2025-12-12-12-37-18.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-Cross-Connector-dat/Shaft-Cross-Connector-dat.md
... ...
@@ -1,29 +0,0 @@
1
-
2
-# Shaft-Cross-Connector-dat
3
-
4
-![](2025-12-06-13-03-51.png)
5
-
6
-
7
-## types
8
-
9
-cross connector 1
10
-
11
-![](2025-12-10-01-53-28.png)
12
-
13
-cross connector 2 - customized locker
14
-
15
-![](2025-12-12-12-37-18.png)
16
-cross connector 3 - purpose for water tube
17
-
18
-![](2025-12-12-12-37-08.png)
19
-
20
-
21
-## apps
22
-
23
-![](2025-12-10-01-52-10.png)
24
-
25
-![](2025-12-10-01-52-28.png)
26
-
27
-## ref
28
-
29
-- [[shaft-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/Shaft-dat.md
... ...
@@ -1,87 +0,0 @@
1
-# Shaft-dat
2
-
3
-
4
-
5
-
6
-## dimension
7
-
8
-- 8mm
9
-
10
-- 6mm - [[3d-printer-dat]]
11
-
12
-
13
-
14
-## smooth shaft accessories
15
-
16
-- [[shaft-limit-ring-dat]] == Hose clamp
17
-
18
-- [[shaft-coupler-dat]]
19
-
20
-- [[Shaft-Cross-Connector-dat]]
21
-
22
-![](2025-12-10-01-54-55.png)
23
-
24
-
25
-## tech
26
-
27
-- [[shaft-dat]] - [[shaft-waterproof-dat]] - [[waterproof-dat]]
28
-
29
-
30
-
31
-## Shaft cutting
32
-
33
-Is it dangerous to cut a 6 mm smooth shaft (steel) with an angle grinder?
34
-
35
-Yes. There are risks, especially in the following situations:
36
-
37
-1. High angle grinder speed
38
-
39
-Angle grinders typically run above 10,000 RPM. When cutting metal, if the workpiece is not clamped securely or the angle is wrong and the shaft rolls, this can cause:
40
-
41
-- Hand injury (kickback)
42
-- Workpiece ejection
43
-- Cutting wheel shattering (severe hazard)
44
-
45
-2. Round shaft is hard to secure
46
-
47
-A round shaft can roll or be grabbed by the wheel, which may lead to:
48
-
49
-- Disc jam
50
-- Thrown workpiece
51
-
52
-3. Cutting discs are unfriendly to small-diameter metal
53
-
54
-Cutting thin rods → easy to bite → can cause kickback
55
-
56
-How to make it safer
57
-
58
-- Use proper fixturing
59
-
60
- Secure the shaft. Recommended:
61
-
62
- - Use a bench vise (required)
63
- - Wrap the clamped area with aluminum or wood to prevent slipping
64
-
65
-- Use a cut-off disc, not a grinding disc
66
-
67
- Use a metal cut-off disc (thin cut-off). Do not use a grinding disc to sever the shaft.
68
-
69
-- Wear personal protective equipment
70
-
71
- - Safety goggles
72
- - Cut-resistant gloves
73
- - Long sleeves
74
-
75
-- Avoid contacting the wheel side
76
-
77
- Use only the thin cutting edge of the disc; do not apply side pressure.
78
-
79
-- Cut gently, do not force
80
-
81
- Keep a steady motion; do not rock the shaft.
82
-
83
-
84
-
85
-## ref
86
-
87
-- [[rod-system-dat]]
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-coupler-dat/2025-12-10-02-15-17.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-coupler-dat/2025-12-10-02-15-17.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-coupler-dat/2025-12-10-02-15-32.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-coupler-dat/2025-12-10-02-15-32.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-coupler-dat/shaft-coupler-dat.md
... ...
@@ -1,50 +0,0 @@
1
-
2
-# shaft-coupler-dat
3
-
4
-
5
-
6
-
7
-## L type coupler
8
-
9
-![](2025-12-10-02-15-17.png)
10
-
11
-![](2025-12-10-02-15-32.png)
12
-
13
-
14
-## Shaft Coupler
15
-
16
-A **shaft coupler** is a mechanical component used to **connect two rotating shafts**. It primarily functions to transmit torque while allowing for slight axial, radial, or angular misalignments.
17
-
18
----
19
-
20
-### Types of Shaft Couplers
21
-
22
-#### 1. Rigid Coupler
23
-- **Features**: No elasticity, provides a solid connection, requires precise shaft alignment.
24
-- **Applications**: High-precision CNC machines, industrial machinery.
25
-
26
-#### 2. Flexible Coupler
27
-- **Features**: Can absorb slight misalignment, reduce vibration, and minimize impact.
28
-- **Common Types**:
29
- - **Jaw Coupling** – Uses an elastomer insert to absorb vibrations; suitable for stepper and servo motors.
30
- - **Bellows Coupling** – High torque transmission capability, ideal for precision applications.
31
- - **Disc Coupling** – Used in high-speed and high-precision applications, such as robotics and aerospace.
32
-
33
-#### 3. Universal Joint (U-Joint)
34
-- **Features**: Allows for larger angular misalignment, commonly used for shafts that are not in perfect alignment.
35
-- **Applications**: Automotive drivetrains, heavy machinery.
36
-
37
-#### 4. Oldham Coupling
38
-- **Features**: Compensates for significant radial misalignment, commonly used in automation and 3D printing.
39
-
40
----
41
-
42
-### Key Functions of Shaft Couplers
43
-✅ **Torque Transmission** – Connects the motor to the driven shaft for power transfer.
44
-✅ **Misalignment Compensation** – Allows slight shaft misalignment, reducing stress.
45
-✅ **Vibration & Shock Absorption** – Helps dampen vibrations and protect mechanical components.
46
-✅ **Equipment Protection** – Some couplers act as safety devices in case of overload.
47
-
48
-## ref
49
-
50
-- [[shaft-dat]] - [[shaft-coupler]] - [[shaft]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-limit-ring-dat/2025-07-08-17-48-24.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-limit-ring-dat/2025-07-08-17-48-24.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-limit-ring-dat/2025-12-04-00-53-15.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-limit-ring-dat/2025-12-04-00-53-15.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-limit-ring-dat/shaft-limit-ring-dat.md
... ...
@@ -1,13 +0,0 @@
1
-
2
-# shaft-limit-ring-dat
3
-
4
-![](2025-07-08-17-48-24.png)
5
-
6
-
7
-limiter / position locker
8
-
9
-ID == 6 / OD == 12 / Thickness == 6
10
-
11
-![](2025-12-04-00-53-15.png)
12
-
13
-
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-supporter-dat.md
... ...
@@ -1,8 +0,0 @@
1
-
2
-
3
-
4
-# shaft-supporter-dat.md
5
-
6
-![](2025-12-06-14-06-54.png)
7
-
8
-- [[rc-boat-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/rod-dat/Shaft-dat/shaft-waterproof-dat/shaft-waterproof-dat.md
... ...
@@ -1,24 +0,0 @@
1
-
2
-
3
-# shaft-waterproof-dat
4
-
5
-- [[shaft-dat]] - [[shaft-waterproof-dat]] - [[waterproof-dat]]
6
-
7
-## 4. Shaft and Linkage Sealing
8
-
9
-
10
-The servo horn/output shaft must exit the housing. Options:
11
-
12
-- **Magnetic coupling** to transfer motion without shaft penetration.
13
-
14
-
15
-- **Sealed rotary feedthrough** with O-ring.
16
-
17
-
18
-
19
-
20
-
21
-
22
-## ref
23
-
24
-- [[shaft-dat]]
mechanics-dat/mechanical-structure-dat/rod-dat/carbon-rods-dat/carbon-rods-dat.md
... ...
@@ -1,68 +0,0 @@
1
-
2
-# carbon-rods-dat
3
-
4
-**Carbon rods** (also called **carbon fiber rods**) are lightweight, high-strength structural components widely used in radio-controlled (RC) aircraft, gliders, multirotors, and other hobby models.
5
-
6
----
7
-
8
-## 1. What Are Carbon Rods?
9
-Carbon rods are made from **carbon fiber strands** bonded together with epoxy resin.
10
-They are extremely **strong**, **rigid**, and **lightweight**, making them ideal for structural reinforcement in model aircraft.
11
-
12
----
13
-
14
-## 2. Key Features
15
-- **High strength-to-weight ratio**
16
-- **Very stiff** (excellent for wings and fuselage reinforcement)
17
-- **Corrosion-resistant**
18
-- **Lightweight compared to metal rods**
19
-- **Does not warp with humidity or temperature changes**
20
-
21
----
22
-
23
-## 3. Common Shapes
24
-1. **Solid round rods**
25
- - Used for spars, pushrods, and general reinforcement
26
-2. **Hollow tubes**
27
- - Lighter than solid rods, used for wing spars or long stiff beams
28
-3. **Flat strips (carbon plates)**
29
- - Used to strengthen fuselage sides, wing trailing edges, or control surfaces
30
-
31
----
32
-
33
-## 4. Typical Uses in RC Aircraft
34
-- **Wing spars** (main structural support inside the wing)
35
-- **Fuselage reinforcement**
36
-- **Tail boom structures**
37
-- **Control pushrods**
38
-- **Motor mounts** (for lightweight electric planes)
39
-- **FPV plane rigidity enhancement**
40
-
41
----
42
-
43
-## 5. Advantages in RC Models
44
-- Provides **rigidity** without adding much weight
45
-- Greatly increases **structural strength**
46
-- Helps prevent wing flex at high speeds
47
-- Improves flight precision and durability
48
-
49
----
50
-
51
-## 6. Adhesives and Bonding
52
-Compatible glues include:
53
-- **Epoxy**
54
-- **CA glue (foam-safe when used on foam models)**
55
-- **UHU POR** (for foam aircraft)
56
-
57
-Avoid using general hot-melt glue for critical structural joints — it adds weight and low bonding strength.
58
-
59
----
60
-
61
-## 7. Common Diameters
62
-- **1mm – 3mm:** pushrods, small wings
63
-- **3mm – 6mm:** wing spars, fuselage reinforcement
64
-- **6mm – 10mm:** large wings and long FPV platforms
65
-
66
-## ref
67
-
68
-- [[rod-system-dat]] - [[materials-dat]] - [[carbon-rods-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/rod-dat/rod-dat.md
... ...
@@ -1,90 +0,0 @@
1
-
2
-# rod-system-dat
3
-
4
-- [[shaft-dat]]
5
-
6
-- [[PVC-tube-dat]]
7
-
8
-- [[carbon-rods-dat]]
9
-
10
-- [[stainless-steel-solid-tube-dat]]
11
-
12
-- [[stainless-steel-hallow-tube-dat]]
13
-
14
-- [[rod-system-dat]]
15
-
16
-- [[hinge-dat]] - [[rod-tie-dat]] - [[crank-dat]] - [[rod-dat]]
17
-
18
-- [[shaft-coupler-dat]]
19
-
20
-- [[stainless-steel-dat]] - [[stainless-steel-solid-rod-dat]] - [[metal-dat]]
21
-
22
-## size
23
-
24
-- 3mm [[ABS-dat]] [[shaft-dat]] - weak
25
-
26
-- 3mm [[stainless-steel-solid-tube-dat]] - [[shaft-dat]] - ?
27
-
28
-
29
-
30
-
31
-
32
-## common parts
33
-
34
-- [[shaft-limit-ring-dat]] - [[shaft-coupler-dat]]
35
-
36
-- [[flange-dat]]
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-## compare
45
-
46
-| Feature | 3mm Solid Carbon Rod | 3mm Solid Stainless Steel Rod |
47
-|---------|--------------------|-------------------------------|
48
-| **Material** | Carbon fiber (reinforced with epoxy) | Stainless steel (commonly 304 or 316) |
49
-| **Density / Weight** | ~1.6 g/cm³ (lightweight) | ~8.0 g/cm³ (heavy) |
50
-| **Tensile Strength** | ~600–1000 MPa | ~500–700 MPa |
51
-| **Flexural Strength / Stiffness** | Very high stiffness (high modulus) | Lower stiffness compared to carbon |
52
-| **Impact / Shock Resistance** | Brittle, can snap under sudden impact | Tough, can bend under load without breaking |
53
-| **Corrosion Resistance** | Excellent (does not rust) | Good (resists corrosion, but can rust in harsh environments) |
54
-| **Weight-to-Strength Ratio** | Extremely high (very strong per gram) | Low (heavier for same strength) |
55
-| **Practical Notes** | Ideal for **lightweight reinforcement**, RC aircraft spars, hobby robotics | Better for **impact-heavy or load-bearing metal parts**, mechanical shafts |
56
-
57
-
58
-### Summary
59
-
60
-- **Carbon rod** is **much lighter** and very stiff; for **bending stiffness** or lightweight structure, it is stronger per weight.
61
-- **Stainless steel rod** is **heavier but tougher**; it can withstand impact and bending better without snapping.
62
-- **Conclusion:**
63
- - For **lightweight RC planes, drones, or aerospace applications** → **3mm carbon rod** is preferred.
64
- - For **mechanical shafts or parts under heavy impact** → **3mm stainless steel rod** is safer.
65
-
66
-
67
-
68
-
69
-
70
-## other
71
-
72
-cantilevel
73
-
74
-![](2025-12-10-02-17-22.png)
75
-
76
-tube cross locker
77
-
78
-![](2025-12-10-02-33-45.png)
79
-
80
-vertical tube connector == water pipe joint
81
-
82
-
83
-![](2025-12-10-02-45-20.png)
84
-
85
-
86
-## ref
87
-
88
-- [[mechanical-structure-dat]]
89
-
90
-- [[mechanical-structure]] - [[mechanics]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/rod-dat/rod-tie-dat/2025-12-06-13-44-22.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/rod-dat/rod-tie-dat/2025-12-06-13-44-22.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/rod-dat/rod-tie-dat/rod-tie-dat.md
... ...
@@ -1,27 +0,0 @@
1
-
2
-# rod-tie-dat
3
-
4
-- [[hinge-dat]]
5
-
6
-![](2025-12-06-13-44-22.png)
7
-
8
-
9
-
10
-## Tie Rod vs Hinge
11
-
12
-| Feature | Tie Rod | Hinge |
13
-|-------------------------|--------------------------------------|----------------------------------------|
14
-| **Function** | Transmits **tensile force** (pulling). | Allows **rotational movement** around a fixed axis. |
15
-| **Load Type** | Works under **tension**, rarely compression. | Works under **rotation**, may carry vertical/horizontal loads depending on design. |
16
-| **Movement Allowed** | Linear connection; **no rotation** at ends unless designed with joints. | Rotational; **connects two parts allowing pivoting**. |
17
-| **Typical Applications**| Structural reinforcement, suspension, kinematic linkages. | Doors, lids, flaps, robotic joints, mechanical linkages. |
18
-| **Example** | Car suspension tie rod, truss tie rod. | Door hinge, laptop hinge, robot elbow hinge. |
19
-
20
-### Key Difference
21
-- **Tie Rod:** Keeps parts **aligned and under tension**, preventing separation or spreading.
22
-- **Hinge:** **Connects two parts and allows rotation**, does not resist tension in a straight line.
23
-
24
-
25
-## ref
26
-
27
-- [[rod-system-dat]] - [[hinge-dat]] - [[rod-tie-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/rod-dat/stainless-steel-solid-rod-dat/stainless-steel-solid-rod-dat.md
... ...
@@ -1,69 +0,0 @@
1
-
2
-# stainless-steel-solid-rod-dat
3
-
4
-## 切割 **6 mm 不锈钢实心棒** 可用的工具(按安全 & 效率排序)
5
-
6
-### ✅ 最推荐(安全、切口好)
7
-1. **金属带锯(Metal band saw)**
8
- - 最稳妥、反弹风险低
9
- - 切口垂直、毛刺少
10
- - 适合连续、多根切割
11
-
12
-2. **冷切锯 / 金属切割锯(Cold cut saw)**
13
- - 使用 **不锈钢专用 TCT 锯片**
14
- - 切口非常平整
15
- - 速度快,但设备成本较高
16
-
17
----
18
-
19
-### ⚠️ 可用(需注意操作)
20
-3. **角磨机 + 不锈钢切割片**
21
- - 常见、便宜
22
- - 切口粗,需要后续打磨
23
- - ⚠️ 必须夹紧工件,戴护目镜
24
-
25
-4. **台式切割机(Cut-off saw / Chop saw)**
26
- - 用 **不锈钢切割片**
27
- - 噪音大、火花多
28
- - 精度一般
29
-
30
----
31
-
32
-### 🐢 手动 / 低速方案
33
-5. **手动弓锯(Hacksaw,24–32 TPI)**
34
- - 成本最低
35
- - 适合少量或精细控制
36
- - 慢但安全
37
-
38
-- [[hand-Hacksaw-dat]] - [[tools-hand-dat]]
39
-
40
-
41
-6. **台钻 + 切割附件(不推荐为主方案)**
42
- - 可行但效率低
43
- - 对准和夹持要求高
44
-
45
----
46
-
47
-## ❌ 不适合 / 不安全
48
-- ❌ **木工台锯**
49
-- ❌ **木工圆锯片**
50
-- ❌ **高速钢薄圆锯片(用于台锯/角磨机)**
51
-- ❌ **曲线锯(易断条)**
52
-
53
----
54
-
55
-## 🔧 锯片 / 切割片选择要点
56
-- 标注:**Stainless Steel / Inox**
57
-- 切割片厚度:**1.0–1.2 mm**
58
-- 若用带锯:**14–18 TPI** 适合 6 mm 实心棒
59
-- 允许的话:**少量切削液** 可明显降温、延长寿命
60
-
61
----
62
-
63
-## 一句话建议
64
-> **最佳选择:金属带锯**
65
-> **最普遍可行:角磨机 + 不锈钢切割片**
66
-
67
-## ref
68
-
69
-- [[grinder-angle-dat]]
mechanics-dat/mechanical-structure-dat/tube-dat/tube-PVC-dat/2025-12-10-02-22-35.png
... ...
Binary files a/mechanics-dat/mechanical-structure-dat/tube-dat/tube-PVC-dat/2025-12-10-02-22-35.png and /dev/null differ
mechanics-dat/mechanical-structure-dat/tube-dat/tube-PVC-dat/tube-PVC-dat.md
... ...
@@ -1,123 +0,0 @@
1
-
2
-# PVC-tube-dat
3
-
4
-
5
-### PVC tube build
6
-
7
-| Outer diameter | thickness | length |
8
-| -------------- | --------- | --------- |
9
-| 6mm | 1mm | [1 meter] |
10
-| 7mm | 1mm | [1 meter] |
11
-| 8mm | 1mm | [1 meter] |
12
-| 9mm | 1mm | [1 meter] |
13
-| 10mm | 1mm | [1 meter] |
14
-| 11mm | 1mm | [1 meter] |
15
-| 12mm | 1mm | [1 meter] |
16
-| 13mm | 1mm | [1 meter] |
17
-| 14mm | 1mm | [1 meter] |
18
-| 16mm | 2mm | [1 meter] |
19
-
20
-- [[pressure-dat]] - [[physics-dat]]
21
-
22
-- [[pressure-design-dat]]
23
-
24
-
25
-## PVC tube tools
26
-
27
-- [[cutter-dat]] special PVC tube cutter
28
-
29
-- [[glue-dat]]
30
-
31
-
32
-
33
-## water tube standard
34
-
35
-- 1/4
36
-- 1/8
37
-- 3/8
38
-- 1/2
39
-
40
-
41
-
42
-## PVC DN standard
43
-
44
-**DN** = **Nominal Diameter** (measured in millimeters, mm).
45
-It is a standardized naming system mainly used in ISO, European, and British pipe standards.
46
-
47
-### Meaning
48
-- **DN16** → Nominal Diameter **16 mm**
49
-- **DN25** → Nominal Diameter **25 mm**
50
-
51
-Note: DN is an approximate *reference size*. Actual inner and outer diameters vary by material and pressure rating.
52
-
53
----
54
-
55
-### Common Outer Diameters (Example: ISO / PPR / PVC Systems)
56
-
57
-| DN Size | Typical OD | Notes |
58
-|--------|-------------|-------|
59
-| **DN16** | ~20–25 mm OD | Small pipe for irrigation or household plumbing |
60
-| **DN25** | ~32–34 mm OD | Common water supply pipe size |
61
-
62
----
63
-
64
-### DN vs OD vs ID
65
-- **DN** → Naming size (not exact)
66
-- **OD** → Outer Diameter (actual measured size)
67
-- **ID** → Inner Diameter (depends on wall thickness)
68
-
69
-Example (PVC PN16):
70
-- DN25 → OD 32 mm
71
-- DN16 → OD 20 mm
72
-
73
-
74
-
75
-
76
-
77
-## PVC tube under hydrostatic pressure
78
-
79
-### Overview
80
-Quick reference for hydrostatic pressure effects on PVC tubes and why common PVC piping and joints are unsuitable for deep-water use.
81
-
82
-### Pressure basics
83
-- Water pressure increases by ~1 atmosphere (≈ 0.1 MPa) every 10 m of depth.
84
-- At 100 m depth the absolute pressure is roughly 11 atm ≈ 1.1 MPa.
85
-
86
-### Common PVC pressure ratings (internal pressure)
87
-- PN10: rated ~1.0 MPa (≈ 100 m water column)
88
-- PN16: rated ~1.6 MPa (≈ 160 m water column)
89
-
90
-Note: These ratings apply to internal-pressure tests (pipe containing pressurized fluid). External hydrostatic pressure (surrounding water pressing inward) is a different loading condition and can be more damaging.
91
-
92
-### Failure modes under external (deep-water) pressure
93
-- Wall collapse (pipe being crushed inward)
94
-- Deformation at solvent-welded joints
95
-- Micro-cracks or fissures forming near joints
96
-- Joint regions are mechanically weaker than the pipe body and typically fail first
97
-
98
-### Can ordinary PVC solvent-weld joints survive at 100 m depth?
99
-Short answer: No guarantee. Standard household PVC with solvent-welded joints is not suitable for long-term deep-water use.
100
-
101
-### Reasons
102
-1. Solvent-weld joint strength is usually lower than the pipe material itself — joints tend to fail first under high loads.
103
-2. Joints are vulnerable to deformation from external pressure — compression can open gaps in the sealed zone.
104
-3. PVC pipe material is not designed for sustained external hydrostatic compression — deep-water loads can produce micro-cracks or permanent deformation.
105
-4. Temperature fluctuations cause seal fatigue — large temperature changes (common in deep water) increase stresses at joints and accelerate failure.
106
-
107
-### Recommendation
108
-For DIY or household use, do not rely on PVC + solvent welding for sustained operation at ~100 m depth. Use purpose-built pressure housings, materials, and joining methods rated for external hydrostatic pressure
109
-
110
-
111
-
112
-
113
-
114
-## Connector
115
-
116
-
117
-![](2025-12-10-02-22-35.png)
118
-
119
-
120
-
121
-## ref
122
-
123
-- [[rod-system-dat]]
... ...
\ No newline at end of file
mechanics-dat/mechanical-structure-dat/tube-dat/tube-copper-dat/tube-copper-dat.md
... ...
@@ -1,314 +0,0 @@
1
-
2
-# tube-copper-dat
3
-
4
-尺寸:外径*壁厚(单位:毫米mm)注意毫米!0.5M价格!
5
-
6
-| | OD (mm) | ID | wall thickness (mm) | L |
7
-| -------- | ------- | --- | ------------------- | ----- |
8
-| | 0.8 | | 0.15 | 0.5M |
9
-| | 0.8 | | 0.2 | 0.5M |
10
-| | 0.9 | | 0.15 | 0.5M |
11
-| | 1 | | 0.2 | 0.5M |
12
-| | 1 | | 0.25 | 0.5M |
13
-| | 1 | | 0.3 | 0.5M |
14
-| | 1.2 | | 0.2 | 0.5M |
15
-| | 1.2 | | 0.25 | 0.5M |
16
-| | 1.2 | | 0.3 | 0.5M |
17
-| | 1.2 | | 0.4 | 0.5M |
18
-| | 1.3 | | 0.2 | 0.5M |
19
-| | 1.5 | | 0.2 | 0.5M |
20
-| | 1.5 | | 0.25 | 0.5M |
21
-| | 1.5 | | 0.3 | 0.5M |
22
-| | 1.5 | | 0.35 | 0.5M |
23
-| | 1.5 | | 0.5 | 0.5M |
24
-| | 1.6 | | 0.2 | 0.5M |
25
-| | 1.6 | | 0.3 | 0.5M |
26
-| | 1.8 | | 0.2 | 0.5M |
27
-| | 1.8 | | 0.25 | 0.5M |
28
-| | 1.8 | | 0.3 | 0.5M |
29
-| | 1.8 | | 0.4 | 0.5M |
30
-| | 1.9 | | 0.15 | 0.5M |
31
-| | 2 | | 0.2 | 0.5M |
32
-| | 2 | | 0.25 | 0.5M |
33
-| | 2 | | 0.3 | 0.5M |
34
-| | 2 | | 0.35 | 0.5M |
35
-| | 2 | | 0.5 | 200mm |
36
-| | 2 | | 0.5 | 0.5M |
37
-| | 2 | | 0.6 | 0.5M |
38
-| | 2.2 | | 0.2 | 0.5M |
39
-| | 2.5 | | 0.2 | 0.5M |
40
-| | 2.5 | | 0.25 | 0.5M |
41
-| | 2.5 | | 0.3 | 0.5M |
42
-| | 2.5 | | 0.5 | 0.5M |
43
-| | 2.5 | | 0.75 | 0.5M |
44
-| | 3 | | 0.2 | 0.5M |
45
-| | 3 | | 0.25 | 0.5M |
46
-| | 3 | | 0.3 | 0.5M |
47
-| | 3 | | 0.4 | 0.5M |
48
-| | 3 | | 0.5 | 200mm |
49
-| | 3 | | 0.5 | 0.5M |
50
-| | 3 | | 0.75 | 0.5M |
51
-| | 3 | | 1 | 200mm |
52
-| | 3 | | 1 | 0.5M |
53
-| | 3.5 | | 0.15 | 0.5M |
54
-| | 3.5 | | 0.2 | 0.5M |
55
-| | 3.5 | | 0.25 | 0.5M |
56
-| | 3.5 | | 0.3 | 0.5M |
57
-| | 3.5 | | 0.5 | 0.5M |
58
-| | 3.5 | | 0.75 | 0.5M |
59
-| | 3.5 | | 1 | 0.5M |
60
-| | 4 | | 0.2 | 0.5M |
61
-| | 4 | | 0.25 | 0.5M |
62
-| | 4 | | 0.3 | 0.5M |
63
-| | 4 | | 0.4 | 0.5M |
64
-| | 4 | | 0.5 | 200mm |
65
-| | 4 | | 0.5 | 0.5M |
66
-| | 4 | | 0.75 | 0.5M |
67
-| | 4 | | 1 | 200mm |
68
-| | 4 | | 1 | 0.5M |
69
-| | 4.5 | | 0.2 | 0.5M |
70
-| | 4.5 | | 0.25 | 0.5M |
71
-| | 4.5 | | 0.3 | 0.5M |
72
-| | 4.5 | | 0.5 | 0.5M |
73
-| | 4.5 | | 0.75 | 0.5M |
74
-| | 5 | | 0.2 | 0.5M |
75
-| | 5 | | 0.25 | 0.5M |
76
-| | 5 | | 0.3 | 0.5M |
77
-| | 5 | | 0.4 | 0.5M |
78
-| | 5 | | 0.5 | 200mm |
79
-| | 5 | | 0.5 | 0.5M |
80
-| | 5 | | 0.75 | 0.5M |
81
-| | 5 | | 1 | 200mm |
82
-| | 5 | | 1 | 0.5M |
83
-| | 5 | | 1.5 | 0.5M |
84
-| | 5.5 | | 0.2 | 0.5M |
85
-| | 5.5 | | 0.25 | 0.5M |
86
-| | 5.5 | | 0.3 | 0.5M |
87
-| | 5.5 | | 0.5 | 0.5M |
88
-| | 5.5 | | 1 | 0.5M |
89
-| | 6 | | 0.2 | 0.5M |
90
-| | 6 | | 0.25 | 0.5M |
91
-| | 6 | | 0.3 | 0.5M |
92
-| | 6 | | 0.4 | 0.5M |
93
-| | 6 | | 0.5 | 200mm |
94
-| | 6 | | 0.5 | 0.5M |
95
-| | 6 | | 0.75 | 0.5M |
96
-| | 6 | | 1 | 200mm |
97
-| | 6 | | 1 | 0.5M |
98
-| | 6 | | 1.2 | 0.5M |
99
-| | 6 | | 1.5 | 200mm |
100
-| | 6 | | 1.5 | 0.5M |
101
-| | 6 | | 2 | 0.5M |
102
-| | 6.5 | | 0.25 | 0.5M |
103
-| | 6.5 | | 0.5 | 0.5M |
104
-| | 6.5 | | 1 | 0.5M |
105
-| | 7 | | 0.2 | 0.5M |
106
-| | 7 | | 0.25 | 0.5M |
107
-| | 7 | | 0.3 | 0.5M |
108
-| | 7 | | 0.5 | 0.5M |
109
-| | 7 | | 0.75 | 0.5M |
110
-| | 7 | | 1 | 200mm |
111
-| | 7 | | 1 | 0.5M |
112
-| | 7 | | 1.5 | 0.5M |
113
-| | 7 | | 2 | 0.5M |
114
-| | 7.5 | | 0.25 | 0.5M |
115
-| | 7.5 | | 0.5 | 0.5M |
116
-| | 7.5 | | 1 | 0.5M |
117
-| | 8 | | 0.2 | 0.5M |
118
-| | 8 | | 0.25 | 0.5M |
119
-| | 8 | | 0.3 | 0.5M |
120
-| | 8 | | 0.4 | 0.5M |
121
-| | 8 | | 0.5 | 200mm |
122
-| | 8 | | 0.5 | 0.5M |
123
-| | 8 | | 0.8 | 0.5M |
124
-| | 8 | | 1 | 200mm |
125
-| | 8 | | 1 | 0.5M |
126
-| | 8 | | 1.5 | 200mm |
127
-| | 8 | | 1.5 | 0.5M |
128
-| | 8 | | 2 | 200mm |
129
-| | 8 | | 2 | 0.5M |
130
-| | 8.5 | | 0.25 | 0.5M |
131
-| | 8.5 | | 0.5 | 0.5M |
132
-| | 8.5 | 6.5 | 1 | 0.5M |
133
-| | 9 | | 0.2 | 0.5M |
134
-| | 9 | | 0.3 | 0.5M |
135
-| | 9 | | 0.5 | 0.5M |
136
-| | 9 | 7 | 1 | 0.5M |
137
-| | 9 | 6 | 1.5 | 0.5M |
138
-| | 9 | | 2 | 0.5M |
139
-| | 9.5 | | 0.2 | 0.5M |
140
-| | 9.5 | | 0.25 | 0.5M |
141
-| | 9.5 | | 0.5 | 0.5M |
142
-| | 9.5 | 7.5 | 1 | 0.5M |
143
-| | 10 | | 0.2 | 0.5M |
144
-| | 10 | | 0.25 | 0.5M |
145
-| | 10 | | 0.3 | 0.5M |
146
-| | 10 | | 0.5 | 200mm |
147
-| | 10 | | 0.5 | 0.5M |
148
-| | 10 | | 1 | 200mm |
149
-| | 10 | | 1 | 0.5M |
150
-| | 10 | | 1.5 | 200mm |
151
-| 10-7-1.5 | 10 | 7 | 1.5 | 0.5M |
152
-| | 10 | 6 | 2 | 200mm |
153
-| 10-6-2 | 10 | 6 | 2 | 0.5M |
154
-| | 10 | | 2.5 | 0.5M |
155
-| | 10 | | 3 | 0.5M |
156
-| | 11 | | 0.5 | 0.5M |
157
-| | 11 | | 1 | 0.5M |
158
-| | 11 | | 1.5 | 0.5M |
159
-| 11-7-2 | 11 | 7 | 2 | 0.5M |
160
-| | 12 | | 0.3 | 485mm |
161
-| | 12 | | 0.3 | 0.5M |
162
-| | 12 | | 0.5 | 200mm |
163
-| | 12 | | 0.5 | 0.5M |
164
-| | 12 | | 0.8 | 0.5M |
165
-| | 12 | | 1 | 200mm |
166
-| | 12 | | 1 | 0.5M |
167
-| 12-9-1.5 | 12 | 9 | 1.5 | 200mm |
168
-| | 12 | | 1.5 | 0.5M |
169
-| | 12 | 8 | 2 | 200mm |
170
-| | 12 | 8 | 2 | 0.5M |
171
-| | 12 | 6 | 3 | 0.5M |
172
-| | 13 | | 0.5 | 0.5M |
173
-| | 13 | | 1 | 0.5M |
174
-| | 13 | | 1.5 | 0.5M |
175
-| | 13 | 9 | 2 | 0.5M |
176
-| | 14 | | 0.5 | 200mm |
177
-| | 14 | | 0.5 | 0.5M |
178
-| | 14 | | 1 | 200mm |
179
-| | 14 | | 1 | 0.5M |
180
-| | 14 | | 1.5 | 200mm |
181
-| | 14 | | 1.5 | 0.5M |
182
-| | 14 | | 2 | 200mm |
183
-| | 14 | | 2 | 0.5M |
184
-| | 14 | 8 | 3 | 0.5M |
185
-| | 15 | | 0.5 | 200mm |
186
-| | 15 | | 0.5 | 0.5M |
187
-| | 15 | | 1 | 200mm |
188
-| | 15 | | 1 | 0.5M |
189
-| | 15 | | 1.5 | 200mm |
190
-| | 15 | | 1.5 | 0.5M |
191
-| | 15 | | 2 | 200mm |
192
-| | 15 | | 2 | 0.5M |
193
-| | 15 | | 3 | 0.5M |
194
-| | 16 | | 0.5 | 0.5M |
195
-| | 16 | | 1 | 0.5M |
196
-| | 16 | | 1.5 | 0.5M |
197
-| | 16 | | 2 | 0.5M |
198
-| | 16 | | 3 | 0.5M |
199
-| | 17 | | 0.5 | 0.5M |
200
-| | 17 | | 1 | 0.5M |
201
-| | 17 | | 1.5 | 0.5M |
202
-| | 17 | | 2 | 0.5M |
203
-| | 18 | | 0.5 | 0.5M |
204
-| | 18 | | 1 | 0.5M |
205
-| | 18 | | 1.5 | 0.5M |
206
-| | 18 | | 2 | 0.5M |
207
-| | 18 | | 3 | 0.5M |
208
-| | 19 | | 0.5 | 0.5M |
209
-| | 19 | | 1 | 0.5M |
210
-| | 19 | | 1.5 | 0.5M |
211
-| | 19 | | 2 | 0.5M |
212
-| | 20 | | 1 | 0.5M |
213
-| | 20 | | 1.5 | 0.5M |
214
-| | 20 | | 2 | 0.5M |
215
-| | 20 | | 2.5 | 0.5M |
216
-| | 20 | | 3 | 0.5M |
217
-| | 21 | | 0.5 | 0.5M |
218
-| | 21 | | 1 | 0.5M |
219
-| | 21 | | 1.5 | 0.5M |
220
-| | 21 | | 2 | 0.5M |
221
-| | 22 | | 0.5 | 0.5M |
222
-| | 22 | | 1 | 0.5M |
223
-| | 22 | | 1.5 | 0.5M |
224
-| | 22 | | 2 | 0.5M |
225
-| | 22 | | 3 | 0.5M |
226
-| | 23 | | 0.5 | 0.5M |
227
-| | 23 | | 1 | 0.5M |
228
-| | 23 | | 1.5 | 0.5M |
229
-| | 23 | | 2 | 0.5M |
230
-| | 24 | | 0.5 | 0.5M |
231
-| | 24 | | 1 | 0.5M |
232
-| | 24 | | 1.5 | 0.5M |
233
-| | 24 | | 2 | 0.5M |
234
-| | 25 | | 0.5 | 0.5M |
235
-| | 25 | | 1 | 0.5M |
236
-| | 25 | | 1.5 | 0.5M |
237
-| | 25 | | 2 | 0.5M |
238
-| | 25 | | 3 | 0.5M |
239
-| | 25 | | 5 | 0.5M |
240
-| | 26 | | 1 | 0.5M |
241
-| | 26 | | 1.5 | 0.5M |
242
-| | 26 | | 2 | 0.5M |
243
-| | 26 | | 3 | 0.5M |
244
-| | 27 | | 1 | 0.5M |
245
-| | 27 | | 1.5 | 0.5M |
246
-| | 27 | | 2 | 0.5M |
247
-| | 28 | | 1 | 0.5M |
248
-| | 28 | | 1.5 | 0.5M |
249
-| | 28 | | 2 | 0.5M |
250
-| | 28 | | 3 | 0.5M |
251
-| | 29 | | 1 | 0.5M |
252
-| | 29 | | 1.5 | 0.5M |
253
-| | 29 | | 2 | 0.5M |
254
-| | 30 | | 1 | 0.5M |
255
-| | 30 | | 1.5 | 0.5M |
256
-| | 30 | | 2 | 0.5M |
257
-| | 30 | | 3 | 0.5M |
258
-| | 32 | | 1 | 0.5M |
259
-| | 32 | | 1.5 | 0.5M |
260
-| | 32 | | 2 | 0.5M |
261
-| | 32 | | 3 | 0.5M |
262
-| | 35 | | 1 | 0.5M |
263
-| | 35 | | 1.5 | 0.5M |
264
-| | 35 | | 2 | 0.5M |
265
-| | 35 | | 2.5 | 0.5M |
266
-| | 35 | | 3 | 0.5M |
267
-| | 38 | | 1 | 0.5M |
268
-| | 38 | | 1.5 | 0.5M |
269
-| | 38 | | 2 | 0.5M |
270
-| | 40 | | 1 | 0.5M |
271
-| | 40 | | 1.5 | 0.5M |
272
-| | 40 | | 2 | 0.5M |
273
-| | 40 | | 3 | 0.5M |
274
-| | 42 | | 1 | 0.5M |
275
-| | 42 | | 1.5 | 0.5M |
276
-| | 42 | | 2 | 0.5M |
277
-| | 45 | | 1 | 0.5M |
278
-| | 45 | | 1.5 | 0.5M |
279
-| | 45 | | 2 | 0.5M |
280
-| | 45 | | 3 | 0.5M |
281
-| | 48 | | 1 | 0.5M |
282
-| | 48 | | 1.5 | 0.5M |
283
-| | 50 | | 1 | 0.5M |
284
-| | 50 | | 1.5 | 0.5M |
285
-| | 50 | | 2.5 | 0.5M |
286
-| | 50 | | 3 | 0.5M |
287
-| | 55 | | 1.5 | 0.5M |
288
-| | 55 | | 2 | 0.5M |
289
-| | 55 | | 3 | 0.5M |
290
-| | 60 | | 1 | 0.5M |
291
-| | 60 | | 1.5 | 0.5M |
292
-| | 60 | | 2 | 0.5M |
293
-| | 60 | | 3 | 0.5M |
294
-| | 65 | | 1 | 0.5M |
295
-| | 65 | | 1.5 | 0.5M |
296
-| | 65 | | 2 | 0.5M |
297
-| | 65 | | 3 | 0.5M |
298
-| | 70 | | 1.5 | 0.5M |
299
-| | 70 | | 2 | 0.5M |
300
-| | 75 | | 1.5 | 0.5M |
301
-| | 75 | | 2 | 0.5M |
302
-| | 75 | | 3 | 0.5M |
303
-| | 80 | | 1.5 | 0.5M |
304
-| | 80 | | 2 | 0.5M |
305
-| | 80 | | 3 | 0.5M |
306
-| | 85 | | 3 | 200mm |
307
-| | 90 | | 3 | 200mm |
308
-| | 100 | | 2.5 | 200mm |
309
-| | 100 | | 4 | 200mm |
310
-
311
-
312
-
313
-
314
-
mechanics-dat/mechanical-structure-dat/tube-dat/tube-dat.md
... ...
@@ -1,41 +0,0 @@
1
-
2
-
3
-# tube-dat
4
-
5
-- [[tube-copper-dat]]
6
-
7
-- [[tube-pvc-dat]]
8
-
9
-
10
-6mm 以下
11
-
12
-聚氨酯管
13
-
14
-氟管, 铁氟龙管
15
-
16
-PA6尼龙管
17
-
18
-硅胶软管
19
-
20
-
21
-以下为 **≤6 mm 管径** 常见材料的**典型物理属性对比**(工程常用范围,具体数值会随配方/厂家变化):
22
-
23
-| 材料 | 常见英文 | 密度 (g/cm³) | 硬度 | 抗拉强度 (MPa) | 工作温度 (°C) | 柔韧性 | 耐化学性 | 典型特点 |
24
-|---|---|---|---|---|---|---|---|---|
25
-| 聚氨酯管 | PU / TPU Tube | 1.10–1.25 | Shore A 80–98 | 30–55 | -40 ~ +80 | ⭐⭐⭐⭐ | ⭐⭐⭐ | 高弹性、耐磨、回弹好,气动常用 |
26
-| 氟管 / 铁氟龙管 | PTFE Tube | 2.10–2.30 | Shore D 50–65 | 20–35 | -200 ~ +260 | ⭐ | ⭐⭐⭐⭐⭐ | 极强耐腐蚀、低摩擦、不老化 |
27
-| PA6 尼龙管 | PA6 / Nylon 6 Tube | 1.12–1.15 | Shore D 70–80 | 50–80 | -40 ~ +120 | ⭐⭐ | ⭐⭐⭐⭐ | 强度高、耐压好、尺寸稳定 |
28
-| 硅胶软管 | Silicone Tube | 1.10–1.20 | Shore A 30–70 | 5–12 | -60 ~ +200 | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | 极柔软、耐高低温、生物惰性 |
29
-
30
----
31
-
32
-### 关键工程对比要点(≤6 mm 管径时尤为明显)
33
-
34
-- **耐压能力(由高到低)**
35
- PA6 尼龙 > PU > PTFE(薄壁) > 硅胶
36
-- **柔软度 / 可弯折性**
37
- 硅胶 > PU > PA6 > PTFE
38
-- **耐化学 / 溶剂**
39
- PTFE > PA6 ≈ 硅胶 > PU
40
-- **耐磨性**
41
- PU > PA6 > PTFE > 硅胶
... ...
\ No newline at end of file
mechanics-dat/mechanics-dat.md
... ...
@@ -29,6 +29,8 @@
29 29
30 30
- [[mechanical-structure-dat]] - [[PVC-tube-dat]] - [[aluminum-profile-dat]] - [[turnover-box-dat]] - [[cardboard-dat]] - [[shaft-plain-dat]]
31 31
32
+- [[rod-dat]]
33
+
32 34
- [[rod-system-dat]] - [[shaft-dat]] - - [[alu-extrusion-dat]] - [[motion-system-dat]]
33 35
34 36
- [[mechanical-parts-dat]] - [[bearing-dat]] - [[nut-dat]] - [[flange-dat]] - [[crank-dat]] - [[hinge-dat]]