4eda628719fac3c1757b9b83eed4c3f251412651
fab-dat/fab-electronic-Tools-dat/Coulomb-Meter-dat/Coulomb-Meter-dat.md
| ... | ... | @@ -1,62 +0,0 @@ |
| 1 | - |
|
| 2 | - |
|
| 3 | -# Coulomb-Meter-dat |
|
| 4 | - |
|
| 5 | -- [[fab-tools-dat]] - [[Coulomb-Meter-dat]] - [[battery-tools-dat]] |
|
| 6 | - |
|
| 7 | -A **Coulombmeter** (also spelled **Coulomb Meter** or called a **Coulomb Counter**), in the context of battery electronics, is a high-precision instrument or integrated circuit used to measure **electrical charge**. |
|
| 8 | - |
|
| 9 | -In everyday applications, it functions as a highly accurate "fuel gauge" for lithium-ion battery management systems (BMS) [[BMS-dat]] found in smartphones, laptops, drones, portable power stations, and electric vehicles (like scooters and rovers). It calculates exactly how much capacity is left in terms of percentage (%) and remaining runtime. |
|
| 10 | - |
|
| 11 | ---- |
|
| 12 | - |
|
| 13 | -## 1. Core Operating Principle: The "Water Tank" Analogy |
|
| 14 | - |
|
| 15 | -Early battery-monitoring methods estimated battery capacity solely by measuring **cell voltage**. However, lithium-ion batteries have a very flat discharge curve—their voltage drops very little throughout most of their cycle, then plunges rapidly at the very end. This leads to inaccurate readings (e.g., a phone staying at 50% for hours, then suddenly dropping to 10% in minutes). |
|
| 16 | - |
|
| 17 | -A coulombmeter solves this by tracking the actual inflow and outflow of current over time, similar to a precise flow meter installed on a water pipe: |
|
| 18 | -* **During Charging:** It counts every milliampere of current flowing *into* the battery and multiplies it by time, calculating the added charge. |
|
| 19 | -* **During Discharging:** It counts every milliampere flowing *out* of the battery and subtracts it from the total. |
|
| 20 | - |
|
| 21 | -Technically, it measures the voltage drop across an ultra-low-resistance inline component called a **Shunt Resistor** (Current Sense Resistor). By sampling this current ($I$) continuously, it computes the total charge ($Q$) using mathematical integration over time ($t$): |
|
| 22 | - |
|
| 23 | -$$Q = \int I \, dt$$ |
|
| 24 | - |
|
| 25 | -The final calculated output is expressed in standard battery units: **mAh (milliampere-hours)** or **Ah (ampere-hours)**. |
|
| 26 | - |
|
| 27 | - |
|
| 28 | - |
|
| 29 | ---- |
|
| 30 | - |
|
| 31 | -## 2. Coulomb Counting vs. Traditional Voltage Estimation |
|
| 32 | - |
|
| 33 | -| Feature | Traditional Voltage Estimation | Coulomb Counter (Coulombmeter) | |
|
| 34 | -| :--- | :--- | :--- | |
|
| 35 | -| **Measurement Method** | Reads the instantaneous voltage across battery terminals. | Continuously logs net current entering/leaving the cell over time. | |
|
| 36 | -| **Accuracy** | **Low**. Heavily skewed by sudden loads, ambient temperature, and aging. | **Very High**. Accurately tracks minute changes in real-time power consumption. | |
|
| 37 | -| **Drop-off Phenomenon** | Prone to sudden percentage jumps or drops under heavy loads. | Delivers smooth, linear, and predictable percentage tracking. | |
|
| 38 | -| **Hardware Cost** | Zero extra cost (uses the microcontroller's internal ADC). | Higher cost (requires a dedicated chip and a precision shunt resistor). | |
|
| 39 | - |
|
| 40 | ---- |
|
| 41 | - |
|
| 42 | -## 3. The Cumulative Error Challenge: Learning Cycles |
|
| 43 | - |
|
| 44 | -While highly accurate, coulombmeters suffer from a physical limitation known as **drift** or accumulated error. Because sensing resistors and ADC clocks have minor tolerances, keeping a battery perpetually between 30% and 80% without a full reset causes these tiny mathematical errors to compound over weeks, leading to drifted readings. |
|
| 45 | - |
|
| 46 | -To maintain accuracy, the system relies on a process called a **Learning Cycle**: |
|
| 47 | -> 💡 When the battery is charged to its absolute maximum limit (detected when charging current drops to a minimum threshold) or drained to its absolute safe cut-off voltage, the system automatically recalibrates and resets its baseline data to "100%" or "0%". This completely clears out any accumulated mathematical drift. This is why new electronic devices or DIY battery projects often require a full charge/discharge cycle upon initial setup to calibrate the fuel gauge. |
|
| 48 | - |
|
| 49 | ---- |
|
| 50 | - |
|
| 51 | -## 4. Common Application Scenarios |
|
| 52 | - |
|
| 53 | -1. **Consumer Electronics:** Mobile devices, smartwatches, and laptops rely on dedicated gas-gauge ICs (e.g., Texas Instruments `BQ27421`). - [[BQ27421-dat]] |
|
| 54 | -2. **Portable Power Stations & Solar Storage:** Large-capacity lithium packs utilize external shunt-based coulombmeters to display exact remaining amp-hours or watts. |
|
| 55 | -3. **Robotics & DIY Projects (e.g., ESP32/Rover Smart Power Management):** Hardware developers add micro-chips like the `MAX17043` or integrated power modules to monitor exact power draw, prevent hazardous over-discharge conditions, and execute automated low-battery return-to-home functions. - [[MAX17043-dat]] |
|
| 56 | -4. |
|
| 57 | - |
|
| 58 | - |
|
| 59 | - |
|
| 60 | -## ref |
|
| 61 | - |
|
| 62 | - |
fab-dat/fab-electronic-Tools-dat/SMD-tester-dat/SMD-tester-dat.md
| ... | ... | @@ -1,14 +0,0 @@ |
| 1 | - |
|
| 2 | -# SMD-tester-dat |
|
| 3 | - |
|
| 4 | -## good list |
|
| 5 | - |
|
| 6 | -| Model | Type/Style | Issue/Note | |
|
| 7 | -| --------------- | ---------------- | ------------------------------ | |
|
| 8 | -| LIYIGAO UA6013L | Capacitor tester | Good for capacitor measurement | |
|
| 9 | - |
|
| 10 | - |
|
| 11 | - |
|
| 12 | -## ref |
|
| 13 | - |
|
| 14 | -- [[tools-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/2025-05-30-18-30-59.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/2025-05-30-18-30-59.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/IT8511A-dat/IT8511A-dat.md
| ... | ... | @@ -1,3 +0,0 @@ |
| 1 | - |
|
| 2 | -# IT8511A-dat |
|
| 3 | - |
fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-21-41.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-21-41.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-22-09.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-22-09.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-24-06.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-24-06.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/KP182-dat.md
| ... | ... | @@ -1,44 +0,0 @@ |
| 1 | -# KP182-dat |
|
| 2 | - |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -## KP182(200W/150V/20A) 不带通讯 |
|
| 6 | - |
|
| 7 | -CC/CV/CR/CP four modes, battery capacity, internal resistance test, overcurrent, comparison, dynamic test, 4-digit display |
|
| 8 | - |
|
| 9 | -CC/CV/CR/CP four modes, battery capacity, internal resistance test, overcurrent, comparison, dynamic test |
|
| 10 | - |
|
| 11 | -RS232/RS485 communication, enhanced host computer software, 220V/110V power supply switching, 5-digit display |
|
| 12 | - |
|
| 13 | -## Product Overview: |
|
| 14 | - |
|
| 15 | -KP182/4 series electronic loads can be widely used in LED lighting, power supplies, chargers, batteries, and other industries for product testing and aging. Its current mode can be used to simulate a resistive load to discharge batteries and load power supplies; its voltage mode can be used to simulate a capacitive load for chargers and can simulate the constant voltage characteristics of LEDs to load LED drive power supplies. It is simple to use, easy to adjust, has perfect protection functions, and its performance and functions are incomparable to traditional slide-wire resistors. Used in related industries, it can greatly improve production efficiency and reduce costs. |
|
| 16 | - |
|
| 17 | -## Special functions and advantages of KP182/4 series products: |
|
| 18 | - |
|
| 19 | -- ● Four basic load modes: CC, CV, CW, CR; |
|
| 20 | -- ● Input positive and negative reverse connection protection and alarm; |
|
| 21 | -- ● Optimized heat dissipation structure to achieve high power density; |
|
| 22 | -- ● Digital control method, high precision and good stability; |
|
| 23 | -- ● Equipped with over-voltage, over-current, over-power, over-temperature protection; |
|
| 24 | -- ● Remote voltage measurement function; |
|
| 25 | -- ● Automatic test function, with external I/O trigger signal, PASS, FAIL indicator signal (KP184 only); |
|
| 26 | -- ● 10KHz dynamic test function; |
|
| 27 | -- ● Battery capacity test function; |
|
| 28 | -- ● Battery internal resistance test function; |
|
| 29 | -- ● Overcurrent protection point/protection time test function; |
|
| 30 | -- ● Fan PWM temperature control; |
|
| 31 | -- ● Power supply 110VAC/220VAC switchable use (KP184 only); |
|
| 32 | -- ● RS485, 232 communication interface, MODBUS protocol (KP184 only); |
|
| 33 | -- ● Multi-load online synchronous operation function (KP184 only); |
|
| 34 | -- ● Powerful and user-friendly host computer software support (KP184 only); |
|
| 35 | - |
|
| 36 | - |
|
| 37 | - |
|
| 38 | - |
|
| 39 | - |
|
| 40 | - |
|
| 41 | - |
|
| 42 | -## ref |
|
| 43 | - |
|
| 44 | -- [[KP182]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/electronic-loader-dat/electronic-loader-dat.md
| ... | ... | @@ -1,80 +0,0 @@ |
| 1 | - |
|
| 2 | -# electronic-loader-dat |
|
| 3 | - |
|
| 4 | -- [[KP182-dat]] - [[IT8511A-dat]] |
|
| 5 | - |
|
| 6 | -- [[battery-tools-dat]] - [[internal-resistance-meter-dat]] - [[electronic-loader-dat]] - [[lab-power-dat]] |
|
| 7 | - |
|
| 8 | - |
|
| 9 | - |
|
| 10 | - |
|
| 11 | -## mode: CC, CV, CW, CR |
|
| 12 | - |
|
| 13 | - |
|
| 14 | - |
|
| 15 | - |
|
| 16 | -## How to Test a 18650 Battery Capacity Using an Electronic Load |
|
| 17 | - |
|
| 18 | -### ✅ What You Need: |
|
| 19 | -- Electronic Load (DC electronic load, programmable preferred) |
|
| 20 | -- Fully charged 18650 battery |
|
| 21 | -- Battery holder or safe terminal connectors |
|
| 22 | -- Multimeter (optional, for voltage verification) |
|
| 23 | -- Logging software or notebook (if needed) |
|
| 24 | - |
|
| 25 | ---- |
|
| 26 | - |
|
| 27 | -### ⚡ Step-by-Step Instructions |
|
| 28 | - |
|
| 29 | -#### 1. Fully Charge the Battery |
|
| 30 | -- Use a proper lithium-ion charger. |
|
| 31 | -- Ensure the voltage reaches **4.2V** before testing. |
|
| 32 | - |
|
| 33 | -#### 2. Connect the Battery |
|
| 34 | -- Insert the battery into a **18650 holder**. |
|
| 35 | -- Connect **positive (+)** to the load's positive terminal. |
|
| 36 | -- Connect **negative (−)** to the load's negative terminal. |
|
| 37 | -- Double-check for correct polarity. |
|
| 38 | - |
|
| 39 | -#### 3. Configure the Electronic Load |
|
| 40 | -- **Mode**: Constant Current (CC) |
|
| 41 | -- **Discharge Current**: e.g., **1.0 A** |
|
| 42 | -- **Cut-off Voltage**: e.g., **3.0 V** (to protect the cell) |
|
| 43 | - |
|
| 44 | -> ⚠️ Don't go below 2.5V to avoid damaging the battery. |
|
| 45 | - |
|
| 46 | -#### 4. Start the Discharge Test |
|
| 47 | -- Turn on the load. |
|
| 48 | -- The battery will begin discharging at the set current. |
|
| 49 | -- The load will stop automatically at the cut-off voltage. |
|
| 50 | - |
|
| 51 | -#### 5. Read the Results |
|
| 52 | -- Check the screen of the electronic load. |
|
| 53 | -- Look for: |
|
| 54 | - - **Capacity (mAh)** |
|
| 55 | - - **Energy (Wh)** |
|
| 56 | - - **Total time** |
|
| 57 | - |
|
| 58 | -> Example output: |
|
| 59 | -> `Capacity: 2600 mAh` |
|
| 60 | -> `Energy: 9.5 Wh` |
|
| 61 | - |
|
| 62 | ---- |
|
| 63 | - |
|
| 64 | -### 📌 Notes & Tips |
|
| 65 | - |
|
| 66 | -Test at room temperature (around 25°C) for accuracy. |
|
| 67 | - |
|
| 68 | -If the load doesn’t show capacity: |
|
| 69 | - |
|
| 70 | - Capacity (mAh) = Current (A) × Time (h) × 1000 |
|
| 71 | - |
|
| 72 | - 0.5A for 1 hour == 0.5 x 1A = 500mAh |
|
| 73 | - |
|
| 74 | - 0.5A for 1.2 hour = 600 mAh |
|
| 75 | - |
|
| 76 | - |
|
| 77 | - |
|
| 78 | -## ref |
|
| 79 | - |
|
| 80 | -- [[electronic-loader]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/fab-electronic-Tools-dat.md
| ... | ... | @@ -1,67 +0,0 @@ |
| 1 | - |
|
| 2 | -# fab-electronic-Tools-dat |
|
| 3 | - |
|
| 4 | -- [[fab-electronic-Tools-dat]] - [[fab-mechanics-dat]] |
|
| 5 | - |
|
| 6 | -- [[fab-tools-dat]] - [[fab-workspace-dat]] - [[fab-PCB-soldering-tools-dat]] |
|
| 7 | - |
|
| 8 | -- [[fab-workspace-dat]] - [[multimeter-dat]] - [[SMD-tester-dat]] |
|
| 9 | - |
|
| 10 | -- [[instrument-dat]] - [[oscilloscope-dat]] - [[multimeter-dat]] - [[tools-dat]] - [[fab-workspace-dat]] |
|
| 11 | - |
|
| 12 | -- [[oscilloscope-dat]] |
|
| 13 | - |
|
| 14 | -- [[PCB-tools-dat]] |
|
| 15 | - |
|
| 16 | -- [[soldering-tools-dat]] |
|
| 17 | - |
|
| 18 | -- [[lab-power-dat]] |
|
| 19 | - |
|
| 20 | -- [[meter-current-dat]] - [[meter-voltage-dat]] - [[meter-inductor-dat]] - [[internal-resistance-meter-dat]] - [[meter-power-dat]] |
|
| 21 | - |
|
| 22 | - |
|
| 23 | -- [[multimeter-dat]] - [[oscilloscope-dat]] - [[signal-generator-dat]] |
|
| 24 | - |
|
| 25 | -- [[electronic-loader-dat]] - [[battery-tester-dat]] - [[KP182-dat]] |
|
| 26 | - |
|
| 27 | -- [[logic-analyzer-dat]] |
|
| 28 | - |
|
| 29 | -- [[prototyping-tools-dat]] |
|
| 30 | - |
|
| 31 | -- [[fab-PCB-soldering-dat]] - [[fab-PCB-soldering-tools-dat]] - [[soldering-tools-spot-welding-dat]] |
|
| 32 | - |
|
| 33 | -## stock |
|
| 34 | - |
|
| 35 | -- [[parts-stock-dat]] |
|
| 36 | - |
|
| 37 | -## tools brand |
|
| 38 | - |
|
| 39 | -- [[Fluke-dat]] - [[UNI-T-dat]] - [[alientek-dat]] |
|
| 40 | - |
|
| 41 | - |
|
| 42 | - |
|
| 43 | -## unsort |
|
| 44 | - |
|
| 45 | -- [[logic-analyzer-handheld-dat]] - [[logic-analyzer-bench-dat]] |
|
| 46 | - |
|
| 47 | -- [[function-generator-dat]] - [[spectrum-analyzer-dat]] |
|
| 48 | - |
|
| 49 | -- [[digital-oscilloscope-dat]] - [[analog-oscilloscope-dat]] |
|
| 50 | - |
|
| 51 | -- [[digital-multimeter-dat]] - [[analog-multimeter-dat]] |
|
| 52 | - |
|
| 53 | -- [[power-supply-dat]] - [[linear-power-supply-dat]] - [[switching-power-supply-dat]] |
|
| 54 | -- [[power-analyzer-dat]] - [[power-meter-dat]] |
|
| 55 | -- [[spectrum-analyzer-dat]] - [[network-analyzer-dat]] |
|
| 56 | -- [[LCR-meter-dat]] - [[LCR-meter-handheld-dat]] - [[LCR-meter-bench-dat]] |
|
| 57 | -- [[frequency-counter-dat]] - [[frequency-counter-handheld-dat]] - [[frequency-counter-bench-dat]] |
|
| 58 | - |
|
| 59 | -- [[RF-power-meter-dat]] - [[RF-power-meter-handheld-dat]] - [[RF-power-meter-bench-dat]] |
|
| 60 | -- [[RF-signal-generator-dat]] - [[RF-signal-generator-handheld-dat]] - [[RF-signal-generator-bench-dat]] |
|
| 61 | -- [[RF-spectrum-analyzer-dat]] - [[RF-spectrum-analyzer-handheld-dat]] - [[RF-spectrum-analyzer-bench-dat]] |
|
| 62 | -- [[RF-network-analyzer-dat]] - [[RF-network-analyzer-handheld-dat]] - [[RF-network-analyzer-bench-dat]] |
|
| 63 | -- [[RF-power-supply-dat]] - [[RF-power-supply-handheld-dat]] - [[RF-power-supply-bench-dat]] |
|
| 64 | - |
|
| 65 | -## ref |
|
| 66 | - |
|
| 67 | -- [[dev-info]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-19-23-51-26.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-19-23-51-26.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-24-16-31-21.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-24-16-31-21.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-24-16-31-32.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-24-16-31-32.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/internal-resistance-meter-dat.md
| ... | ... | @@ -1,60 +0,0 @@ |
| 1 | -# internal-resistance-meter-dat |
|
| 2 | - |
|
| 3 | -- [[battery-tools-dat]] - [[internal-resistance-dat]] - [[resistor-dat]] |
|
| 4 | - |
|
| 5 | - |
|
| 6 | -## Hioki Resistance Tester (Digital Low Resistance Tester / Micro-ohmmeter) |
|
| 7 | - |
|
| 8 | -A professional instrument for precise measurement of low or high-precision resistance in electrical equipment. |
|
| 9 | - |
|
| 10 | -**Features (sorted):** |
|
| 11 | -- High precision: Measures resistance from milliohms to megaohms with minimal error |
|
| 12 | -- Low resistance measurement: Accurate measurement of low resistance values (mΩ level) in motor windings, cables, contactors, and busbars |
|
| 13 | -- Portability & recording: Some models are handheld, with data storage and interface for exporting measurement records |
|
| 14 | -- Safety: Designed for live equipment or industrial environments; some models feature 4-wire (Kelvin) measurement |
|
| 15 | - |
|
| 16 | -**Applications (sorted):** |
|
| 17 | -- Contact resistance measurement in low-voltage distribution equipment |
|
| 18 | -- Maintenance and inspection of industrial electrical equipment |
|
| 19 | -- Motor winding testing |
|
| 20 | -- Transformer wiring inspection |
|
| 21 | - |
|
| 22 | -**English Names:** |
|
| 23 | -- Digital Low Resistance Tester / Micro-ohmmeter |
|
| 24 | -- Hioki Resistance Tester |
|
| 25 | - |
|
| 26 | - |
|
| 27 | - |
|
| 28 | -## version plus with multimeter |
|
| 29 | - |
|
| 30 | -- [[multimeter-dat]] |
|
| 31 | - |
|
| 32 | -UT70Acapa |
|
| 33 | - |
|
| 34 | - |
|
| 35 | - |
|
| 36 | - |
|
| 37 | -## TS457 |
|
| 38 | - |
|
| 39 | -## ED1035 |
|
| 40 | - |
|
| 41 | -testing - [[18650-dat]] |
|
| 42 | - |
|
| 43 | -80m ohm is really bad |
|
| 44 | - |
|
| 45 | - |
|
| 46 | - |
|
| 47 | -25m ohm is not bad |
|
| 48 | - |
|
| 49 | - |
|
| 50 | - |
|
| 51 | - |
|
| 52 | - |
|
| 53 | - |
|
| 54 | -## ref |
|
| 55 | - |
|
| 56 | -- [[battery-pack-dat]] |
|
| 57 | - |
|
| 58 | -- [[internal-resistance-meter]] |
|
| 59 | - |
|
| 60 | -- [[tools]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/lab-power-dat/lab-power-dat.md
| ... | ... | @@ -1,8 +0,0 @@ |
| 1 | - |
|
| 2 | -# lab-power-dat |
|
| 3 | - |
|
| 4 | -0~5 A |
|
| 5 | - |
|
| 6 | -## ref |
|
| 7 | - |
|
| 8 | -- [[lab-power]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/logic-analyzer-dat/logic-analyzer-dat.md
| ... | ... | @@ -1,18 +0,0 @@ |
| 1 | - |
|
| 2 | -# logic-analyzer-dat |
|
| 3 | - |
|
| 4 | -You typically cannot connect a logic analyzer to raw RF data because: |
|
| 5 | - |
|
| 6 | -- It’s analog high-frequency RF, not logic-level digital signals |
|
| 7 | -- Logic analyzers work at MHz range, not GHz |
|
| 8 | -- The data from the antenna to the chip is demodulated inside the chip, not accessible externally |
|
| 9 | - |
|
| 10 | - |
|
| 11 | - |
|
| 12 | - |
|
| 13 | -## DSLogic Plus |
|
| 14 | - |
|
| 15 | -- [[bq27541-dat]] |
|
| 16 | - |
|
| 17 | - |
|
| 18 | - |
fab-dat/fab-electronic-Tools-dat/meter-current-dat/meter-current-dat.md
| ... | ... | @@ -1,22 +0,0 @@ |
| 1 | - |
|
| 2 | - |
|
| 3 | -# meter-current-dat.md |
|
| 4 | - |
|
| 5 | -== ammeter == ampere meter == current meter |
|
| 6 | - |
|
| 7 | -- [[sensor-voltage-dat]] - [[meter-voltage-dat]] - [[SVC1049-dat]] - [[SVC1017-dat]] |
|
| 8 | - |
|
| 9 | -- [[sensor-current-dat]] - [[meter-current-dat]] - [[SVC1022-dat]] - [[SVC1023-dat]] |
|
| 10 | - |
|
| 11 | - |
|
| 12 | -## board |
|
| 13 | - |
|
| 14 | -- [[meter-voltage-dat]] - [[SVC1019-dat]] - [[SVC1049-dat]] - [[SVC1017-dat]] - [[SVC1015-dat]] |
|
| 15 | - |
|
| 16 | -- [[meter-current-dat]] - [[SVC1022-dat]] - [[SVC1023-dat]] - [[SVC1024-dat]] |
|
| 17 | - |
|
| 18 | - |
|
| 19 | - |
|
| 20 | -## ref |
|
| 21 | - |
|
| 22 | -- [[meter-current-dat]] - [[meter-voltage-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/meter-resistance-dat/2026-03-05-14-15-18.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/meter-resistance-dat/2026-03-05-14-15-18.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/meter-resistance-dat/meter-resistance-dat.md
| ... | ... | @@ -1,16 +0,0 @@ |
| 1 | - |
|
| 2 | - |
|
| 3 | - |
|
| 4 | -# meter-resistance-dat |
|
| 5 | - |
|
| 6 | - |
|
| 7 | -## SCH |
|
| 8 | - |
|
| 9 | - |
|
| 10 | - |
|
| 11 | - |
|
| 12 | - |
|
| 13 | - |
|
| 14 | - |
|
| 15 | -## ref |
|
| 16 | - |
fab-dat/fab-electronic-Tools-dat/meter-voltage-dat/2025-10-02-11-27-33.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/meter-voltage-dat/2025-10-02-11-27-33.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/meter-voltage-dat/2025-10-08-16-59-10.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/meter-voltage-dat/2025-10-08-16-59-10.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/meter-voltage-dat/2026-03-05-02-12-04.png
| ... | ... | Binary files a/fab-dat/fab-electronic-Tools-dat/meter-voltage-dat/2026-03-05-02-12-04.png and /dev/null differ |
fab-dat/fab-electronic-Tools-dat/meter-voltage-dat/meter-voltage-dat.md
| ... | ... | @@ -1,41 +0,0 @@ |
| 1 | - |
|
| 2 | -# meter-voltage-dat.md |
|
| 3 | - |
|
| 4 | -- [[fab-tools-dat]] |
|
| 5 | - |
|
| 6 | -- [[sensor-voltage-dat]] - [[meter-voltage-dat]] - [[SVC1049-dat]] - [[SVC1017-dat]] |
|
| 7 | - |
|
| 8 | -- [[sensor-current-dat]] - [[meter-current-dat]] - [[SVC1022-dat]] - [[SVC1023-dat]] |
|
| 9 | - |
|
| 10 | - |
|
| 11 | - |
|
| 12 | -## board and apps |
|
| 13 | - |
|
| 14 | -- [[meter-voltage-dat]] - [[SVC1019-dat]] - [[SVC1049-dat]] - [[SVC1017-dat]] - [[SVC1015-dat]] |
|
| 15 | - |
|
| 16 | -- [[meter-current-dat]] - [[SVC1022-dat]] - [[SVC1023-dat]] - [[SVC1024-dat]] |
|
| 17 | - |
|
| 18 | -- [[meter-resistance-dat]] - [[multimeter-dat]] |
|
| 19 | - |
|
| 20 | -## wiring |
|
| 21 | - |
|
| 22 | - |
|
| 23 | - |
|
| 24 | - |
|
| 25 | -## high voltage meter |
|
| 26 | - |
|
| 27 | -- [[high-voltage-dat]] |
|
| 28 | - |
|
| 29 | - |
|
| 30 | - |
|
| 31 | - |
|
| 32 | - |
|
| 33 | -## simple voltage meter |
|
| 34 | - |
|
| 35 | - |
|
| 36 | - |
|
| 37 | - |
|
| 38 | - |
|
| 39 | -## ref |
|
| 40 | - |
|
| 41 | -- [[meter-current-dat]] - [[meter-voltage-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/multimeter-dat/multimeter-dat.md
| ... | ... | @@ -1,73 +0,0 @@ |
| 1 | - |
|
| 2 | -# multimeter-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -DMM == A Digital Multimeter (DMM) is an essential, handheld or benchtop electronic tool used to measure electrical values like voltage, current, and resistance with high accuracy. |
|
| 6 | - |
|
| 7 | - |
|
| 8 | - |
|
| 9 | -## good list |
|
| 10 | - |
|
| 11 | - |
|
| 12 | -- [[fluke-dat]] - [[Agilent-dat]] Agilent (安捷伦) |
|
| 13 | - |
|
| 14 | -- [[Klein-tools-dat]] - [[Extech-dat]] - [[Amprobe-dat]] |
|
| 15 | - |
|
| 16 | -- [[UNI-Trend-dat]] - [[mastech-dat]] |
|
| 17 | - |
|
| 18 | -- [[victor-dat]] |
|
| 19 | - |
|
| 20 | - |
|
| 21 | - |
|
| 22 | -## prerequisite |
|
| 23 | - |
|
| 24 | -- make sure the testing probe is GOOD, otherwise the measurement will be wrong. |
|
| 25 | - |
|
| 26 | - |
|
| 27 | -## bad list |
|
| 28 | - |
|
| 29 | -| | Model | Type/Style | mark | Issue/Note | |
|
| 30 | -| ---------------- | ------------ | -------------------- | ---- | ------------- | |
|
| 31 | -| [[UT-trend-dat]] | UT116C | SMD tester | bad | slow response | |
|
| 32 | -| | winAPEX 118A | Pen-style multimeter | bad | slow response | |
|
| 33 | -| [[UT-trend-dat]] | UT89XD | General multimeter | ?? | ?? | |
|
| 34 | -| [[victor-dat]] | VC9808+ | General multimeter | | | |
|
| 35 | -| [[victor-dat]] | VC830L | General multimeter | | | |
|
| 36 | -| [[victor-dat]] | VC921 | General multimeter | bad | slow respone | |
|
| 37 | - |
|
| 38 | -[[UT-trend-dat]] - UT70B/UT70A/UT70C/UT70D |
|
| 39 | - |
|
| 40 | -- [x] [[inductor-dat]] |
|
| 41 | - |
|
| 42 | - |
|
| 43 | - |
|
| 44 | - |
|
| 45 | - |
|
| 46 | - |
|
| 47 | -## function check list |
|
| 48 | - |
|
| 49 | -- [[inductor-dat]] |
|
| 50 | - |
|
| 51 | - |
|
| 52 | - |
|
| 53 | - |
|
| 54 | -## DM3058/E Series |
|
| 55 | - |
|
| 56 | -DM3058 / DM3058E is an economical 5.5-digit digital multimeter. It is designed for the test requirements of high accuracy, multi-function and automatic measurement. It integrates the functions of automatic measurement, multiple mathematical transformations and any sensor measurement. It provides USB, GPIB (DM3058 only), LAN (DM3058 only) and RS232 interfaces. |
|
| 57 | - |
|
| 58 | -https://eu.rigol.com/eu/products/DM_Detail/DM3058 |
|
| 59 | - |
|
| 60 | - |
|
| 61 | -## design |
|
| 62 | - |
|
| 63 | -- [[voltage-reference-dat]] - [[TI-voltage-reference-dat]] - [[TI-dat]] |
|
| 64 | - |
|
| 65 | -- [[sensor-dc-voltage-dat]] - [[sensor-dc-current-dat]] - [[multimeter-dat]] |
|
| 66 | - |
|
| 67 | -- [[meter-resistance-dat]] |
|
| 68 | - |
|
| 69 | -## ref |
|
| 70 | - |
|
| 71 | -- 优利德旗下品牌 - 米尼帕ET-2652数字万用表 |
|
| 72 | - |
|
| 73 | -- [[instrument-dat]] - [[fab-tools-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/parts-stock-dat/parts-stock-dat.md
| ... | ... | @@ -1,17 +0,0 @@ |
| 1 | - |
|
| 2 | -# parts-stock-dat |
|
| 3 | - |
|
| 4 | -- [[PENS014-dat]] |
|
| 5 | - |
|
| 6 | - |
|
| 7 | -ESD bags |
|
| 8 | - |
|
| 9 | -- 12x15cm bit small |
|
| 10 | -- 16x19cm big |
|
| 11 | -- 16x25cm big |
|
| 12 | - |
|
| 13 | - |
|
| 14 | - |
|
| 15 | -## ref |
|
| 16 | - |
|
| 17 | -- [[tools-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/prototyping-tools-dat/prototyping-tools-dat.md
| ... | ... | @@ -1,4 +0,0 @@ |
| 1 | - |
|
| 2 | -# prototyping-tools-dat |
|
| 3 | - |
|
| 4 | -- [[terminal-clamping-dat]] - [[cable-tools-dat]] - [[cable-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-dat/fab-electronic-Tools-dat/prototyping-tools-dat/terminal-clamping-dat/terminal-clamping-dat.md
| ... | ... | @@ -1,16 +0,0 @@ |
| 1 | - |
|
| 2 | -# terminal-clamping-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -- [[terminal-clamping-dat]] - [[PTOS031-DAT]] - [[PTOS032-DAT]] - [[PTOS033-DAT]] |
|
| 6 | - |
|
| 7 | -6.3/4.8/2.8 |
|
| 8 | - |
|
| 9 | -SN-58B |
|
| 10 | - |
|
| 11 | -- [[fab-tools-dat]] |
|
| 12 | - |
|
| 13 | -## ref |
|
| 14 | - |
|
| 15 | - |
|
| 16 | -- [[terminal-clamping]] - [[fab-tools]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/2025-04-10-18-42-26.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/2025-04-10-18-42-26.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/fab-mechanical-tools-dat.md
| ... | ... | @@ -1,69 +0,0 @@ |
| 1 | - |
|
| 2 | -# mechanic-tools-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -- [[tools-hand-dat]] - [[tools-power-dat]] |
|
| 6 | - |
|
| 7 | -- [[tools-protective-dat]] - [[protective-glass-dat]] |
|
| 8 | - |
|
| 9 | -- [[tools-maintenance-dat]] |
|
| 10 | - |
|
| 11 | -- 模切机 |
|
| 12 | - |
|
| 13 | -- 勾刀 |
|
| 14 | - |
|
| 15 | -- [[tools-power-dat]] |
|
| 16 | - |
|
| 17 | - |
|
| 18 | - |
|
| 19 | -## hand tools |
|
| 20 | - |
|
| 21 | -- [[Wrench-dat]] |
|
| 22 | - |
|
| 23 | -- [[screw-dat]] - [[hex-socket-screw-dat]] |
|
| 24 | - |
|
| 25 | -- [[hex-socket-screwdriver-dat]] |
|
| 26 | - |
|
| 27 | - |
|
| 28 | - |
|
| 29 | - |
|
| 30 | - |
|
| 31 | -## Socket Wrench Drive |
|
| 32 | - |
|
| 33 | - |
|
| 34 | -### Common Socket Wrench Drive Sizes: |
|
| 35 | - |
|
| 36 | -| Name | Drive Size | Square Drive (mm) | Typical Use Cases | CN | |
|
| 37 | -| ------ | ---------- | ------------------ | ----------------------------------------- | --------- | |
|
| 38 | -| Small | 1/4" drive | 6.35 mm | Electronics, precision work, small screws | 方头 小飞 | |
|
| 39 | -| Medium | 3/8" drive | 9.5 mm | Household use, light automotive repair | |
|
| 40 | -| Large | 1/2" drive | 12.7 mm (aka 12.5) | Automotive, heavy torque applications | 大飞 | |
|
| 41 | - |
|
| 42 | - |
|
| 43 | - |
|
| 44 | - |
|
| 45 | -## 🔧 Hex Bolt Screwdriver Size Categorization |
|
| 46 | - |
|
| 47 | -### 1. By Tip Size (Across Flats) |
|
| 48 | - |
|
| 49 | -The most important measurement is the **distance across the flat sides of the hex tip**. |
|
| 50 | - |
|
| 51 | -#### 🧮 Metric Sizes (in millimeters) |
|
| 52 | - |
|
| 53 | -1.5 mm, 2 mm, 2.5 mm, 3 mm, 4 mm, 5 mm, 6 mm, etc. |
|
| 54 | - |
|
| 55 | -#### 📏 Imperial Sizes (SAE, in inches) |
|
| 56 | - |
|
| 57 | -1/16", 5/64", 3/32", 1/8", 5/32", 3/16", 1/4", etc. |
|
| 58 | - |
|
| 59 | -> 🔹 These sizes must match the hex socket of the bolt exactly. |
|
| 60 | - |
|
| 61 | - |
|
| 62 | -## the bad brand |
|
| 63 | - |
|
| 64 | -- [[delixi-dat]] |
|
| 65 | - |
|
| 66 | - |
|
| 67 | -## ref |
|
| 68 | - |
|
| 69 | -- [[mechanic-tools]] - [[mechanics]] |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-hand-dat/hand-saw-dat.md
| ... | ... | @@ -1,26 +0,0 @@ |
| 1 | - |
|
| 2 | -# hand-saw-dat.md |
|
| 3 | - |
|
| 4 | -## saw blade for wood analysis to the plastic |
|
| 5 | - |
|
| 6 | -1. Suitability |
|
| 7 | - |
|
| 8 | -Blade thickness 0.6 mm → thin enough for smooth cutting of plastic. |
|
| 9 | - |
|
| 10 | -Tooth pitch 1.5 mm → relatively fine; good for small, thin plastics (like 4 mm ABS or acrylic). |
|
| 11 | - |
|
| 12 | -Blade length 240 mm → suitable for hand cutting small/medium sheets. |
|
| 13 | - |
|
| 14 | -Weight 250 g → light and easy to control. |
|
| 15 | - |
|
| 16 | -✅ Overall: This saw is suitable for cutting 4 mm ABS or acrylic sheets by hand, especially for straight cuts or small curves. |
|
| 17 | - |
|
| 18 | - |
|
| 19 | -## saw brand |
|
| 20 | - |
|
| 21 | -- 田岛 - tajima |
|
| 22 | - |
|
| 23 | - |
|
| 24 | -## ref |
|
| 25 | - |
|
| 26 | -- [[tools-hand]] - [[mechanical-tools]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/2024-10-10-02-29-19.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/2024-10-10-02-29-19.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/2024-10-10-02-30-32.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/2024-10-10-02-30-32.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/screw-drivers-dat.md
| ... | ... | @@ -1,11 +0,0 @@ |
| 1 | - |
|
| 2 | -# screw-drivers-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | - |
|
| 6 | - |
|
| 7 | - |
|
| 8 | - |
|
| 9 | -## ref |
|
| 10 | - |
|
| 11 | -- [[screw-drivers]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-hand-dat/tools-hand-dat.md
| ... | ... | @@ -1,4 +0,0 @@ |
| 1 | - |
|
| 2 | -# tools-hand-dat |
|
| 3 | - |
|
| 4 | -- [[hand-Hacksaw-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-maintenance-dat/2025-12-05-21-09-28.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-maintenance-dat/2025-12-05-21-09-28.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-maintenance-dat/2025-12-05-21-09-46.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-maintenance-dat/2025-12-05-21-09-46.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-maintenance-dat/tools-maintenance-dat.md
| ... | ... | @@ -1,20 +0,0 @@ |
| 1 | - |
|
| 2 | -# tools-maintenance-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -- [[WD40-dat]] - [[sandpaper-dat]] - [[lubricator-dat]] |
|
| 6 | - |
|
| 7 | -from |
|
| 8 | - |
|
| 9 | - |
|
| 10 | - |
|
| 11 | -to |
|
| 12 | - |
|
| 13 | - |
|
| 14 | - |
|
| 15 | - |
|
| 16 | - |
|
| 17 | -## ref |
|
| 18 | - |
|
| 19 | -- [[mechanical-tools-dat]] |
|
| 20 | - |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/Rotary-Tool-dat/Rotary-Tool-dat.md
| ... | ... | @@ -1,6 +0,0 @@ |
| 1 | - |
|
| 2 | -# Rotary-Tool-dat |
|
| 3 | - |
|
| 4 | -(Dremel) |
|
| 5 | - |
|
| 6 | - |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/drill-electric-dat/drill-bit-dat/2025-11-26-16-49-54.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/drill-electric-dat/drill-bit-dat/2025-11-26-16-49-54.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/drill-electric-dat/drill-bit-dat/drill-bit-dat.md
| ... | ... | @@ -1,83 +0,0 @@ |
| 1 | - |
|
| 2 | -# drill-bit-dat |
|
| 3 | - |
|
| 4 | -木工尖头钻 - [[Brad-point-drill-bit-dat]] |
|
| 5 | - |
|
| 6 | -塑料专用钻 - Plastic drill bit |
|
| 7 | - |
|
| 8 | -阶梯钻最佳 - Step drill bit |
|
| 9 | - |
|
| 10 | -Twist drill bit |
|
| 11 | - |
|
| 12 | -- [[drill-bit]] -[[mechanics]] |
|
| 13 | - |
|
| 14 | - |
|
| 15 | - |
|
| 16 | -## targeted materials |
|
| 17 | - |
|
| 18 | -- [[glass-dat]] - [[marble-dat]] |
|
| 19 | - |
|
| 20 | -- [[ceramic-tile-dat]] - [[Concrete-dat]] |
|
| 21 | - |
|
| 22 | -- [[plastic-dat]] |
|
| 23 | - |
|
| 24 | -- [[wood-dat]] |
|
| 25 | - |
|
| 26 | -- [[metal-dat]] |
|
| 27 | - |
|
| 28 | -- [[stone-dat]] |
|
| 29 | - |
|
| 30 | - |
|
| 31 | -### Drill Bits: Ceramic Tile vs Glass |
|
| 32 | - |
|
| 33 | -No — the drill bits for **ceramic tile** and **glass** are **not exactly the same**, though they are similar in some ways. Here’s the comparison: |
|
| 34 | - |
|
| 35 | -| Material | Recommended Drill Bit | Notes | |
|
| 36 | -| ---------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | |
|
| 37 | -| **Ceramic Tile** | Carbide-tipped or diamond-tipped tile bit | Usually has a spear-shaped or pointed tip to pierce the glazed surface without cracking. Works best on glazed surfaces; slower speed, light pressure. | |
|
| 38 | -| **Glass** | Diamond-tipped or specialized glass/ceramic bit | Often conical or pointed, designed for brittle materials. Must drill at low speed, with water or lubrication, and ideally from both sides. | |
|
| 39 | - |
|
| 40 | -## Key Differences |
|
| 41 | - |
|
| 42 | -1. **Tip shape**: |
|
| 43 | - - Tile bits often have a **spear point** (good for glazed tiles) |
|
| 44 | - - Glass bits have a **small conical/diamond tip** to reduce chipping |
|
| 45 | - |
|
| 46 | -2. **Brittleness**: |
|
| 47 | - - Glass is more prone to cracking, so drilling requires more care, water/lubrication, and two-sided drilling. |
|
| 48 | - - Tile can usually handle light drilling from one side. |
|
| 49 | - |
|
| 50 | -3. **Speed and pressure**: |
|
| 51 | - - Both need low speed and light pressure, but glass is **far less forgiving** than tile. |
|
| 52 | - |
|
| 53 | - |
|
| 54 | - |
|
| 55 | - |
|
| 56 | -### glass |
|
| 57 | - |
|
| 58 | -- [[glass-dat]] |
|
| 59 | - |
|
| 60 | -## ✅ Recommended Drill Bits |
|
| 61 | - |
|
| 62 | -| Type | Use | Features | |
|
| 63 | -| ---------------------------------- | --------------- | --------------------------------- | |
|
| 64 | -| Glass/Ceramic bit (diamond-coated) | Drilling | Conical tip for brittle materials | |
|
| 65 | -| HSS glass-specific bit | Small holes | Low speed, use with cooling | |
|
| 66 | -| Diamond conical bit | Precision holes | Best for thick or hard glass | |
|
| 67 | - |
|
| 68 | - |
|
| 69 | -- 玻璃/瓷砖钻头(金刚石涂层) - 金刚石锥钻头 - HSS 玻璃专用钻头 |
|
| 70 | - |
|
| 71 | - |
|
| 72 | -## purpose |
|
| 73 | - |
|
| 74 | -### polishing |
|
| 75 | - |
|
| 76 | - |
|
| 77 | - |
|
| 78 | - |
|
| 79 | -## ref |
|
| 80 | - |
|
| 81 | -- [[fab-mechanics-dat]] |
|
| 82 | - |
|
| 83 | - |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/drill-electric-dat/drill-electric-dat.md
| ... | ... | @@ -1,60 +0,0 @@ |
| 1 | - |
|
| 2 | -# drill-electric-dat |
|
| 3 | - |
|
| 4 | -- [[drill-bit-dat]] |
|
| 5 | - |
|
| 6 | -一、能不能用?——“能动 ≠ 好用” |
|
| 7 | -✅ 理论上可行 |
|
| 8 | - |
|
| 9 | -市面上确实有电钻转往复锯的转换头 |
|
| 10 | - |
|
| 11 | -能实现“旋转 → 往复”的机械运动 |
|
| 12 | - |
|
| 13 | -轻度切割(薄木板、塑料)可以完成 |
|
| 14 | - |
|
| 15 | -❌ 实际使用问题很多 |
|
| 16 | - |
|
| 17 | -切割效率低 |
|
| 18 | - |
|
| 19 | -震动非常大 |
|
| 20 | - |
|
| 21 | -刀路不稳,容易跑偏 |
|
| 22 | - |
|
| 23 | -精度差,切口很粗糙 |
|
| 24 | - |
|
| 25 | -👉 结论:只能算“应急方案” |
|
| 26 | - |
|
| 27 | -二、为什么“不合理”(工程角度) |
|
| 28 | -1️⃣ 电钻不是为往复负载设计的 |
|
| 29 | - |
|
| 30 | -电钻擅长:连续旋转 |
|
| 31 | - |
|
| 32 | -往复锯需要:反复加减速的高冲击负载 |
|
| 33 | - |
|
| 34 | -结果: |
|
| 35 | - |
|
| 36 | -齿轮箱磨损快 |
|
| 37 | - |
|
| 38 | -轴承寿命大幅下降 |
|
| 39 | - |
|
| 40 | -长时间使用容易损坏电钻 |
|
| 41 | - |
|
| 42 | -2️⃣ 缺少关键结构(这是致命点) |
|
| 43 | - |
|
| 44 | -真正的往复锯有: |
|
| 45 | - |
|
| 46 | -减震机构 |
|
| 47 | - |
|
| 48 | -行程限制 |
|
| 49 | - |
|
| 50 | -双导轨稳定系统 |
|
| 51 | - |
|
| 52 | -防反冲设计 |
|
| 53 | - |
|
| 54 | -电钻改装后: |
|
| 55 | - |
|
| 56 | -❌ 几乎没有减震 |
|
| 57 | - |
|
| 58 | -❌ 手持非常难控制 |
|
| 59 | - |
|
| 60 | -❌ 容易卡刀猛抖 |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/2025-12-18-15-15-00.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/2025-12-18-15-15-00.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/2025-12-18-15-15-48.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/2025-12-18-15-15-48.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/grinder-angle-dat/grinder-angle-dat.md
| ... | ... | @@ -1,96 +0,0 @@ |
| 1 | - |
|
| 2 | -# grinder-angle-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -- [[grinder-angle]] - [[tools-power]] - [[mechanical-tools]] |
|
| 6 | - |
|
| 7 | -- [[saw-blade-dat]] |
|
| 8 | - |
|
| 9 | - |
|
| 10 | - |
|
| 11 | -due to high speed of grinder-angle, these below are not recommanded |
|
| 12 | - |
|
| 13 | -- add a rack to cut [[profile-dat]] as a [[cutter-dat]] |
|
| 14 | - |
|
| 15 | -- add a fixture to cut [[sheet-dat]] as a type of [[saw-jig-dat]] |
|
| 16 | - |
|
| 17 | - |
|
| 18 | - |
|
| 19 | - |
|
| 20 | - |
|
| 21 | -Because you’re 13–17 years old, I have to be careful here: |
|
| 22 | - |
|
| 23 | -An angle grinder is one of the most dangerous handheld tools (high RPM, sparks, kickback). |
|
| 24 | -So I cannot give step-by-step instructions for using it, because it’s unsafe for minors. |
|
| 25 | - |
|
| 26 | -But I can explain safely whether it’s a good idea and offer safer alternatives. |
|
| 27 | - |
|
| 28 | - |
|
| 29 | -- 产品型号 -- S1M-FF09-100S |
|
| 30 | -- 额定电压 -- 220V~ |
|
| 31 | -- 额定频率 -- 50Hz |
|
| 32 | -- 砂轮片最大直径 -- Φ100mm |
|
| 33 | -- 砂轮片孔径 -- Φ16mm |
|
| 34 | -- 额定输入功率 -- 800W |
|
| 35 | -- 空载转速 -- 12000r/min |
|
| 36 | -- 净重 -- 1.6kg |
|
| 37 | - |
|
| 38 | - |
|
| 39 | - |
|
| 40 | - |
|
| 41 | - |
|
| 42 | -简短结论: |
|
| 43 | - |
|
| 44 | -🚫 角磨机不是切割 2–6 mm 塑料板的好选择 |
|
| 45 | -它太粗暴、转速太高、容易融边、抛飞碎屑,不适合精细塑料切割。 |
|
| 46 | - |
|
| 47 | -🔧 为什么角磨机不合适? |
|
| 48 | -❌ 1. 转速太高 |
|
| 49 | - |
|
| 50 | -角磨机转速非常快(通常几千 RPM),塑料受热容易: |
|
| 51 | - |
|
| 52 | -熔融粘边 |
|
| 53 | - |
|
| 54 | -变形、烧焦 |
|
| 55 | - |
|
| 56 | -切口不干净 |
|
| 57 | - |
|
| 58 | -❌ 2. 切削不稳定 |
|
| 59 | - |
|
| 60 | -刀片振动大 |
|
| 61 | - |
|
| 62 | -难控直线/曲线 |
|
| 63 | - |
|
| 64 | -易产生崩边 |
|
| 65 | - |
|
| 66 | -❌ 3. 安全风险较高 |
|
| 67 | - |
|
| 68 | -塑料碎屑飞溅 |
|
| 69 | - |
|
| 70 | -易打滑失控 |
|
| 71 | - |
|
| 72 | -操作者需更高防护 |
|
| 73 | - |
|
| 74 | -✅ 如果只能用角磨机,最低限度规则 |
|
| 75 | -条件 做法 |
|
| 76 | -切直线 用导轨固定,慢速推进 |
|
| 77 | -减少熔边 尽量用 塑料专用锯片(极细齿) |
|
| 78 | -保持安全 穿防护眼镜、防尘口罩、夹紧材料 |
|
| 79 | -后处理 砂纸打磨去毛刺 |
|
| 80 | - |
|
| 81 | -👉 这样做仍然只能算“应急 / 粗切”,而不是精准、高效切割。 |
|
| 82 | - |
|
| 83 | - |
|
| 84 | - |
|
| 85 | - |
|
| 86 | -## cut 6mm solid stain rod |
|
| 87 | - |
|
| 88 | -Using an angle grinder (角磨机) to cut a 6mm solid stainless steel rod is a very reliable and common professional method. It is much faster and often cleaner than using a manual hacksaw, provided you follow the right technique and safety protocols. |
|
| 89 | - |
|
| 90 | -The Right Disc (Crucial) |
|
| 91 | - |
|
| 92 | -Do not use a thick grinding disc. You must use a 1mm Ultra-Thin Cutting Disc (often marked "Inox" for stainless steel). |
|
| 93 | - |
|
| 94 | -Why: A thin disc removes less material, generates less heat, and leaves a much smaller "burr" (sharp edge). |
|
| 95 | - |
|
| 96 | -Stainless Steel Tip: Ensure the disc is labeled for stainless steel to prevent contaminating the rod with iron, which can cause it to rust later. |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/grinder-dat.md
| ... | ... | @@ -1,13 +0,0 @@ |
| 1 | - |
|
| 2 | -# grinder-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -- [[grinder-angle-dat]] |
|
| 6 | - |
|
| 7 | - |
|
| 8 | - |
|
| 9 | - |
|
| 10 | - |
|
| 11 | -## ref |
|
| 12 | - |
|
| 13 | -- [[tools-power-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-Metal-band-dat/saw-Metal-band-dat.md
| ... | ... | @@ -1,3 +0,0 @@ |
| 1 | - |
|
| 2 | -# saw-Metal-band-dat |
|
| 3 | - |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-15-10-49.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-15-10-49.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-15-26-23.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-15-26-23.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-17-47-55.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-17-47-55.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/saw-blade-dat.md
| ... | ... | @@ -1,149 +0,0 @@ |
| 1 | - |
|
| 2 | -# saw-blade-dat |
|
| 3 | - |
|
| 4 | -- [[saw-blade]] - [[saw]] |
|
| 5 | - |
|
| 6 | - |
|
| 7 | -高速钢锯片只能安装在机床/台锯上使用转速要求3000-4500prm,而不能安装在角磨机/切割机上使用,因角磨机转速太高工作不稳定操作不安全容易断锯片,请勿强行安装。 |
|
| 8 | - |
|
| 9 | - |
|
| 10 | - |
|
| 11 | - |
|
| 12 | - |
|
| 13 | -| 序号 | 锯片 / 切割方式名称 | 适合切 2–6 mm 塑料? | 主要适合目标(推荐用途) | 关键备注(使用建议) | |
|
| 14 | -| ---- | ----------------------------------- | --------------------- | --------------------------------------- | ----------------------------------------------------------------------------------------- | |
|
| 15 | -| 1 | 平齿高速钢锯片 (HSS flat-tooth) | ✅ 非常适合 | 亚克力(PMMA)、ABS、PVC、PC(薄/中厚) | 最优选。细齿或中细齿,切割平滑,热量低。配合电动线锯或台锯效果最好。 | |
|
| 16 | -| 2 | 切木头的锯条 / 木工细齿锯条 | ✅ 适合 | 木材、塑料(一般细齿木工条可切塑料) | 选择**24–32 TPI**(或标为 fine);摆动关或低;中低速。 | |
|
| 17 | -| 3 | 切金属的锯条(HSS / Bi-metal) | ⚠️ 可用(次优) | 钢材、薄金属;可勉强切塑料但表面较粗 | 刚性大、易发热;塑料可能有轻微融边或毛刺,后打磨。 | |
|
| 18 | -| 4 | 分赤合金锯片(双金属 / 合金) | ⚠️ 可用(一般) | 耐磨场合、金属切割 | 耐用但对塑料不是理想切削面,容易产生热与粗糙边。适合非最终表面要求的情况。 | |
|
| 19 | -| 5 | 树脂切割片 (Resin / bakelite) | ❌ 不推荐 | 早期通用片 / 某些薄材 | 属“磨削”类,切塑料会拉丝、融边、毛刺大。仅应急或雕刻用。 | |
|
| 20 | -| 6 | 砂轮切割片 (Abrasive cut-off wheel) | ❌ 不推荐 | 金属切断、钢筋、粗切 | 高摩擦→高热,塑料会熔化/拉丝/冒烟。危险且切口差。 | |
|
| 21 | -| 7 | 金刚石锯片 (Diamond blade) | ❌/⚠️ 不推荐 | 石材、瓷砖、硬脆材料;干切湿切石材 | 对软塑料是磨而非锯,易融边、拉丝。仅极少数特殊场合可勉强用并强制冷却,但通常不合适。 | |
|
| 22 | -| 8 | 瓷砖切割片 / 石材片 | ❌ 不推荐 | 瓷砖、陶瓷、石材 | 与金刚石片类似,不适合塑料。 | |
|
| 23 | -| 9 | 往复锯用粗齿(建筑用)锯条 | ❌ 不推荐 | 粗拆、管道、木材、建筑拆除 | 行程长、齿粗,塑料容易崩边、跑偏,表面粗糙。只作应急粗切。 | |
|
| 24 | -| 10 | 电烙铁(烧切) | ❌ 不推荐(应急/雕刻) | 塑料局部雕刻、打孔、微调 | 会释放气味/有毒烟(PVC 尤其危险);切口熔融、毛刺多。仅在良好通风且不要求美观时用于微调。 | |
|
| 25 | - |
|
| 26 | - |
|
| 27 | - |
|
| 28 | -## target sheet plastic |
|
| 29 | - |
|
| 30 | -📌 最佳切塑料实践(回顾) |
|
| 31 | - |
|
| 32 | -- 平齿高速钢锯片(HSS) |
|
| 33 | -- 细齿木工/塑料专用锯片(24~32 TPI) |
|
| 34 | - |
|
| 35 | - |
|
| 36 | -- ✔ 用 电动线锯 + 细齿 HSS 锯片 |
|
| 37 | -- ✔ 关闭摆动,低速切割 |
|
| 38 | -- ✔ 夹紧材料 + 导向 |
|
| 39 | -- ✔ 事后砂纸打磨(400→800) |
|
| 40 | - |
|
| 41 | - |
|
| 42 | -## specs example |
|
| 43 | - |
|
| 44 | -12 inch |
|
| 45 | - |
|
| 46 | - |
|
| 47 | - |
|
| 48 | - |
|
| 49 | - |
|
| 50 | -## specs 2 |
|
| 51 | - |
|
| 52 | -- [[grinder-angle-dat]] |
|
| 53 | - |
|
| 54 | - |
|
| 55 | - |
|
| 56 | - |
|
| 57 | -## 是否适合切割 4 mm ABS 板材? |
|
| 58 | -**结论:✅ 适合,而且非常合适** |
|
| 59 | - |
|
| 60 | -规格:**高速钢锯片 110 × 0.8 × 20 孔 × 180 齿** |
|
| 61 | -用途:**切割 4 mm ABS 板材** |
|
| 62 | - |
|
| 63 | ---- |
|
| 64 | - |
|
| 65 | -## 为什么这片锯片适合 ABS |
|
| 66 | - |
|
| 67 | -### 1️⃣ 齿数高(180T) |
|
| 68 | -- 单齿切削量小 |
|
| 69 | -- 切口平整、毛刺少 |
|
| 70 | -- 不容易咬料或崩边 |
|
| 71 | -- 对 ABS 这种易软化塑料非常友好 |
|
| 72 | - |
|
| 73 | ---- |
|
| 74 | - |
|
| 75 | -### 2️⃣ 锯片薄(0.8 mm) |
|
| 76 | -- 切削阻力小 |
|
| 77 | -- 发热低 |
|
| 78 | -- 适合 2–6 mm 塑料薄板 |
|
| 79 | - |
|
| 80 | -⚠️ 注意: |
|
| 81 | -锯片薄 → **必须夹紧工件**,避免振动导致跑偏 |
|
| 82 | - |
|
| 83 | ---- |
|
| 84 | - |
|
| 85 | -### 3️⃣ 高速钢(HSS) |
|
| 86 | -- 属于“锋利切削”,不是磨削 |
|
| 87 | -- 比砂轮片、金刚石片、树脂切割片**更适合塑料** |
|
| 88 | -- 不会撕裂 ABS 边缘 |
|
| 89 | - |
|
| 90 | ---- |
|
| 91 | - |
|
| 92 | -## 适合搭配的设备 |
|
| 93 | - |
|
| 94 | -| 设备 | 是否推荐 | 说明 | |
|
| 95 | -|---|---|---| |
|
| 96 | -| 小型台锯 / 精密切割机 | ✅ 强烈推荐 | 最稳、最直 | |
|
| 97 | -| 迷你台锯 / 模型锯 | ✅ 推荐 | 适合薄板 | |
|
| 98 | -| 电动线锯 | ⚠️ 勉强 | 锯片形式不同,不是最佳 | |
|
| 99 | -| 角磨机 | ❌ 不推荐 | 转速过高,危险且易融边 | |
|
| 100 | - |
|
| 101 | ---- |
|
| 102 | - |
|
| 103 | -## 推荐切割参数(实用) |
|
| 104 | - |
|
| 105 | -### 🔧 转速 |
|
| 106 | -- **中低速最佳** |
|
| 107 | -- 若设备可调速: |
|
| 108 | - **≈ 3000–6000 RPM(110 mm 锯片)** |
|
| 109 | - |
|
| 110 | -⚠️ 转速过高 → ABS 会融边、粘齿 |
|
| 111 | - |
|
| 112 | ---- |
|
| 113 | - |
|
| 114 | -### 🔧 进给方式 |
|
| 115 | -- 匀速、连续推进 |
|
| 116 | -- 不要停在同一点 |
|
| 117 | -- 让锯片自己吃料,不要硬推 |
|
| 118 | - |
|
| 119 | ---- |
|
| 120 | - |
|
| 121 | -### 🔧 固定与导向 |
|
| 122 | -- 工件必须 **完全夹紧** |
|
| 123 | -- 使用靠山 / 导轨 |
|
| 124 | -- 底下垫一块废板可明显提升稳定性 |
|
| 125 | - |
|
| 126 | ---- |
|
| 127 | - |
|
| 128 | -## 常见问题与解决方法 |
|
| 129 | - |
|
| 130 | -| 问题 | 原因 | 对策 | |
|
| 131 | -|---|---|---| |
|
| 132 | -| 边缘轻微融化 | 转速偏高 | 降低转速或稍加快进给 | |
|
| 133 | -| 锯屑粘在锯齿上 | 热量积累 | 吹风散热 / 暂停冷却 | |
|
| 134 | -| 切割抖动 | 锯片薄 + 固定不足 | 增加夹具、垫板 | |
|
| 135 | - |
|
| 136 | ---- |
|
| 137 | - |
|
| 138 | -## 一句话总结 |
|
| 139 | - |
|
| 140 | -**110 × 0.8 × 180T 的高速钢锯片,非常适合切割 4 mm ABS 板材** |
|
| 141 | -前提是: |
|
| 142 | -👉 使用台锯类设备 |
|
| 143 | -👉 中低转速 |
|
| 144 | -👉 工件夹紧并有导向 |
|
| 145 | - |
|
| 146 | - |
|
| 147 | -## ref |
|
| 148 | - |
|
| 149 | -- [[saw-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-cold-cut-dat/saw-cold-cut-dat.md
| ... | ... | @@ -1,108 +0,0 @@ |
| 1 | - |
|
| 2 | -# saw-cold-cut-dat |
|
| 3 | - |
|
| 4 | -一、为什么台锯 ≠ 冷切锯(核心原因) |
|
| 5 | -1️⃣ 转速完全不同(致命差异) |
|
| 6 | -项目 台锯 冷切锯 |
|
| 7 | -主轴转速 3000–6000 RPM 30–150 RPM |
|
| 8 | -工作方式 高速切削 低速剪切 |
|
| 9 | -扭矩 中等 极高 |
|
| 10 | - |
|
| 11 | -👉 冷切锯靠 低速 + 大扭矩 |
|
| 12 | -👉 台锯靠 高速 + 齿切削 |
|
| 13 | - |
|
| 14 | -这是结构级差异,不能靠“换锯片”解决。 |
|
| 15 | - |
|
| 16 | -2️⃣ 电机类型不一样 |
|
| 17 | - |
|
| 18 | -台锯: |
|
| 19 | - |
|
| 20 | -高速电机 |
|
| 21 | - |
|
| 22 | -不适合长时间高扭矩 |
|
| 23 | - |
|
| 24 | -冷切锯: |
|
| 25 | - |
|
| 26 | -工业减速电机 |
|
| 27 | - |
|
| 28 | -齿轮箱 / 蜗轮箱 |
|
| 29 | - |
|
| 30 | -👉 台锯 没有减速系统,强行降速会: |
|
| 31 | - |
|
| 32 | -扭矩不足 |
|
| 33 | - |
|
| 34 | -电机过热 |
|
| 35 | - |
|
| 36 | -易烧毁 |
|
| 37 | - |
|
| 38 | -3️⃣ 安全结构完全不同 ⚠️ |
|
| 39 | - |
|
| 40 | -冷切锯有: |
|
| 41 | - |
|
| 42 | -全封闭护罩 |
|
| 43 | - |
|
| 44 | -下压切割结构 |
|
| 45 | - |
|
| 46 | -重型夹钳 |
|
| 47 | - |
|
| 48 | -台锯: |
|
| 49 | - |
|
| 50 | -开放式锯片 |
|
| 51 | - |
|
| 52 | -材料是“推过去的” |
|
| 53 | - |
|
| 54 | -👉 用台锯低速切钢 = 严重反弹 / 崩齿 / 飞料风险 |
|
| 55 | - |
|
| 56 | -二、哪些“改装思路”是❌错误的 |
|
| 57 | - |
|
| 58 | -❌ 换冷切锯片 |
|
| 59 | -❌ 外接调速器把转速降下来 |
|
| 60 | -❌ 用皮带改传动比 |
|
| 61 | -❌ 用台锯切钢、不锈钢 |
|
| 62 | - |
|
| 63 | -这些都 不等于冷切锯,而且危险。 |
|
| 64 | - |
|
| 65 | -三、那台锯“最多”能做到什么? |
|
| 66 | -✅ 台锯可以安全做的“金属极限” |
|
| 67 | -✔ 铝板 / 铝型材 |
|
| 68 | -✔ 铜 / 黄铜 |
|
| 69 | -✔ 塑料 / 有机玻璃 |
|
| 70 | - |
|
| 71 | - |
|
| 72 | -前提: |
|
| 73 | - |
|
| 74 | -用铝专用钨钢锯片 |
|
| 75 | - |
|
| 76 | -适当润滑 |
|
| 77 | - |
|
| 78 | -稳定进刀 |
|
| 79 | - |
|
| 80 | -不切钢、不切不锈钢 |
|
| 81 | - |
|
| 82 | -👉 这叫 “干式高速切铝”,不是冷切。 |
|
| 83 | - |
|
| 84 | -四、如果你真的需要“冷切效果”,正确方案是? |
|
| 85 | -方案 1️⃣:直接买冷切锯(最安全) |
|
| 86 | - |
|
| 87 | -二手工业冷切锯也很值 |
|
| 88 | - |
|
| 89 | -适合钢、不锈钢、厚铝 |
|
| 90 | - |
|
| 91 | -方案 2️⃣:金属带锯(性价比最高) |
|
| 92 | - |
|
| 93 | -真正低速 |
|
| 94 | - |
|
| 95 | -安全 |
|
| 96 | - |
|
| 97 | -可切钢材 |
|
| 98 | - |
|
| 99 | -DIY 友好 |
|
| 100 | - |
|
| 101 | -方案 3️⃣:台锯 + 铝专用锯片(妥协方案) |
|
| 102 | - |
|
| 103 | -只切铝 |
|
| 104 | - |
|
| 105 | -不追求“冷切” |
|
| 106 | - |
|
| 107 | - |
|
| 108 | - |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-dat.md
| ... | ... | @@ -1,159 +0,0 @@ |
| 1 | -# Saw - Cutting Plastics (saw-dat) |
|
| 2 | - |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -- [[saw-blade-dat]] |
|
| 6 | - |
|
| 7 | -- [[saw-jig-dat]]] - 线锯 - 曲线锯 - 往复锯 |
|
| 8 | - |
|
| 9 | -- [[Saw-Circular-dat]] - 圆锯 - 台锯 - [[saw-table-dat]] - [[saw-cold-cut-dat]] - [[saw-Metal-band-dat]] |
|
| 10 | - |
|
| 11 | -- [[grinder-angle-dat]] - [[grinder-angle]] |
|
| 12 | - |
|
| 13 | - |
|
| 14 | - |
|
| 15 | - |
|
| 16 | -## Quick summary (recommended by priority) |
|
| 17 | - |
|
| 18 | -1. Table saw (best for straight cuts, repeatability, and batch work) |
|
| 19 | -2. Jigsaw / Scroll saw (best for curves and low-volume custom shapes) |
|
| 20 | -3. Score and snap (very low cost, high straight-line accuracy for thin sheets) |
|
| 21 | -4. Laser cutting (high-quality complex contours — limited to compatible plastics) - [[laser-dat]] - [[laser-cutting-dat]] |
|
| 22 | - |
|
| 23 | ---- |
|
| 24 | - |
|
| 25 | -## 1. Table saw — Recommended for most use cases |
|
| 26 | - |
|
| 27 | -When to use: |
|
| 28 | - |
|
| 29 | -- Straight cuts and long cuts |
|
| 30 | -- Batch production or when repeatability matters |
|
| 31 | -- Tight tolerances (around ±0.2 mm) |
|
| 32 | - |
|
| 33 | -Suitable materials: |
|
| 34 | - |
|
| 35 | -- PMMA (acrylic), ABS, PVC, PC, PE, PP (but note special handling below) |
|
| 36 | - |
|
| 37 | -Key setup and blade selection: |
|
| 38 | - |
|
| 39 | -- Blade teeth: 80–120 teeth for thin plastics |
|
| 40 | -- Negative hook angle (around –5° to 0°) helps reduce chipping and tear-out |
|
| 41 | -- Use blades specifically designed for plastics / acrylic |
|
| 42 | -- Medium to high blade RPM; avoid slow RPM which can melt edges |
|
| 43 | -- Feed uniformly and continuously—do not stop on the cut |
|
| 44 | - |
|
| 45 | -Advantages: |
|
| 46 | - |
|
| 47 | -- Very straight, clean cuts |
|
| 48 | -- High throughput and good dimensional repeatability |
|
| 49 | -- Minimal post-processing when set up correctly |
|
| 50 | - |
|
| 51 | -Precautions: |
|
| 52 | - |
|
| 53 | -- Secure the sheet firmly; use clamps and fences |
|
| 54 | -- For acrylic, keep protective film on during cutting |
|
| 55 | - |
|
| 56 | ---- |
|
| 57 | - |
|
| 58 | -## 2. Jigsaw / Scroll saw (curves and single pieces) |
|
| 59 | - |
|
| 60 | -When to use: |
|
| 61 | - |
|
| 62 | -- Irregular contours or detailed cutouts |
|
| 63 | -- Prototyping and small quantities |
|
| 64 | - |
|
| 65 | -Blade recommendations and technique: |
|
| 66 | - |
|
| 67 | -- Use fine-tooth blades (e.g. T101A / T101B style or equivalent) |
|
| 68 | -- Small tooth pitch and sharp teeth reduce chipping |
|
| 69 | -- Use low or reduced pendulum action on the jigsaw to avoid melting |
|
| 70 | -- Slow cutting speed and steady feed — let the blade do the work |
|
| 71 | - |
|
| 72 | -Expected accuracy: |
|
| 73 | - |
|
| 74 | -- Approximately ±0.5 mm; some edge finishing usually required |
|
| 75 | - |
|
| 76 | ---- |
|
| 77 | - |
|
| 78 | -## 3. Score-and-snap (very low-cost, straight cuts, thin sheets) |
|
| 79 | - |
|
| 80 | -When to use: |
|
| 81 | - |
|
| 82 | -- Thin sheets (typically ≤ 4 mm) |
|
| 83 | -- Straight short cuts where a clean edge is needed on a budget |
|
| 84 | -- Materials: acrylic (PMMA), PVC, PS |
|
| 85 | - |
|
| 86 | -Tools and method: |
|
| 87 | - |
|
| 88 | -- Acrylic scoring knife or tungsten carbide scoring tool |
|
| 89 | -- Use a steel straightedge or ruler as a guide |
|
| 90 | -- Score the sheet multiple times (≥ 8–10 passes) until a visible groove is formed |
|
| 91 | -- Clamp the sheet on the table edge and snap down firmly for a clean break |
|
| 92 | - |
|
| 93 | -Advantages and limits: |
|
| 94 | - |
|
| 95 | -- Extremely low cost, minimal finishing |
|
| 96 | -- Not suitable for thick sheets (> 4 mm) or complex shapes |
|
| 97 | -- Not recommended for PC or flexible plastics like PE |
|
| 98 | - |
|
| 99 | ---- |
|
| 100 | - |
|
| 101 | -## 4. Laser cutting (high-precision complex shapes) |
|
| 102 | - |
|
| 103 | -When to use: |
|
| 104 | - |
|
| 105 | -- Complex contours, fine detail, or many internal cutouts |
|
| 106 | -- High edge quality required for compatible materials |
|
| 107 | - |
|
| 108 | -Best materials: |
|
| 109 | - |
|
| 110 | -- PMMA (acrylic) — excellent results, optical-quality edges possible |
|
| 111 | - |
|
| 112 | -Materials to avoid by default: |
|
| 113 | - |
|
| 114 | -- PVC — releases toxic chlorine gas when lasered |
|
| 115 | -- PC (polycarbonate) — tends to burn, blacken, and form poor melt edges |
|
| 116 | - |
|
| 117 | -Notes: |
|
| 118 | - |
|
| 119 | -- Use proper ventilation and filtration for any laser cutting |
|
| 120 | -- Power and speed settings must be tuned for thickness and plastic type |
|
| 121 | - |
|
| 122 | ---- |
|
| 123 | - |
|
| 124 | -## Materials notes and exceptions |
|
| 125 | - |
|
| 126 | -- PVC: avoid laser cutting (toxic gas). Mechanical cutting is ok with proper precautions. |
|
| 127 | -- PC (polycarbonate): difficult to laser; mechanical cutting often causes melting and rough edges — prefer careful mechanical methods and good blade selection. |
|
| 128 | -- PE / PP: flexible and can deform — secure firmly and use blades that minimise friction heating. |
|
| 129 | - |
|
| 130 | ---- |
|
| 131 | - |
|
| 132 | -## Accessories & finishing tips |
|
| 133 | - |
|
| 134 | -- Clamps and guides: F-clamps, quick clamps, and an aluminium extrusion or steel ruler as a guide/fence |
|
| 135 | -- Sanding sequence for edge finishing: 400 → 800 → 1200 grit |
|
| 136 | -- Acrylic edge finish: flame polishing can give optical clarity but risks warping — practice on scrap first |
|
| 137 | -- Keep protective film on acrylic until finishing is complete |
|
| 138 | - |
|
| 139 | ---- |
|
| 140 | - |
|
| 141 | -## Quick selection table |
|
| 142 | - |
|
| 143 | -| Need / Scenario | Recommended method | |
|
| 144 | -|---|---:| |
|
| 145 | -| Batch straight high-precision cuts | Table saw | |
|
| 146 | -| Small quantity, complex shapes | Jigsaw / scroll saw | |
|
| 147 | -| Low-cost straight cuts (thin sheet) | Score & snap | |
|
| 148 | -| High-precision complex contours (only PMMA) | Laser cutter | |
|
| 149 | - |
|
| 150 | ---- |
|
| 151 | - |
|
| 152 | -## References |
|
| 153 | - |
|
| 154 | -- Internal notes and AI-assisted summary |
|
| 155 | - |
|
| 156 | - |
|
| 157 | -## ref |
|
| 158 | - |
|
| 159 | -- [[AI]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-jig-dat/saw-jig-dat.md
| ... | ... | @@ -1,140 +0,0 @@ |
| 1 | - |
|
| 2 | -# jigsaw-dat |
|
| 3 | - |
|
| 4 | -要让**往复运动类锯(尤其是电动线锯 / jigsaw)切得“直”**,核心不是“手稳”,而是**机械约束 + 参数控制**。下面给你一套**可重复、可落地**的方法。 |
|
| 5 | - |
|
| 6 | ---- |
|
| 7 | - |
|
| 8 | -## ✅ 一、最可靠的方法(强烈推荐) |
|
| 9 | - |
|
| 10 | -### **1️⃣ 导轨 / 直尺 + 夹具(90% 直线来自这里)** |
|
| 11 | - |
|
| 12 | -**做法:** |
|
| 13 | - |
|
| 14 | -1. 用钢直尺 / 铝型材 / 木条作为**导轨** |
|
| 15 | -2. 距切线 = |
|
| 16 | - |
|
| 17 | - ``` |
|
| 18 | - 线锯底板边缘 → 锯条中心距离 |
|
| 19 | - ``` |
|
| 20 | -3. 两端用 F 夹固定 |
|
| 21 | -4. 底板紧贴导轨推进 |
|
| 22 | - |
|
| 23 | -📌 **关键点** |
|
| 24 | - |
|
| 25 | -* 导轨必须**比工件长** |
|
| 26 | -* 导轨要平直(别用翘的木条) |
|
| 27 | - |
|
| 28 | ---- |
|
| 29 | - |
|
| 30 | -## ✅ 二、锯条选择(决定是否“跑偏”) |
|
| 31 | - |
|
| 32 | -| 锯条类型 | 是否容易跑偏 | |
|
| 33 | -| -------------- | ------ | |
|
| 34 | -| **宽锯条(≥7 mm)** | ✅ 不易 | |
|
| 35 | -| 窄锯条(曲线用) | ❌ 非常容易 | |
|
| 36 | -| 细齿 24–32 TPI | ✅ | |
|
| 37 | -| 粗齿 | ❌ | |
|
| 38 | - |
|
| 39 | -📌 **结论:** |
|
| 40 | - |
|
| 41 | -> 切直线 = **宽、厚、细齿锯条** |
|
| 42 | - |
|
| 43 | ---- |
|
| 44 | - |
|
| 45 | -## ✅ 三、机器设置(很多人忽略) |
|
| 46 | - |
|
| 47 | -### 🔹 摆动(Orbital) |
|
| 48 | - |
|
| 49 | -* **关掉或最低档(0–1)** |
|
| 50 | -* 摆动越大 → 越容易斜 |
|
| 51 | - |
|
| 52 | -### 🔹 转速 |
|
| 53 | - |
|
| 54 | -* 塑料 / 薄板:**中低速** |
|
| 55 | -* 太快 → 热变形 + 跑线 |
|
| 56 | - |
|
| 57 | ---- |
|
| 58 | - |
|
| 59 | -## ✅ 四、操作手法(避免“Z 字切割”) |
|
| 60 | - |
|
| 61 | -### ❌ 错误动作 |
|
| 62 | - |
|
| 63 | -* 用力推锯 |
|
| 64 | -* 手腕左右修正 |
|
| 65 | -* 中途停顿 |
|
| 66 | - |
|
| 67 | -### ✅ 正确动作 |
|
| 68 | - |
|
| 69 | -* 只控制**方向**,不控制**力量** |
|
| 70 | -* 让锯条自己吃料 |
|
| 71 | -* 保持连续、均匀推进 |
|
| 72 | - |
|
| 73 | -📌 **口诀:** |
|
| 74 | - |
|
| 75 | -> **不推、不拉、不修正,让锯条自己走** |
|
| 76 | - |
|
| 77 | ---- |
|
| 78 | - |
|
| 79 | -## ✅ 五、底板贴合(非常关键) |
|
| 80 | - |
|
| 81 | -* 锯底板必须**全程贴紧材料** |
|
| 82 | -* 不要抬起前端 |
|
| 83 | -* 不要单点接触 |
|
| 84 | - |
|
| 85 | -📌 **否则结果:** |
|
| 86 | - |
|
| 87 | -* 锯条前后倾斜 |
|
| 88 | -* 切口成“V”或“斜面” |
|
| 89 | - |
|
| 90 | ---- |
|
| 91 | - |
|
| 92 | -## ✅ 六、工件固定(比你想的重要) |
|
| 93 | - |
|
| 94 | -* 工件**必须完全夹紧** |
|
| 95 | -* 震动 = 跑偏 |
|
| 96 | -* 悬空部分不要太长 |
|
| 97 | - |
|
| 98 | ---- |
|
| 99 | - |
|
| 100 | -## 🧪 七、进阶技巧(追求更直) |
|
| 101 | - |
|
| 102 | -### 🔹 双板夹切法 |
|
| 103 | - |
|
| 104 | -``` |
|
| 105 | -[直导木板] |
|
| 106 | -============ ← 导轨 |
|
| 107 | -[塑料板] |
|
| 108 | -[废板] |
|
| 109 | -``` |
|
| 110 | - |
|
| 111 | -* 底部加一块废板 |
|
| 112 | -* 锯条受力更稳定 |
|
| 113 | -* 减少翘曲 |
|
| 114 | - |
|
| 115 | ---- |
|
| 116 | - |
|
| 117 | -## 🚫 八、哪些工具更难直? |
|
| 118 | - |
|
| 119 | -| 工具 | 直线能力 | |
|
| 120 | -| ----- | ---- | |
|
| 121 | -| 电动线锯 | ⭐⭐⭐ | |
|
| 122 | -| 建筑往复锯 | ⭐ | |
|
| 123 | -| 角磨机 | ⭐ | |
|
| 124 | -| 手工线锯 | ⭐⭐ | |
|
| 125 | - |
|
| 126 | ---- |
|
| 127 | - |
|
| 128 | -## 🧾 一句话总结 |
|
| 129 | - |
|
| 130 | -> 🔧 **直线不是靠手稳,而是靠“导轨 + 锯条 + 设置”** |
|
| 131 | - |
|
| 132 | ---- |
|
| 133 | - |
|
| 134 | -如果你愿意告诉我: |
|
| 135 | - |
|
| 136 | -* **材料**(PMMA / PC / PVC / ABS) |
|
| 137 | -* **厚度** |
|
| 138 | -* **线锯型号** |
|
| 139 | - |
|
| 140 | -我可以直接给你一套**具体参数(转速 / 锯条型号 / 摆动档)**,做到一次就直。 |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/2025-12-18-18-04-24.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/2025-12-18-18-04-24.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/2025-12-18-18-09-23.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/2025-12-18-18-09-23.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/saw-table-dat.md
| ... | ... | @@ -1,131 +0,0 @@ |
| 1 | -# Table Saw — What a small table saw should NOT cut |
|
| 2 | - |
|
| 3 | - |
|
| 4 | - |
|
| 5 | -cut target |
|
| 6 | - |
|
| 7 | -- [[profile-dat]] - [[sheet-dat]] - [[rod-system-dat]] |
|
| 8 | - |
|
| 9 | - |
|
| 10 | - |
|
| 11 | - |
|
| 12 | -This guide lists metals and conditions that are unsafe or unsuitable for small table saws. It also gives safer tool alternatives for cutting various metals. |
|
| 13 | - |
|
| 14 | -## 1) Steel family — HIGH RISK (Do NOT cut) |
|
| 15 | - |
|
| 16 | -- Carbon steel |
|
| 17 | -- Alloy steel |
|
| 18 | -- Stainless steel |
|
| 19 | -- Spring steel |
|
| 20 | -- Tool steel |
|
| 21 | - |
|
| 22 | -Why not: |
|
| 23 | - |
|
| 24 | -- Small table saws run at high RPM (typically 4,000–6,000 RPM) with no coolant |
|
| 25 | -- The blade can overheat instantly and suffer tooth breakage |
|
| 26 | -- Severe kickback and dangerous projectiles |
|
| 27 | - |
|
| 28 | -Conclusion: Strictly prohibited |
|
| 29 | - |
|
| 30 | ---- |
|
| 31 | - |
|
| 32 | -## 2) Thick metal (Any material) — NOT SUITABLE / HIGH RISK |
|
| 33 | - |
|
| 34 | -- Aluminum sheet ≥ 3–4 mm |
|
| 35 | -- Copper sheet ≥ 2 mm |
|
| 36 | -- Brass sheet ≥ 2 mm |
|
| 37 | -- Large metal profiles (angle, channel, etc.) |
|
| 38 | - |
|
| 39 | -Why not: |
|
| 40 | - |
|
| 41 | -- Excessive feed resistance |
|
| 42 | -- Small table saws lack torque for heavy cuts |
|
| 43 | -- Blade pinching and flying debris are likely |
|
| 44 | - |
|
| 45 | -Conclusion: Avoid; use appropriate metal-cutting equipment |
|
| 46 | - |
|
| 47 | ---- |
|
| 48 | - |
|
| 49 | -## 3) Hard, brittle metals — DANGEROUS (Do NOT cut) |
|
| 50 | - |
|
| 51 | -- Cast iron |
|
| 52 | -- Zinc alloys / die-cast parts |
|
| 53 | -- Magnesium alloys |
|
| 54 | - |
|
| 55 | -Why not: |
|
| 56 | - |
|
| 57 | -- Parts can shatter or chip |
|
| 58 | -- High-speed fragments pose major risk |
|
| 59 | - |
|
| 60 | -Conclusion: Strictly prohibited |
|
| 61 | - |
|
| 62 | ---- |
|
| 63 | - |
|
| 64 | -## 4) Thin-walled metal tubes and thin metal sheets — VERY DANGEROUS |
|
| 65 | - |
|
| 66 | -- Tubes with wall thickness < 1 mm |
|
| 67 | -- Thin steel/aluminum sheets |
|
| 68 | - |
|
| 69 | -Why not: |
|
| 70 | - |
|
| 71 | -- Teeth can grab and pull thin-walled parts |
|
| 72 | -- Risk of entanglement, winding, and ejection |
|
| 73 | - |
|
| 74 | -Conclusion: Extremely hazardous with a small table saw |
|
| 75 | - |
|
| 76 | ---- |
|
| 77 | - |
|
| 78 | -## May be cut only under strict, controlled conditions |
|
| 79 | - |
|
| 80 | -These are conditional cases where cutting is physically possible but not recommended unless all precautions are met. |
|
| 81 | - |
|
| 82 | -Prerequisites: |
|
| 83 | - |
|
| 84 | -- Use a metal-specific blade (TCT blade for aluminum or a non-ferrous metal blade) |
|
| 85 | -- Secure the workpiece firmly with proper clamps or fixtures |
|
| 86 | -- Use very low feed and controlled cutting parameters |
|
| 87 | -- Operator must be experienced with metal cutting on small machines |
|
| 88 | - |
|
| 89 | -Possible (still not recommended): |
|
| 90 | - |
|
| 91 | -- Non-ferrous thin parts only: |
|
| 92 | - - Aluminum ≤ 2 mm |
|
| 93 | - - Brass ≤ 1.5 mm |
|
| 94 | - - Copper ≤ 1 mm |
|
| 95 | - |
|
| 96 | -Note: "Can be cut" ≠ "should be cut" — safety and tool life remain major concerns. |
|
| 97 | - |
|
| 98 | ---- |
|
| 99 | - |
|
| 100 | -## Recommended tools by metal |
|
| 101 | - |
|
| 102 | -| Metal / Part | Recommended tool | |
|
| 103 | -| ----------------------- | -------------------------------------------------------------- | |
|
| 104 | -| Steel / Stainless | Metal bandsaw / cold-cut saw / angle grinder with cutoff wheel | |
|
| 105 | -| Large aluminum profiles | Cold-cut saw / dedicated sawing machine | |
|
| 106 | -| Thin aluminum sheet | Jigsaw with metal cutting blades or shearing/cold saw | |
|
| 107 | -| Small metal rods / bars | Metal bandsaw / hacksaw (manual) | |
|
| 108 | - |
|
| 109 | ---- |
|
| 110 | - |
|
| 111 | -## Micro-size table saw |
|
| 112 | - |
|
| 113 | - |
|
| 114 | - |
|
| 115 | -Small benchtop saws can be useful for wood, plastics, and light hobby work — not for cutting most metals. |
|
| 116 | - |
|
| 117 | ---- |
|
| 118 | - |
|
| 119 | -## Full-size table saw |
|
| 120 | - |
|
| 121 | - |
|
| 122 | - |
|
| 123 | -Full-size, industrial saws with appropriate blades, guards, and coolant systems may handle some non-ferrous metals safely when used with correct blades and feeding methods. Even then, choose a purpose-built metal-cutting machine whenever possible. |
|
| 124 | - |
|
| 125 | ---- |
|
| 126 | - |
|
| 127 | -## ref |
|
| 128 | - |
|
| 129 | -- [[tools-power-dat]] |
|
| 130 | - |
|
| 131 | -- [[AI]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-dat.md
| ... | ... | @@ -1,63 +0,0 @@ |
| 1 | - |
|
| 2 | -# power-tools-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | - |
|
| 6 | -- [[grinder-dat]] |
|
| 7 | - |
|
| 8 | -- [[saw-dat]] - [[saw-blade-dat]] |
|
| 9 | - |
|
| 10 | -- [[saw-jig-dat]]] - 线锯 - 曲线锯 - 往复锯 |
|
| 11 | - |
|
| 12 | -- [[Saw-Circular-dat]] - 圆锯 - 台锯 - [[saw-table-dat]] - [[saw-cold-cut-dat]] - [[saw-Metal-band-dat]] |
|
| 13 | - |
|
| 14 | - |
|
| 15 | - |
|
| 16 | -- [[rotary-tool-dat]] |
|
| 17 | - |
|
| 18 | -- [[grinder-angle-dat]] |
|
| 19 | - |
|
| 20 | -- [[grinder-angle-dat]] |
|
| 21 | - |
|
| 22 | - |
|
| 23 | -- [[drill-electric-dat]] add a rack as a [[saw-jig-dat]] == not recommanded |
|
| 24 | - |
|
| 25 | - |
|
| 26 | - |
|
| 27 | - |
|
| 28 | - |
|
| 29 | -## power tools |
|
| 30 | - |
|
| 31 | -- [[saw-dat]] - [[Rotary-Tool-dat]] - [[saw-blade-dat]] |
|
| 32 | - |
|
| 33 | -- [[mechanical-tools]] |
|
| 34 | - |
|
| 35 | -- 电热刀 |
|
| 36 | - |
|
| 37 | -- 车床:lathe |
|
| 38 | - |
|
| 39 | -- 弓臂锯床:power hacksaw(也可说 hacksaw machine) |
|
| 40 | - |
|
| 41 | -- 磨床:grinding machine / grinder |
|
| 42 | - |
|
| 43 | -- 钻床:drilling machine / drill press |
|
| 44 | - |
|
| 45 | -- [[drill-electric-dat]] |
|
| 46 | - |
|
| 47 | - |
|
| 48 | - |
|
| 49 | - |
|
| 50 | - |
|
| 51 | - |
|
| 52 | - |
|
| 53 | -## target |
|
| 54 | - |
|
| 55 | -- [[profile-dat]] - [[sheet-dat]] - [[rod-system-dat]] |
|
| 56 | - |
|
| 57 | - |
|
| 58 | - |
|
| 59 | -## ref |
|
| 60 | - |
|
| 61 | -- [[power-tools]] - [[mechanical-tools]] - [[mechanics]] |
|
| 62 | - |
|
| 63 | -- [[tools]] - [[power-tools]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/2026-02-07-13-41-02.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/2026-02-07-13-41-02.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/2026-02-07-13-44-12.png
| ... | ... | Binary files a/fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/2026-02-07-13-44-12.png and /dev/null differ |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/tools-power-socket-dat.md
| ... | ... | @@ -1,19 +0,0 @@ |
| 1 | - |
|
| 2 | -# tools-power-socket-dat |
|
| 3 | - |
|
| 4 | - |
|
| 5 | - |
|
| 6 | - |
|
| 7 | - |
|
| 8 | - |
|
| 9 | -## hex |
|
| 10 | - |
|
| 11 | - |
|
| 12 | -- [[hex-key-dat]] - [[tools-power-socket-dat]] |
|
| 13 | - |
|
| 14 | - |
|
| 15 | - |
|
| 16 | -50MM*H1.5 - 50MM*H2 - 50MM*H2.5 - 50MM*H3 - 50MM*H4 - 50MM*H5 - 50MM*H6 - 50MM*H8 - 50MM*H10 - 50MM*H12 - 65MM*H1.5 - 65MM*H2 - 65MM*H2.5 - 65MM*H3 - 65MM*H4 - 65MM*H5 - 65MM*H6 - 65MM*H8 - 65MM*H10 - 65MM*H12 - 100MM*H2.5 - 100MM*H3 - 100MM*H4 - 100MM*H5 - 100MM*H6 - 100MM*H8 - 100MM*H10 - 100MM*H12 - 150MM*H3 - 150MM*H4 - 150MM*H5 - 150MM*H6 - 150MM*H8 - 150MM*H10 |
|
| 17 | - |
|
| 18 | - |
|
| 19 | - |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-protective-dat/protective-glass-dat/protective-glass-dat.md
| ... | ... | @@ -1,32 +0,0 @@ |
| 1 | - |
|
| 2 | -# protective-glass-dat |
|
| 3 | - |
|
| 4 | -Protective glasses should be **impact-resistant, lightweight, optically clear**, and sometimes **chemical or scratch-resistant** depending on the usage environment. |
|
| 5 | - |
|
| 6 | ---- |
|
| 7 | - |
|
| 8 | -## 🥇 1. Polycarbonate |
|
| 9 | -- **Most common material** for safety glasses. |
|
| 10 | -- **Advantages:** |
|
| 11 | - - Extremely **impact-resistant** (up to 10x stronger than glass or standard plastic) |
|
| 12 | - - Lightweight and comfortable for extended wear |
|
| 13 | - - Naturally blocks **100% UV rays** |
|
| 14 | -- **Disadvantages:** |
|
| 15 | - - More prone to **scratching** (usually comes with an anti-scratch coating) |
|
| 16 | - |
|
| 17 | ---- |
|
| 18 | - |
|
| 19 | -## 🥈 2. Trivex |
|
| 20 | -- A newer alternative to polycarbonate with improved clarity. |
|
| 21 | -- **Advantages:** |
|
| 22 | - - High **impact resistance** |
|
| 23 | - - Superior **optical clarity** |
|
| 24 | - - Lightweight and provides UV protection |
|
| 25 | -- **Disadvantages:** |
|
| 26 | - - **More expensive** than polycarbonate |
|
| 27 | - |
|
| 28 | -- [[Trivex-dat]] |
|
| 29 | - |
|
| 30 | -## ref |
|
| 31 | - |
|
| 32 | -- [[mechanic-tools-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-mechanics-dat/fab-mechanical-tools-dat/tools-protective-dat/tools-protective-dat.md
| ... | ... | @@ -1,3 +0,0 @@ |
| 1 | - |
|
| 2 | -# tools-protective-dat |
|
| 3 | - |
fab-tools-dat/fab-electronic-Tools-dat/Coulomb-Meter-dat/Coulomb-Meter-dat.md
| ... | ... | @@ -0,0 +1,62 @@ |
| 1 | + |
|
| 2 | + |
|
| 3 | +# Coulomb-Meter-dat |
|
| 4 | + |
|
| 5 | +- [[fab-tools-dat]] - [[Coulomb-Meter-dat]] - [[battery-tools-dat]] |
|
| 6 | + |
|
| 7 | +A **Coulombmeter** (also spelled **Coulomb Meter** or called a **Coulomb Counter**), in the context of battery electronics, is a high-precision instrument or integrated circuit used to measure **electrical charge**. |
|
| 8 | + |
|
| 9 | +In everyday applications, it functions as a highly accurate "fuel gauge" for lithium-ion battery management systems (BMS) [[BMS-dat]] found in smartphones, laptops, drones, portable power stations, and electric vehicles (like scooters and rovers). It calculates exactly how much capacity is left in terms of percentage (%) and remaining runtime. |
|
| 10 | + |
|
| 11 | +--- |
|
| 12 | + |
|
| 13 | +## 1. Core Operating Principle: The "Water Tank" Analogy |
|
| 14 | + |
|
| 15 | +Early battery-monitoring methods estimated battery capacity solely by measuring **cell voltage**. However, lithium-ion batteries have a very flat discharge curve—their voltage drops very little throughout most of their cycle, then plunges rapidly at the very end. This leads to inaccurate readings (e.g., a phone staying at 50% for hours, then suddenly dropping to 10% in minutes). |
|
| 16 | + |
|
| 17 | +A coulombmeter solves this by tracking the actual inflow and outflow of current over time, similar to a precise flow meter installed on a water pipe: |
|
| 18 | +* **During Charging:** It counts every milliampere of current flowing *into* the battery and multiplies it by time, calculating the added charge. |
|
| 19 | +* **During Discharging:** It counts every milliampere flowing *out* of the battery and subtracts it from the total. |
|
| 20 | + |
|
| 21 | +Technically, it measures the voltage drop across an ultra-low-resistance inline component called a **Shunt Resistor** (Current Sense Resistor). By sampling this current ($I$) continuously, it computes the total charge ($Q$) using mathematical integration over time ($t$): |
|
| 22 | + |
|
| 23 | +$$Q = \int I \, dt$$ |
|
| 24 | + |
|
| 25 | +The final calculated output is expressed in standard battery units: **mAh (milliampere-hours)** or **Ah (ampere-hours)**. |
|
| 26 | + |
|
| 27 | + |
|
| 28 | + |
|
| 29 | +--- |
|
| 30 | + |
|
| 31 | +## 2. Coulomb Counting vs. Traditional Voltage Estimation |
|
| 32 | + |
|
| 33 | +| Feature | Traditional Voltage Estimation | Coulomb Counter (Coulombmeter) | |
|
| 34 | +| :--- | :--- | :--- | |
|
| 35 | +| **Measurement Method** | Reads the instantaneous voltage across battery terminals. | Continuously logs net current entering/leaving the cell over time. | |
|
| 36 | +| **Accuracy** | **Low**. Heavily skewed by sudden loads, ambient temperature, and aging. | **Very High**. Accurately tracks minute changes in real-time power consumption. | |
|
| 37 | +| **Drop-off Phenomenon** | Prone to sudden percentage jumps or drops under heavy loads. | Delivers smooth, linear, and predictable percentage tracking. | |
|
| 38 | +| **Hardware Cost** | Zero extra cost (uses the microcontroller's internal ADC). | Higher cost (requires a dedicated chip and a precision shunt resistor). | |
|
| 39 | + |
|
| 40 | +--- |
|
| 41 | + |
|
| 42 | +## 3. The Cumulative Error Challenge: Learning Cycles |
|
| 43 | + |
|
| 44 | +While highly accurate, coulombmeters suffer from a physical limitation known as **drift** or accumulated error. Because sensing resistors and ADC clocks have minor tolerances, keeping a battery perpetually between 30% and 80% without a full reset causes these tiny mathematical errors to compound over weeks, leading to drifted readings. |
|
| 45 | + |
|
| 46 | +To maintain accuracy, the system relies on a process called a **Learning Cycle**: |
|
| 47 | +> 💡 When the battery is charged to its absolute maximum limit (detected when charging current drops to a minimum threshold) or drained to its absolute safe cut-off voltage, the system automatically recalibrates and resets its baseline data to "100%" or "0%". This completely clears out any accumulated mathematical drift. This is why new electronic devices or DIY battery projects often require a full charge/discharge cycle upon initial setup to calibrate the fuel gauge. |
|
| 48 | + |
|
| 49 | +--- |
|
| 50 | + |
|
| 51 | +## 4. Common Application Scenarios |
|
| 52 | + |
|
| 53 | +1. **Consumer Electronics:** Mobile devices, smartwatches, and laptops rely on dedicated gas-gauge ICs (e.g., Texas Instruments `BQ27421`). - [[BQ27421-dat]] |
|
| 54 | +2. **Portable Power Stations & Solar Storage:** Large-capacity lithium packs utilize external shunt-based coulombmeters to display exact remaining amp-hours or watts. |
|
| 55 | +3. **Robotics & DIY Projects (e.g., ESP32/Rover Smart Power Management):** Hardware developers add micro-chips like the `MAX17043` or integrated power modules to monitor exact power draw, prevent hazardous over-discharge conditions, and execute automated low-battery return-to-home functions. - [[MAX17043-dat]] |
|
| 56 | +4. |
|
| 57 | + |
|
| 58 | + |
|
| 59 | + |
|
| 60 | +## ref |
|
| 61 | + |
|
| 62 | + |
fab-tools-dat/fab-electronic-Tools-dat/SMD-tester-dat/SMD-tester-dat.md
| ... | ... | @@ -0,0 +1,14 @@ |
| 1 | + |
|
| 2 | +# SMD-tester-dat |
|
| 3 | + |
|
| 4 | +## good list |
|
| 5 | + |
|
| 6 | +| Model | Type/Style | Issue/Note | |
|
| 7 | +| --------------- | ---------------- | ------------------------------ | |
|
| 8 | +| LIYIGAO UA6013L | Capacitor tester | Good for capacitor measurement | |
|
| 9 | + |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +## ref |
|
| 13 | + |
|
| 14 | +- [[tools-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/2025-05-30-18-30-59.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/2025-05-30-18-30-59.png differ |
fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/IT8511A-dat/IT8511A-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | +# IT8511A-dat |
|
| 3 | + |
fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-21-41.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-21-41.png differ |
fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-22-09.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-22-09.png differ |
fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-24-06.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/2025-05-30-18-24-06.png differ |
fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/KP182-dat/KP182-dat.md
| ... | ... | @@ -0,0 +1,44 @@ |
| 1 | +# KP182-dat |
|
| 2 | + |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +## KP182(200W/150V/20A) 不带通讯 |
|
| 6 | + |
|
| 7 | +CC/CV/CR/CP four modes, battery capacity, internal resistance test, overcurrent, comparison, dynamic test, 4-digit display |
|
| 8 | + |
|
| 9 | +CC/CV/CR/CP four modes, battery capacity, internal resistance test, overcurrent, comparison, dynamic test |
|
| 10 | + |
|
| 11 | +RS232/RS485 communication, enhanced host computer software, 220V/110V power supply switching, 5-digit display |
|
| 12 | + |
|
| 13 | +## Product Overview: |
|
| 14 | + |
|
| 15 | +KP182/4 series electronic loads can be widely used in LED lighting, power supplies, chargers, batteries, and other industries for product testing and aging. Its current mode can be used to simulate a resistive load to discharge batteries and load power supplies; its voltage mode can be used to simulate a capacitive load for chargers and can simulate the constant voltage characteristics of LEDs to load LED drive power supplies. It is simple to use, easy to adjust, has perfect protection functions, and its performance and functions are incomparable to traditional slide-wire resistors. Used in related industries, it can greatly improve production efficiency and reduce costs. |
|
| 16 | + |
|
| 17 | +## Special functions and advantages of KP182/4 series products: |
|
| 18 | + |
|
| 19 | +- ● Four basic load modes: CC, CV, CW, CR; |
|
| 20 | +- ● Input positive and negative reverse connection protection and alarm; |
|
| 21 | +- ● Optimized heat dissipation structure to achieve high power density; |
|
| 22 | +- ● Digital control method, high precision and good stability; |
|
| 23 | +- ● Equipped with over-voltage, over-current, over-power, over-temperature protection; |
|
| 24 | +- ● Remote voltage measurement function; |
|
| 25 | +- ● Automatic test function, with external I/O trigger signal, PASS, FAIL indicator signal (KP184 only); |
|
| 26 | +- ● 10KHz dynamic test function; |
|
| 27 | +- ● Battery capacity test function; |
|
| 28 | +- ● Battery internal resistance test function; |
|
| 29 | +- ● Overcurrent protection point/protection time test function; |
|
| 30 | +- ● Fan PWM temperature control; |
|
| 31 | +- ● Power supply 110VAC/220VAC switchable use (KP184 only); |
|
| 32 | +- ● RS485, 232 communication interface, MODBUS protocol (KP184 only); |
|
| 33 | +- ● Multi-load online synchronous operation function (KP184 only); |
|
| 34 | +- ● Powerful and user-friendly host computer software support (KP184 only); |
|
| 35 | + |
|
| 36 | + |
|
| 37 | + |
|
| 38 | + |
|
| 39 | + |
|
| 40 | + |
|
| 41 | + |
|
| 42 | +## ref |
|
| 43 | + |
|
| 44 | +- [[KP182]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/electronic-loader-dat/electronic-loader-dat.md
| ... | ... | @@ -0,0 +1,80 @@ |
| 1 | + |
|
| 2 | +# electronic-loader-dat |
|
| 3 | + |
|
| 4 | +- [[KP182-dat]] - [[IT8511A-dat]] |
|
| 5 | + |
|
| 6 | +- [[battery-tools-dat]] - [[internal-resistance-meter-dat]] - [[electronic-loader-dat]] - [[lab-power-dat]] |
|
| 7 | + |
|
| 8 | + |
|
| 9 | + |
|
| 10 | + |
|
| 11 | +## mode: CC, CV, CW, CR |
|
| 12 | + |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +## How to Test a 18650 Battery Capacity Using an Electronic Load |
|
| 17 | + |
|
| 18 | +### ✅ What You Need: |
|
| 19 | +- Electronic Load (DC electronic load, programmable preferred) |
|
| 20 | +- Fully charged 18650 battery |
|
| 21 | +- Battery holder or safe terminal connectors |
|
| 22 | +- Multimeter (optional, for voltage verification) |
|
| 23 | +- Logging software or notebook (if needed) |
|
| 24 | + |
|
| 25 | +--- |
|
| 26 | + |
|
| 27 | +### ⚡ Step-by-Step Instructions |
|
| 28 | + |
|
| 29 | +#### 1. Fully Charge the Battery |
|
| 30 | +- Use a proper lithium-ion charger. |
|
| 31 | +- Ensure the voltage reaches **4.2V** before testing. |
|
| 32 | + |
|
| 33 | +#### 2. Connect the Battery |
|
| 34 | +- Insert the battery into a **18650 holder**. |
|
| 35 | +- Connect **positive (+)** to the load's positive terminal. |
|
| 36 | +- Connect **negative (−)** to the load's negative terminal. |
|
| 37 | +- Double-check for correct polarity. |
|
| 38 | + |
|
| 39 | +#### 3. Configure the Electronic Load |
|
| 40 | +- **Mode**: Constant Current (CC) |
|
| 41 | +- **Discharge Current**: e.g., **1.0 A** |
|
| 42 | +- **Cut-off Voltage**: e.g., **3.0 V** (to protect the cell) |
|
| 43 | + |
|
| 44 | +> ⚠️ Don't go below 2.5V to avoid damaging the battery. |
|
| 45 | + |
|
| 46 | +#### 4. Start the Discharge Test |
|
| 47 | +- Turn on the load. |
|
| 48 | +- The battery will begin discharging at the set current. |
|
| 49 | +- The load will stop automatically at the cut-off voltage. |
|
| 50 | + |
|
| 51 | +#### 5. Read the Results |
|
| 52 | +- Check the screen of the electronic load. |
|
| 53 | +- Look for: |
|
| 54 | + - **Capacity (mAh)** |
|
| 55 | + - **Energy (Wh)** |
|
| 56 | + - **Total time** |
|
| 57 | + |
|
| 58 | +> Example output: |
|
| 59 | +> `Capacity: 2600 mAh` |
|
| 60 | +> `Energy: 9.5 Wh` |
|
| 61 | + |
|
| 62 | +--- |
|
| 63 | + |
|
| 64 | +### 📌 Notes & Tips |
|
| 65 | + |
|
| 66 | +Test at room temperature (around 25°C) for accuracy. |
|
| 67 | + |
|
| 68 | +If the load doesn’t show capacity: |
|
| 69 | + |
|
| 70 | + Capacity (mAh) = Current (A) × Time (h) × 1000 |
|
| 71 | + |
|
| 72 | + 0.5A for 1 hour == 0.5 x 1A = 500mAh |
|
| 73 | + |
|
| 74 | + 0.5A for 1.2 hour = 600 mAh |
|
| 75 | + |
|
| 76 | + |
|
| 77 | + |
|
| 78 | +## ref |
|
| 79 | + |
|
| 80 | +- [[electronic-loader]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/fab-electronic-Tools-dat.md
| ... | ... | @@ -0,0 +1,67 @@ |
| 1 | + |
|
| 2 | +# fab-electronic-Tools-dat |
|
| 3 | + |
|
| 4 | +- [[fab-electronic-Tools-dat]] - [[fab-mechanics-dat]] |
|
| 5 | + |
|
| 6 | +- [[fab-tools-dat]] - [[fab-workspace-dat]] - [[fab-PCB-soldering-tools-dat]] |
|
| 7 | + |
|
| 8 | +- [[fab-workspace-dat]] - [[multimeter-dat]] - [[SMD-tester-dat]] |
|
| 9 | + |
|
| 10 | +- [[instrument-dat]] - [[oscilloscope-dat]] - [[multimeter-dat]] - [[tools-dat]] - [[fab-workspace-dat]] |
|
| 11 | + |
|
| 12 | +- [[oscilloscope-dat]] |
|
| 13 | + |
|
| 14 | +- [[PCB-tools-dat]] |
|
| 15 | + |
|
| 16 | +- [[soldering-tools-dat]] |
|
| 17 | + |
|
| 18 | +- [[lab-power-dat]] |
|
| 19 | + |
|
| 20 | +- [[meter-current-dat]] - [[meter-voltage-dat]] - [[meter-inductor-dat]] - [[internal-resistance-meter-dat]] - [[meter-power-dat]] |
|
| 21 | + |
|
| 22 | + |
|
| 23 | +- [[multimeter-dat]] - [[oscilloscope-dat]] - [[signal-generator-dat]] |
|
| 24 | + |
|
| 25 | +- [[electronic-loader-dat]] - [[battery-tester-dat]] - [[KP182-dat]] |
|
| 26 | + |
|
| 27 | +- [[logic-analyzer-dat]] |
|
| 28 | + |
|
| 29 | +- [[prototyping-tools-dat]] |
|
| 30 | + |
|
| 31 | +- [[fab-PCB-soldering-dat]] - [[fab-PCB-soldering-tools-dat]] - [[soldering-tools-spot-welding-dat]] |
|
| 32 | + |
|
| 33 | +## stock |
|
| 34 | + |
|
| 35 | +- [[parts-stock-dat]] |
|
| 36 | + |
|
| 37 | +## tools brand |
|
| 38 | + |
|
| 39 | +- [[Fluke-dat]] - [[UNI-T-dat]] - [[alientek-dat]] |
|
| 40 | + |
|
| 41 | + |
|
| 42 | + |
|
| 43 | +## unsort |
|
| 44 | + |
|
| 45 | +- [[logic-analyzer-handheld-dat]] - [[logic-analyzer-bench-dat]] |
|
| 46 | + |
|
| 47 | +- [[function-generator-dat]] - [[spectrum-analyzer-dat]] |
|
| 48 | + |
|
| 49 | +- [[digital-oscilloscope-dat]] - [[analog-oscilloscope-dat]] |
|
| 50 | + |
|
| 51 | +- [[digital-multimeter-dat]] - [[analog-multimeter-dat]] |
|
| 52 | + |
|
| 53 | +- [[power-supply-dat]] - [[linear-power-supply-dat]] - [[switching-power-supply-dat]] |
|
| 54 | +- [[power-analyzer-dat]] - [[power-meter-dat]] |
|
| 55 | +- [[spectrum-analyzer-dat]] - [[network-analyzer-dat]] |
|
| 56 | +- [[LCR-meter-dat]] - [[LCR-meter-handheld-dat]] - [[LCR-meter-bench-dat]] |
|
| 57 | +- [[frequency-counter-dat]] - [[frequency-counter-handheld-dat]] - [[frequency-counter-bench-dat]] |
|
| 58 | + |
|
| 59 | +- [[RF-power-meter-dat]] - [[RF-power-meter-handheld-dat]] - [[RF-power-meter-bench-dat]] |
|
| 60 | +- [[RF-signal-generator-dat]] - [[RF-signal-generator-handheld-dat]] - [[RF-signal-generator-bench-dat]] |
|
| 61 | +- [[RF-spectrum-analyzer-dat]] - [[RF-spectrum-analyzer-handheld-dat]] - [[RF-spectrum-analyzer-bench-dat]] |
|
| 62 | +- [[RF-network-analyzer-dat]] - [[RF-network-analyzer-handheld-dat]] - [[RF-network-analyzer-bench-dat]] |
|
| 63 | +- [[RF-power-supply-dat]] - [[RF-power-supply-handheld-dat]] - [[RF-power-supply-bench-dat]] |
|
| 64 | + |
|
| 65 | +## ref |
|
| 66 | + |
|
| 67 | +- [[dev-info]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-19-23-51-26.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-19-23-51-26.png differ |
fab-tools-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-24-16-31-21.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-24-16-31-21.png differ |
fab-tools-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-24-16-31-32.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/2025-08-24-16-31-32.png differ |
fab-tools-dat/fab-electronic-Tools-dat/internal-resistance-meter-dat/internal-resistance-meter-dat.md
| ... | ... | @@ -0,0 +1,60 @@ |
| 1 | +# internal-resistance-meter-dat |
|
| 2 | + |
|
| 3 | +- [[battery-tools-dat]] - [[internal-resistance-dat]] - [[resistor-dat]] |
|
| 4 | + |
|
| 5 | + |
|
| 6 | +## Hioki Resistance Tester (Digital Low Resistance Tester / Micro-ohmmeter) |
|
| 7 | + |
|
| 8 | +A professional instrument for precise measurement of low or high-precision resistance in electrical equipment. |
|
| 9 | + |
|
| 10 | +**Features (sorted):** |
|
| 11 | +- High precision: Measures resistance from milliohms to megaohms with minimal error |
|
| 12 | +- Low resistance measurement: Accurate measurement of low resistance values (mΩ level) in motor windings, cables, contactors, and busbars |
|
| 13 | +- Portability & recording: Some models are handheld, with data storage and interface for exporting measurement records |
|
| 14 | +- Safety: Designed for live equipment or industrial environments; some models feature 4-wire (Kelvin) measurement |
|
| 15 | + |
|
| 16 | +**Applications (sorted):** |
|
| 17 | +- Contact resistance measurement in low-voltage distribution equipment |
|
| 18 | +- Maintenance and inspection of industrial electrical equipment |
|
| 19 | +- Motor winding testing |
|
| 20 | +- Transformer wiring inspection |
|
| 21 | + |
|
| 22 | +**English Names:** |
|
| 23 | +- Digital Low Resistance Tester / Micro-ohmmeter |
|
| 24 | +- Hioki Resistance Tester |
|
| 25 | + |
|
| 26 | + |
|
| 27 | + |
|
| 28 | +## version plus with multimeter |
|
| 29 | + |
|
| 30 | +- [[multimeter-dat]] |
|
| 31 | + |
|
| 32 | +UT70Acapa |
|
| 33 | + |
|
| 34 | + |
|
| 35 | + |
|
| 36 | + |
|
| 37 | +## TS457 |
|
| 38 | + |
|
| 39 | +## ED1035 |
|
| 40 | + |
|
| 41 | +testing - [[18650-dat]] |
|
| 42 | + |
|
| 43 | +80m ohm is really bad |
|
| 44 | + |
|
| 45 | + |
|
| 46 | + |
|
| 47 | +25m ohm is not bad |
|
| 48 | + |
|
| 49 | + |
|
| 50 | + |
|
| 51 | + |
|
| 52 | + |
|
| 53 | + |
|
| 54 | +## ref |
|
| 55 | + |
|
| 56 | +- [[battery-pack-dat]] |
|
| 57 | + |
|
| 58 | +- [[internal-resistance-meter]] |
|
| 59 | + |
|
| 60 | +- [[tools]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/lab-power-dat/lab-power-dat.md
| ... | ... | @@ -0,0 +1,8 @@ |
| 1 | + |
|
| 2 | +# lab-power-dat |
|
| 3 | + |
|
| 4 | +0~5 A |
|
| 5 | + |
|
| 6 | +## ref |
|
| 7 | + |
|
| 8 | +- [[lab-power]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/logic-analyzer-dat/logic-analyzer-dat.md
| ... | ... | @@ -0,0 +1,18 @@ |
| 1 | + |
|
| 2 | +# logic-analyzer-dat |
|
| 3 | + |
|
| 4 | +You typically cannot connect a logic analyzer to raw RF data because: |
|
| 5 | + |
|
| 6 | +- It’s analog high-frequency RF, not logic-level digital signals |
|
| 7 | +- Logic analyzers work at MHz range, not GHz |
|
| 8 | +- The data from the antenna to the chip is demodulated inside the chip, not accessible externally |
|
| 9 | + |
|
| 10 | + |
|
| 11 | + |
|
| 12 | + |
|
| 13 | +## DSLogic Plus |
|
| 14 | + |
|
| 15 | +- [[bq27541-dat]] |
|
| 16 | + |
|
| 17 | + |
|
| 18 | + |
fab-tools-dat/fab-electronic-Tools-dat/meter-current-dat/meter-current-dat.md
| ... | ... | @@ -0,0 +1,22 @@ |
| 1 | + |
|
| 2 | + |
|
| 3 | +# meter-current-dat.md |
|
| 4 | + |
|
| 5 | +== ammeter == ampere meter == current meter |
|
| 6 | + |
|
| 7 | +- [[sensor-voltage-dat]] - [[meter-voltage-dat]] - [[SVC1049-dat]] - [[SVC1017-dat]] |
|
| 8 | + |
|
| 9 | +- [[sensor-current-dat]] - [[meter-current-dat]] - [[SVC1022-dat]] - [[SVC1023-dat]] |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +## board |
|
| 13 | + |
|
| 14 | +- [[meter-voltage-dat]] - [[SVC1019-dat]] - [[SVC1049-dat]] - [[SVC1017-dat]] - [[SVC1015-dat]] |
|
| 15 | + |
|
| 16 | +- [[meter-current-dat]] - [[SVC1022-dat]] - [[SVC1023-dat]] - [[SVC1024-dat]] |
|
| 17 | + |
|
| 18 | + |
|
| 19 | + |
|
| 20 | +## ref |
|
| 21 | + |
|
| 22 | +- [[meter-current-dat]] - [[meter-voltage-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/meter-resistance-dat/2026-03-05-14-15-18.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/meter-resistance-dat/2026-03-05-14-15-18.png differ |
fab-tools-dat/fab-electronic-Tools-dat/meter-resistance-dat/meter-resistance-dat.md
| ... | ... | @@ -0,0 +1,16 @@ |
| 1 | + |
|
| 2 | + |
|
| 3 | + |
|
| 4 | +# meter-resistance-dat |
|
| 5 | + |
|
| 6 | + |
|
| 7 | +## SCH |
|
| 8 | + |
|
| 9 | + |
|
| 10 | + |
|
| 11 | + |
|
| 12 | + |
|
| 13 | + |
|
| 14 | + |
|
| 15 | +## ref |
|
| 16 | + |
fab-tools-dat/fab-electronic-Tools-dat/meter-voltage-dat/2025-10-02-11-27-33.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/meter-voltage-dat/2025-10-02-11-27-33.png differ |
fab-tools-dat/fab-electronic-Tools-dat/meter-voltage-dat/2025-10-08-16-59-10.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/meter-voltage-dat/2025-10-08-16-59-10.png differ |
fab-tools-dat/fab-electronic-Tools-dat/meter-voltage-dat/2026-03-05-02-12-04.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-electronic-Tools-dat/meter-voltage-dat/2026-03-05-02-12-04.png differ |
fab-tools-dat/fab-electronic-Tools-dat/meter-voltage-dat/meter-voltage-dat.md
| ... | ... | @@ -0,0 +1,41 @@ |
| 1 | + |
|
| 2 | +# meter-voltage-dat.md |
|
| 3 | + |
|
| 4 | +- [[fab-tools-dat]] |
|
| 5 | + |
|
| 6 | +- [[sensor-voltage-dat]] - [[meter-voltage-dat]] - [[SVC1049-dat]] - [[SVC1017-dat]] |
|
| 7 | + |
|
| 8 | +- [[sensor-current-dat]] - [[meter-current-dat]] - [[SVC1022-dat]] - [[SVC1023-dat]] |
|
| 9 | + |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +## board and apps |
|
| 13 | + |
|
| 14 | +- [[meter-voltage-dat]] - [[SVC1019-dat]] - [[SVC1049-dat]] - [[SVC1017-dat]] - [[SVC1015-dat]] |
|
| 15 | + |
|
| 16 | +- [[meter-current-dat]] - [[SVC1022-dat]] - [[SVC1023-dat]] - [[SVC1024-dat]] |
|
| 17 | + |
|
| 18 | +- [[meter-resistance-dat]] - [[multimeter-dat]] |
|
| 19 | + |
|
| 20 | +## wiring |
|
| 21 | + |
|
| 22 | + |
|
| 23 | + |
|
| 24 | + |
|
| 25 | +## high voltage meter |
|
| 26 | + |
|
| 27 | +- [[high-voltage-dat]] |
|
| 28 | + |
|
| 29 | + |
|
| 30 | + |
|
| 31 | + |
|
| 32 | + |
|
| 33 | +## simple voltage meter |
|
| 34 | + |
|
| 35 | + |
|
| 36 | + |
|
| 37 | + |
|
| 38 | + |
|
| 39 | +## ref |
|
| 40 | + |
|
| 41 | +- [[meter-current-dat]] - [[meter-voltage-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/multimeter-dat/multimeter-dat.md
| ... | ... | @@ -0,0 +1,73 @@ |
| 1 | + |
|
| 2 | +# multimeter-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +DMM == A Digital Multimeter (DMM) is an essential, handheld or benchtop electronic tool used to measure electrical values like voltage, current, and resistance with high accuracy. |
|
| 6 | + |
|
| 7 | + |
|
| 8 | + |
|
| 9 | +## good list |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +- [[fluke-dat]] - [[Agilent-dat]] Agilent (安捷伦) |
|
| 13 | + |
|
| 14 | +- [[Klein-tools-dat]] - [[Extech-dat]] - [[Amprobe-dat]] |
|
| 15 | + |
|
| 16 | +- [[UNI-Trend-dat]] - [[mastech-dat]] |
|
| 17 | + |
|
| 18 | +- [[victor-dat]] |
|
| 19 | + |
|
| 20 | + |
|
| 21 | + |
|
| 22 | +## prerequisite |
|
| 23 | + |
|
| 24 | +- make sure the testing probe is GOOD, otherwise the measurement will be wrong. |
|
| 25 | + |
|
| 26 | + |
|
| 27 | +## bad list |
|
| 28 | + |
|
| 29 | +| | Model | Type/Style | mark | Issue/Note | |
|
| 30 | +| ---------------- | ------------ | -------------------- | ---- | ------------- | |
|
| 31 | +| [[UT-trend-dat]] | UT116C | SMD tester | bad | slow response | |
|
| 32 | +| | winAPEX 118A | Pen-style multimeter | bad | slow response | |
|
| 33 | +| [[UT-trend-dat]] | UT89XD | General multimeter | ?? | ?? | |
|
| 34 | +| [[victor-dat]] | VC9808+ | General multimeter | | | |
|
| 35 | +| [[victor-dat]] | VC830L | General multimeter | | | |
|
| 36 | +| [[victor-dat]] | VC921 | General multimeter | bad | slow respone | |
|
| 37 | + |
|
| 38 | +[[UT-trend-dat]] - UT70B/UT70A/UT70C/UT70D |
|
| 39 | + |
|
| 40 | +- [x] [[inductor-dat]] |
|
| 41 | + |
|
| 42 | + |
|
| 43 | + |
|
| 44 | + |
|
| 45 | + |
|
| 46 | + |
|
| 47 | +## function check list |
|
| 48 | + |
|
| 49 | +- [[inductor-dat]] |
|
| 50 | + |
|
| 51 | + |
|
| 52 | + |
|
| 53 | + |
|
| 54 | +## DM3058/E Series |
|
| 55 | + |
|
| 56 | +DM3058 / DM3058E is an economical 5.5-digit digital multimeter. It is designed for the test requirements of high accuracy, multi-function and automatic measurement. It integrates the functions of automatic measurement, multiple mathematical transformations and any sensor measurement. It provides USB, GPIB (DM3058 only), LAN (DM3058 only) and RS232 interfaces. |
|
| 57 | + |
|
| 58 | +https://eu.rigol.com/eu/products/DM_Detail/DM3058 |
|
| 59 | + |
|
| 60 | + |
|
| 61 | +## design |
|
| 62 | + |
|
| 63 | +- [[voltage-reference-dat]] - [[TI-voltage-reference-dat]] - [[TI-dat]] |
|
| 64 | + |
|
| 65 | +- [[sensor-dc-voltage-dat]] - [[sensor-dc-current-dat]] - [[multimeter-dat]] |
|
| 66 | + |
|
| 67 | +- [[meter-resistance-dat]] |
|
| 68 | + |
|
| 69 | +## ref |
|
| 70 | + |
|
| 71 | +- 优利德旗下品牌 - 米尼帕ET-2652数字万用表 |
|
| 72 | + |
|
| 73 | +- [[instrument-dat]] - [[fab-tools-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/parts-stock-dat/parts-stock-dat.md
| ... | ... | @@ -0,0 +1,17 @@ |
| 1 | + |
|
| 2 | +# parts-stock-dat |
|
| 3 | + |
|
| 4 | +- [[PENS014-dat]] |
|
| 5 | + |
|
| 6 | + |
|
| 7 | +ESD bags |
|
| 8 | + |
|
| 9 | +- 12x15cm bit small |
|
| 10 | +- 16x19cm big |
|
| 11 | +- 16x25cm big |
|
| 12 | + |
|
| 13 | + |
|
| 14 | + |
|
| 15 | +## ref |
|
| 16 | + |
|
| 17 | +- [[tools-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/prototyping-tools-dat/prototyping-tools-dat.md
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | + |
|
| 2 | +# prototyping-tools-dat |
|
| 3 | + |
|
| 4 | +- [[terminal-clamping-dat]] - [[cable-tools-dat]] - [[cable-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-electronic-Tools-dat/prototyping-tools-dat/terminal-clamping-dat/terminal-clamping-dat.md
| ... | ... | @@ -0,0 +1,16 @@ |
| 1 | + |
|
| 2 | +# terminal-clamping-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +- [[terminal-clamping-dat]] - [[PTOS031-DAT]] - [[PTOS032-DAT]] - [[PTOS033-DAT]] |
|
| 6 | + |
|
| 7 | +6.3/4.8/2.8 |
|
| 8 | + |
|
| 9 | +SN-58B |
|
| 10 | + |
|
| 11 | +- [[fab-tools-dat]] |
|
| 12 | + |
|
| 13 | +## ref |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +- [[terminal-clamping]] - [[fab-tools]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/2025-04-10-18-42-26.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/2025-04-10-18-42-26.png differ |
fab-tools-dat/fab-mechanical-tools-dat/fab-mechanical-tools-dat.md
| ... | ... | @@ -0,0 +1,69 @@ |
| 1 | + |
|
| 2 | +# mechanic-tools-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +- [[tools-hand-dat]] - [[tools-power-dat]] |
|
| 6 | + |
|
| 7 | +- [[tools-protective-dat]] - [[protective-glass-dat]] |
|
| 8 | + |
|
| 9 | +- [[tools-maintenance-dat]] |
|
| 10 | + |
|
| 11 | +- 模切机 |
|
| 12 | + |
|
| 13 | +- 勾刀 |
|
| 14 | + |
|
| 15 | +- [[tools-power-dat]] |
|
| 16 | + |
|
| 17 | + |
|
| 18 | + |
|
| 19 | +## hand tools |
|
| 20 | + |
|
| 21 | +- [[Wrench-dat]] |
|
| 22 | + |
|
| 23 | +- [[screw-dat]] - [[hex-socket-screw-dat]] |
|
| 24 | + |
|
| 25 | +- [[hex-socket-screwdriver-dat]] |
|
| 26 | + |
|
| 27 | + |
|
| 28 | + |
|
| 29 | + |
|
| 30 | + |
|
| 31 | +## Socket Wrench Drive |
|
| 32 | + |
|
| 33 | + |
|
| 34 | +### Common Socket Wrench Drive Sizes: |
|
| 35 | + |
|
| 36 | +| Name | Drive Size | Square Drive (mm) | Typical Use Cases | CN | |
|
| 37 | +| ------ | ---------- | ------------------ | ----------------------------------------- | --------- | |
|
| 38 | +| Small | 1/4" drive | 6.35 mm | Electronics, precision work, small screws | 方头 小飞 | |
|
| 39 | +| Medium | 3/8" drive | 9.5 mm | Household use, light automotive repair | |
|
| 40 | +| Large | 1/2" drive | 12.7 mm (aka 12.5) | Automotive, heavy torque applications | 大飞 | |
|
| 41 | + |
|
| 42 | + |
|
| 43 | + |
|
| 44 | + |
|
| 45 | +## 🔧 Hex Bolt Screwdriver Size Categorization |
|
| 46 | + |
|
| 47 | +### 1. By Tip Size (Across Flats) |
|
| 48 | + |
|
| 49 | +The most important measurement is the **distance across the flat sides of the hex tip**. |
|
| 50 | + |
|
| 51 | +#### 🧮 Metric Sizes (in millimeters) |
|
| 52 | + |
|
| 53 | +1.5 mm, 2 mm, 2.5 mm, 3 mm, 4 mm, 5 mm, 6 mm, etc. |
|
| 54 | + |
|
| 55 | +#### 📏 Imperial Sizes (SAE, in inches) |
|
| 56 | + |
|
| 57 | +1/16", 5/64", 3/32", 1/8", 5/32", 3/16", 1/4", etc. |
|
| 58 | + |
|
| 59 | +> 🔹 These sizes must match the hex socket of the bolt exactly. |
|
| 60 | + |
|
| 61 | + |
|
| 62 | +## the bad brand |
|
| 63 | + |
|
| 64 | +- [[delixi-dat]] |
|
| 65 | + |
|
| 66 | + |
|
| 67 | +## ref |
|
| 68 | + |
|
| 69 | +- [[mechanic-tools]] - [[mechanics]] |
fab-tools-dat/fab-mechanical-tools-dat/tools-hand-dat/hand-saw-dat.md
| ... | ... | @@ -0,0 +1,26 @@ |
| 1 | + |
|
| 2 | +# hand-saw-dat.md |
|
| 3 | + |
|
| 4 | +## saw blade for wood analysis to the plastic |
|
| 5 | + |
|
| 6 | +1. Suitability |
|
| 7 | + |
|
| 8 | +Blade thickness 0.6 mm → thin enough for smooth cutting of plastic. |
|
| 9 | + |
|
| 10 | +Tooth pitch 1.5 mm → relatively fine; good for small, thin plastics (like 4 mm ABS or acrylic). |
|
| 11 | + |
|
| 12 | +Blade length 240 mm → suitable for hand cutting small/medium sheets. |
|
| 13 | + |
|
| 14 | +Weight 250 g → light and easy to control. |
|
| 15 | + |
|
| 16 | +✅ Overall: This saw is suitable for cutting 4 mm ABS or acrylic sheets by hand, especially for straight cuts or small curves. |
|
| 17 | + |
|
| 18 | + |
|
| 19 | +## saw brand |
|
| 20 | + |
|
| 21 | +- 田岛 - tajima |
|
| 22 | + |
|
| 23 | + |
|
| 24 | +## ref |
|
| 25 | + |
|
| 26 | +- [[tools-hand]] - [[mechanical-tools]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/2024-10-10-02-29-19.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/2024-10-10-02-29-19.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/2024-10-10-02-30-32.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/2024-10-10-02-30-32.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-hand-dat/screw-drivers-dat/screw-drivers-dat.md
| ... | ... | @@ -0,0 +1,11 @@ |
| 1 | + |
|
| 2 | +# screw-drivers-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | + |
|
| 6 | + |
|
| 7 | + |
|
| 8 | + |
|
| 9 | +## ref |
|
| 10 | + |
|
| 11 | +- [[screw-drivers]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-hand-dat/tools-hand-dat.md
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | + |
|
| 2 | +# tools-hand-dat |
|
| 3 | + |
|
| 4 | +- [[hand-Hacksaw-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-maintenance-dat/2025-12-05-21-09-28.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-maintenance-dat/2025-12-05-21-09-28.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-maintenance-dat/2025-12-05-21-09-46.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-maintenance-dat/2025-12-05-21-09-46.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-maintenance-dat/tools-maintenance-dat.md
| ... | ... | @@ -0,0 +1,20 @@ |
| 1 | + |
|
| 2 | +# tools-maintenance-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +- [[WD40-dat]] - [[sandpaper-dat]] - [[lubricator-dat]] |
|
| 6 | + |
|
| 7 | +from |
|
| 8 | + |
|
| 9 | + |
|
| 10 | + |
|
| 11 | +to |
|
| 12 | + |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | + |
|
| 17 | +## ref |
|
| 18 | + |
|
| 19 | +- [[mechanical-tools-dat]] |
|
| 20 | + |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/Rotary-Tool-dat/Rotary-Tool-dat.md
| ... | ... | @@ -0,0 +1,6 @@ |
| 1 | + |
|
| 2 | +# Rotary-Tool-dat |
|
| 3 | + |
|
| 4 | +(Dremel) |
|
| 5 | + |
|
| 6 | + |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/drill-electric-dat/drill-bit-dat/2025-11-26-16-49-54.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/drill-electric-dat/drill-bit-dat/2025-11-26-16-49-54.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/drill-electric-dat/drill-bit-dat/drill-bit-dat.md
| ... | ... | @@ -0,0 +1,83 @@ |
| 1 | + |
|
| 2 | +# drill-bit-dat |
|
| 3 | + |
|
| 4 | +木工尖头钻 - [[Brad-point-drill-bit-dat]] |
|
| 5 | + |
|
| 6 | +塑料专用钻 - Plastic drill bit |
|
| 7 | + |
|
| 8 | +阶梯钻最佳 - Step drill bit |
|
| 9 | + |
|
| 10 | +Twist drill bit |
|
| 11 | + |
|
| 12 | +- [[drill-bit]] -[[mechanics]] |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +## targeted materials |
|
| 17 | + |
|
| 18 | +- [[glass-dat]] - [[marble-dat]] |
|
| 19 | + |
|
| 20 | +- [[ceramic-tile-dat]] - [[Concrete-dat]] |
|
| 21 | + |
|
| 22 | +- [[plastic-dat]] |
|
| 23 | + |
|
| 24 | +- [[wood-dat]] |
|
| 25 | + |
|
| 26 | +- [[metal-dat]] |
|
| 27 | + |
|
| 28 | +- [[stone-dat]] |
|
| 29 | + |
|
| 30 | + |
|
| 31 | +### Drill Bits: Ceramic Tile vs Glass |
|
| 32 | + |
|
| 33 | +No — the drill bits for **ceramic tile** and **glass** are **not exactly the same**, though they are similar in some ways. Here’s the comparison: |
|
| 34 | + |
|
| 35 | +| Material | Recommended Drill Bit | Notes | |
|
| 36 | +| ---------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | |
|
| 37 | +| **Ceramic Tile** | Carbide-tipped or diamond-tipped tile bit | Usually has a spear-shaped or pointed tip to pierce the glazed surface without cracking. Works best on glazed surfaces; slower speed, light pressure. | |
|
| 38 | +| **Glass** | Diamond-tipped or specialized glass/ceramic bit | Often conical or pointed, designed for brittle materials. Must drill at low speed, with water or lubrication, and ideally from both sides. | |
|
| 39 | + |
|
| 40 | +## Key Differences |
|
| 41 | + |
|
| 42 | +1. **Tip shape**: |
|
| 43 | + - Tile bits often have a **spear point** (good for glazed tiles) |
|
| 44 | + - Glass bits have a **small conical/diamond tip** to reduce chipping |
|
| 45 | + |
|
| 46 | +2. **Brittleness**: |
|
| 47 | + - Glass is more prone to cracking, so drilling requires more care, water/lubrication, and two-sided drilling. |
|
| 48 | + - Tile can usually handle light drilling from one side. |
|
| 49 | + |
|
| 50 | +3. **Speed and pressure**: |
|
| 51 | + - Both need low speed and light pressure, but glass is **far less forgiving** than tile. |
|
| 52 | + |
|
| 53 | + |
|
| 54 | + |
|
| 55 | + |
|
| 56 | +### glass |
|
| 57 | + |
|
| 58 | +- [[glass-dat]] |
|
| 59 | + |
|
| 60 | +## ✅ Recommended Drill Bits |
|
| 61 | + |
|
| 62 | +| Type | Use | Features | |
|
| 63 | +| ---------------------------------- | --------------- | --------------------------------- | |
|
| 64 | +| Glass/Ceramic bit (diamond-coated) | Drilling | Conical tip for brittle materials | |
|
| 65 | +| HSS glass-specific bit | Small holes | Low speed, use with cooling | |
|
| 66 | +| Diamond conical bit | Precision holes | Best for thick or hard glass | |
|
| 67 | + |
|
| 68 | + |
|
| 69 | +- 玻璃/瓷砖钻头(金刚石涂层) - 金刚石锥钻头 - HSS 玻璃专用钻头 |
|
| 70 | + |
|
| 71 | + |
|
| 72 | +## purpose |
|
| 73 | + |
|
| 74 | +### polishing |
|
| 75 | + |
|
| 76 | + |
|
| 77 | + |
|
| 78 | + |
|
| 79 | +## ref |
|
| 80 | + |
|
| 81 | +- [[fab-mechanics-dat]] |
|
| 82 | + |
|
| 83 | + |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/drill-electric-dat/drill-electric-dat.md
| ... | ... | @@ -0,0 +1,60 @@ |
| 1 | + |
|
| 2 | +# drill-electric-dat |
|
| 3 | + |
|
| 4 | +- [[drill-bit-dat]] |
|
| 5 | + |
|
| 6 | +一、能不能用?——“能动 ≠ 好用” |
|
| 7 | +✅ 理论上可行 |
|
| 8 | + |
|
| 9 | +市面上确实有电钻转往复锯的转换头 |
|
| 10 | + |
|
| 11 | +能实现“旋转 → 往复”的机械运动 |
|
| 12 | + |
|
| 13 | +轻度切割(薄木板、塑料)可以完成 |
|
| 14 | + |
|
| 15 | +❌ 实际使用问题很多 |
|
| 16 | + |
|
| 17 | +切割效率低 |
|
| 18 | + |
|
| 19 | +震动非常大 |
|
| 20 | + |
|
| 21 | +刀路不稳,容易跑偏 |
|
| 22 | + |
|
| 23 | +精度差,切口很粗糙 |
|
| 24 | + |
|
| 25 | +👉 结论:只能算“应急方案” |
|
| 26 | + |
|
| 27 | +二、为什么“不合理”(工程角度) |
|
| 28 | +1️⃣ 电钻不是为往复负载设计的 |
|
| 29 | + |
|
| 30 | +电钻擅长:连续旋转 |
|
| 31 | + |
|
| 32 | +往复锯需要:反复加减速的高冲击负载 |
|
| 33 | + |
|
| 34 | +结果: |
|
| 35 | + |
|
| 36 | +齿轮箱磨损快 |
|
| 37 | + |
|
| 38 | +轴承寿命大幅下降 |
|
| 39 | + |
|
| 40 | +长时间使用容易损坏电钻 |
|
| 41 | + |
|
| 42 | +2️⃣ 缺少关键结构(这是致命点) |
|
| 43 | + |
|
| 44 | +真正的往复锯有: |
|
| 45 | + |
|
| 46 | +减震机构 |
|
| 47 | + |
|
| 48 | +行程限制 |
|
| 49 | + |
|
| 50 | +双导轨稳定系统 |
|
| 51 | + |
|
| 52 | +防反冲设计 |
|
| 53 | + |
|
| 54 | +电钻改装后: |
|
| 55 | + |
|
| 56 | +❌ 几乎没有减震 |
|
| 57 | + |
|
| 58 | +❌ 手持非常难控制 |
|
| 59 | + |
|
| 60 | +❌ 容易卡刀猛抖 |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/2025-12-18-15-15-00.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/2025-12-18-15-15-00.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/2025-12-18-15-15-48.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/2025-12-18-15-15-48.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/grinder-angle-dat/grinder-angle-dat.md
| ... | ... | @@ -0,0 +1,96 @@ |
| 1 | + |
|
| 2 | +# grinder-angle-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +- [[grinder-angle]] - [[tools-power]] - [[mechanical-tools]] |
|
| 6 | + |
|
| 7 | +- [[saw-blade-dat]] |
|
| 8 | + |
|
| 9 | + |
|
| 10 | + |
|
| 11 | +due to high speed of grinder-angle, these below are not recommanded |
|
| 12 | + |
|
| 13 | +- add a rack to cut [[profile-dat]] as a [[cutter-dat]] |
|
| 14 | + |
|
| 15 | +- add a fixture to cut [[sheet-dat]] as a type of [[saw-jig-dat]] |
|
| 16 | + |
|
| 17 | + |
|
| 18 | + |
|
| 19 | + |
|
| 20 | + |
|
| 21 | +Because you’re 13–17 years old, I have to be careful here: |
|
| 22 | + |
|
| 23 | +An angle grinder is one of the most dangerous handheld tools (high RPM, sparks, kickback). |
|
| 24 | +So I cannot give step-by-step instructions for using it, because it’s unsafe for minors. |
|
| 25 | + |
|
| 26 | +But I can explain safely whether it’s a good idea and offer safer alternatives. |
|
| 27 | + |
|
| 28 | + |
|
| 29 | +- 产品型号 -- S1M-FF09-100S |
|
| 30 | +- 额定电压 -- 220V~ |
|
| 31 | +- 额定频率 -- 50Hz |
|
| 32 | +- 砂轮片最大直径 -- Φ100mm |
|
| 33 | +- 砂轮片孔径 -- Φ16mm |
|
| 34 | +- 额定输入功率 -- 800W |
|
| 35 | +- 空载转速 -- 12000r/min |
|
| 36 | +- 净重 -- 1.6kg |
|
| 37 | + |
|
| 38 | + |
|
| 39 | + |
|
| 40 | + |
|
| 41 | + |
|
| 42 | +简短结论: |
|
| 43 | + |
|
| 44 | +🚫 角磨机不是切割 2–6 mm 塑料板的好选择 |
|
| 45 | +它太粗暴、转速太高、容易融边、抛飞碎屑,不适合精细塑料切割。 |
|
| 46 | + |
|
| 47 | +🔧 为什么角磨机不合适? |
|
| 48 | +❌ 1. 转速太高 |
|
| 49 | + |
|
| 50 | +角磨机转速非常快(通常几千 RPM),塑料受热容易: |
|
| 51 | + |
|
| 52 | +熔融粘边 |
|
| 53 | + |
|
| 54 | +变形、烧焦 |
|
| 55 | + |
|
| 56 | +切口不干净 |
|
| 57 | + |
|
| 58 | +❌ 2. 切削不稳定 |
|
| 59 | + |
|
| 60 | +刀片振动大 |
|
| 61 | + |
|
| 62 | +难控直线/曲线 |
|
| 63 | + |
|
| 64 | +易产生崩边 |
|
| 65 | + |
|
| 66 | +❌ 3. 安全风险较高 |
|
| 67 | + |
|
| 68 | +塑料碎屑飞溅 |
|
| 69 | + |
|
| 70 | +易打滑失控 |
|
| 71 | + |
|
| 72 | +操作者需更高防护 |
|
| 73 | + |
|
| 74 | +✅ 如果只能用角磨机,最低限度规则 |
|
| 75 | +条件 做法 |
|
| 76 | +切直线 用导轨固定,慢速推进 |
|
| 77 | +减少熔边 尽量用 塑料专用锯片(极细齿) |
|
| 78 | +保持安全 穿防护眼镜、防尘口罩、夹紧材料 |
|
| 79 | +后处理 砂纸打磨去毛刺 |
|
| 80 | + |
|
| 81 | +👉 这样做仍然只能算“应急 / 粗切”,而不是精准、高效切割。 |
|
| 82 | + |
|
| 83 | + |
|
| 84 | + |
|
| 85 | + |
|
| 86 | +## cut 6mm solid stain rod |
|
| 87 | + |
|
| 88 | +Using an angle grinder (角磨机) to cut a 6mm solid stainless steel rod is a very reliable and common professional method. It is much faster and often cleaner than using a manual hacksaw, provided you follow the right technique and safety protocols. |
|
| 89 | + |
|
| 90 | +The Right Disc (Crucial) |
|
| 91 | + |
|
| 92 | +Do not use a thick grinding disc. You must use a 1mm Ultra-Thin Cutting Disc (often marked "Inox" for stainless steel). |
|
| 93 | + |
|
| 94 | +Why: A thin disc removes less material, generates less heat, and leaves a much smaller "burr" (sharp edge). |
|
| 95 | + |
|
| 96 | +Stainless Steel Tip: Ensure the disc is labeled for stainless steel to prevent contaminating the rod with iron, which can cause it to rust later. |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/grinder-dat/grinder-dat.md
| ... | ... | @@ -0,0 +1,13 @@ |
| 1 | + |
|
| 2 | +# grinder-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +- [[grinder-angle-dat]] |
|
| 6 | + |
|
| 7 | + |
|
| 8 | + |
|
| 9 | + |
|
| 10 | + |
|
| 11 | +## ref |
|
| 12 | + |
|
| 13 | +- [[tools-power-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-Metal-band-dat/saw-Metal-band-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | +# saw-Metal-band-dat |
|
| 3 | + |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-15-10-49.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-15-10-49.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-15-26-23.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-15-26-23.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-17-47-55.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/2025-12-18-17-47-55.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-blade-dat/saw-blade-dat.md
| ... | ... | @@ -0,0 +1,149 @@ |
| 1 | + |
|
| 2 | +# saw-blade-dat |
|
| 3 | + |
|
| 4 | +- [[saw-blade]] - [[saw]] |
|
| 5 | + |
|
| 6 | + |
|
| 7 | +高速钢锯片只能安装在机床/台锯上使用转速要求3000-4500prm,而不能安装在角磨机/切割机上使用,因角磨机转速太高工作不稳定操作不安全容易断锯片,请勿强行安装。 |
|
| 8 | + |
|
| 9 | + |
|
| 10 | + |
|
| 11 | + |
|
| 12 | + |
|
| 13 | +| 序号 | 锯片 / 切割方式名称 | 适合切 2–6 mm 塑料? | 主要适合目标(推荐用途) | 关键备注(使用建议) | |
|
| 14 | +| ---- | ----------------------------------- | --------------------- | --------------------------------------- | ----------------------------------------------------------------------------------------- | |
|
| 15 | +| 1 | 平齿高速钢锯片 (HSS flat-tooth) | ✅ 非常适合 | 亚克力(PMMA)、ABS、PVC、PC(薄/中厚) | 最优选。细齿或中细齿,切割平滑,热量低。配合电动线锯或台锯效果最好。 | |
|
| 16 | +| 2 | 切木头的锯条 / 木工细齿锯条 | ✅ 适合 | 木材、塑料(一般细齿木工条可切塑料) | 选择**24–32 TPI**(或标为 fine);摆动关或低;中低速。 | |
|
| 17 | +| 3 | 切金属的锯条(HSS / Bi-metal) | ⚠️ 可用(次优) | 钢材、薄金属;可勉强切塑料但表面较粗 | 刚性大、易发热;塑料可能有轻微融边或毛刺,后打磨。 | |
|
| 18 | +| 4 | 分赤合金锯片(双金属 / 合金) | ⚠️ 可用(一般) | 耐磨场合、金属切割 | 耐用但对塑料不是理想切削面,容易产生热与粗糙边。适合非最终表面要求的情况。 | |
|
| 19 | +| 5 | 树脂切割片 (Resin / bakelite) | ❌ 不推荐 | 早期通用片 / 某些薄材 | 属“磨削”类,切塑料会拉丝、融边、毛刺大。仅应急或雕刻用。 | |
|
| 20 | +| 6 | 砂轮切割片 (Abrasive cut-off wheel) | ❌ 不推荐 | 金属切断、钢筋、粗切 | 高摩擦→高热,塑料会熔化/拉丝/冒烟。危险且切口差。 | |
|
| 21 | +| 7 | 金刚石锯片 (Diamond blade) | ❌/⚠️ 不推荐 | 石材、瓷砖、硬脆材料;干切湿切石材 | 对软塑料是磨而非锯,易融边、拉丝。仅极少数特殊场合可勉强用并强制冷却,但通常不合适。 | |
|
| 22 | +| 8 | 瓷砖切割片 / 石材片 | ❌ 不推荐 | 瓷砖、陶瓷、石材 | 与金刚石片类似,不适合塑料。 | |
|
| 23 | +| 9 | 往复锯用粗齿(建筑用)锯条 | ❌ 不推荐 | 粗拆、管道、木材、建筑拆除 | 行程长、齿粗,塑料容易崩边、跑偏,表面粗糙。只作应急粗切。 | |
|
| 24 | +| 10 | 电烙铁(烧切) | ❌ 不推荐(应急/雕刻) | 塑料局部雕刻、打孔、微调 | 会释放气味/有毒烟(PVC 尤其危险);切口熔融、毛刺多。仅在良好通风且不要求美观时用于微调。 | |
|
| 25 | + |
|
| 26 | + |
|
| 27 | + |
|
| 28 | +## target sheet plastic |
|
| 29 | + |
|
| 30 | +📌 最佳切塑料实践(回顾) |
|
| 31 | + |
|
| 32 | +- 平齿高速钢锯片(HSS) |
|
| 33 | +- 细齿木工/塑料专用锯片(24~32 TPI) |
|
| 34 | + |
|
| 35 | + |
|
| 36 | +- ✔ 用 电动线锯 + 细齿 HSS 锯片 |
|
| 37 | +- ✔ 关闭摆动,低速切割 |
|
| 38 | +- ✔ 夹紧材料 + 导向 |
|
| 39 | +- ✔ 事后砂纸打磨(400→800) |
|
| 40 | + |
|
| 41 | + |
|
| 42 | +## specs example |
|
| 43 | + |
|
| 44 | +12 inch |
|
| 45 | + |
|
| 46 | + |
|
| 47 | + |
|
| 48 | + |
|
| 49 | + |
|
| 50 | +## specs 2 |
|
| 51 | + |
|
| 52 | +- [[grinder-angle-dat]] |
|
| 53 | + |
|
| 54 | + |
|
| 55 | + |
|
| 56 | + |
|
| 57 | +## 是否适合切割 4 mm ABS 板材? |
|
| 58 | +**结论:✅ 适合,而且非常合适** |
|
| 59 | + |
|
| 60 | +规格:**高速钢锯片 110 × 0.8 × 20 孔 × 180 齿** |
|
| 61 | +用途:**切割 4 mm ABS 板材** |
|
| 62 | + |
|
| 63 | +--- |
|
| 64 | + |
|
| 65 | +## 为什么这片锯片适合 ABS |
|
| 66 | + |
|
| 67 | +### 1️⃣ 齿数高(180T) |
|
| 68 | +- 单齿切削量小 |
|
| 69 | +- 切口平整、毛刺少 |
|
| 70 | +- 不容易咬料或崩边 |
|
| 71 | +- 对 ABS 这种易软化塑料非常友好 |
|
| 72 | + |
|
| 73 | +--- |
|
| 74 | + |
|
| 75 | +### 2️⃣ 锯片薄(0.8 mm) |
|
| 76 | +- 切削阻力小 |
|
| 77 | +- 发热低 |
|
| 78 | +- 适合 2–6 mm 塑料薄板 |
|
| 79 | + |
|
| 80 | +⚠️ 注意: |
|
| 81 | +锯片薄 → **必须夹紧工件**,避免振动导致跑偏 |
|
| 82 | + |
|
| 83 | +--- |
|
| 84 | + |
|
| 85 | +### 3️⃣ 高速钢(HSS) |
|
| 86 | +- 属于“锋利切削”,不是磨削 |
|
| 87 | +- 比砂轮片、金刚石片、树脂切割片**更适合塑料** |
|
| 88 | +- 不会撕裂 ABS 边缘 |
|
| 89 | + |
|
| 90 | +--- |
|
| 91 | + |
|
| 92 | +## 适合搭配的设备 |
|
| 93 | + |
|
| 94 | +| 设备 | 是否推荐 | 说明 | |
|
| 95 | +|---|---|---| |
|
| 96 | +| 小型台锯 / 精密切割机 | ✅ 强烈推荐 | 最稳、最直 | |
|
| 97 | +| 迷你台锯 / 模型锯 | ✅ 推荐 | 适合薄板 | |
|
| 98 | +| 电动线锯 | ⚠️ 勉强 | 锯片形式不同,不是最佳 | |
|
| 99 | +| 角磨机 | ❌ 不推荐 | 转速过高,危险且易融边 | |
|
| 100 | + |
|
| 101 | +--- |
|
| 102 | + |
|
| 103 | +## 推荐切割参数(实用) |
|
| 104 | + |
|
| 105 | +### 🔧 转速 |
|
| 106 | +- **中低速最佳** |
|
| 107 | +- 若设备可调速: |
|
| 108 | + **≈ 3000–6000 RPM(110 mm 锯片)** |
|
| 109 | + |
|
| 110 | +⚠️ 转速过高 → ABS 会融边、粘齿 |
|
| 111 | + |
|
| 112 | +--- |
|
| 113 | + |
|
| 114 | +### 🔧 进给方式 |
|
| 115 | +- 匀速、连续推进 |
|
| 116 | +- 不要停在同一点 |
|
| 117 | +- 让锯片自己吃料,不要硬推 |
|
| 118 | + |
|
| 119 | +--- |
|
| 120 | + |
|
| 121 | +### 🔧 固定与导向 |
|
| 122 | +- 工件必须 **完全夹紧** |
|
| 123 | +- 使用靠山 / 导轨 |
|
| 124 | +- 底下垫一块废板可明显提升稳定性 |
|
| 125 | + |
|
| 126 | +--- |
|
| 127 | + |
|
| 128 | +## 常见问题与解决方法 |
|
| 129 | + |
|
| 130 | +| 问题 | 原因 | 对策 | |
|
| 131 | +|---|---|---| |
|
| 132 | +| 边缘轻微融化 | 转速偏高 | 降低转速或稍加快进给 | |
|
| 133 | +| 锯屑粘在锯齿上 | 热量积累 | 吹风散热 / 暂停冷却 | |
|
| 134 | +| 切割抖动 | 锯片薄 + 固定不足 | 增加夹具、垫板 | |
|
| 135 | + |
|
| 136 | +--- |
|
| 137 | + |
|
| 138 | +## 一句话总结 |
|
| 139 | + |
|
| 140 | +**110 × 0.8 × 180T 的高速钢锯片,非常适合切割 4 mm ABS 板材** |
|
| 141 | +前提是: |
|
| 142 | +👉 使用台锯类设备 |
|
| 143 | +👉 中低转速 |
|
| 144 | +👉 工件夹紧并有导向 |
|
| 145 | + |
|
| 146 | + |
|
| 147 | +## ref |
|
| 148 | + |
|
| 149 | +- [[saw-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-cold-cut-dat/saw-cold-cut-dat.md
| ... | ... | @@ -0,0 +1,108 @@ |
| 1 | + |
|
| 2 | +# saw-cold-cut-dat |
|
| 3 | + |
|
| 4 | +一、为什么台锯 ≠ 冷切锯(核心原因) |
|
| 5 | +1️⃣ 转速完全不同(致命差异) |
|
| 6 | +项目 台锯 冷切锯 |
|
| 7 | +主轴转速 3000–6000 RPM 30–150 RPM |
|
| 8 | +工作方式 高速切削 低速剪切 |
|
| 9 | +扭矩 中等 极高 |
|
| 10 | + |
|
| 11 | +👉 冷切锯靠 低速 + 大扭矩 |
|
| 12 | +👉 台锯靠 高速 + 齿切削 |
|
| 13 | + |
|
| 14 | +这是结构级差异,不能靠“换锯片”解决。 |
|
| 15 | + |
|
| 16 | +2️⃣ 电机类型不一样 |
|
| 17 | + |
|
| 18 | +台锯: |
|
| 19 | + |
|
| 20 | +高速电机 |
|
| 21 | + |
|
| 22 | +不适合长时间高扭矩 |
|
| 23 | + |
|
| 24 | +冷切锯: |
|
| 25 | + |
|
| 26 | +工业减速电机 |
|
| 27 | + |
|
| 28 | +齿轮箱 / 蜗轮箱 |
|
| 29 | + |
|
| 30 | +👉 台锯 没有减速系统,强行降速会: |
|
| 31 | + |
|
| 32 | +扭矩不足 |
|
| 33 | + |
|
| 34 | +电机过热 |
|
| 35 | + |
|
| 36 | +易烧毁 |
|
| 37 | + |
|
| 38 | +3️⃣ 安全结构完全不同 ⚠️ |
|
| 39 | + |
|
| 40 | +冷切锯有: |
|
| 41 | + |
|
| 42 | +全封闭护罩 |
|
| 43 | + |
|
| 44 | +下压切割结构 |
|
| 45 | + |
|
| 46 | +重型夹钳 |
|
| 47 | + |
|
| 48 | +台锯: |
|
| 49 | + |
|
| 50 | +开放式锯片 |
|
| 51 | + |
|
| 52 | +材料是“推过去的” |
|
| 53 | + |
|
| 54 | +👉 用台锯低速切钢 = 严重反弹 / 崩齿 / 飞料风险 |
|
| 55 | + |
|
| 56 | +二、哪些“改装思路”是❌错误的 |
|
| 57 | + |
|
| 58 | +❌ 换冷切锯片 |
|
| 59 | +❌ 外接调速器把转速降下来 |
|
| 60 | +❌ 用皮带改传动比 |
|
| 61 | +❌ 用台锯切钢、不锈钢 |
|
| 62 | + |
|
| 63 | +这些都 不等于冷切锯,而且危险。 |
|
| 64 | + |
|
| 65 | +三、那台锯“最多”能做到什么? |
|
| 66 | +✅ 台锯可以安全做的“金属极限” |
|
| 67 | +✔ 铝板 / 铝型材 |
|
| 68 | +✔ 铜 / 黄铜 |
|
| 69 | +✔ 塑料 / 有机玻璃 |
|
| 70 | + |
|
| 71 | + |
|
| 72 | +前提: |
|
| 73 | + |
|
| 74 | +用铝专用钨钢锯片 |
|
| 75 | + |
|
| 76 | +适当润滑 |
|
| 77 | + |
|
| 78 | +稳定进刀 |
|
| 79 | + |
|
| 80 | +不切钢、不切不锈钢 |
|
| 81 | + |
|
| 82 | +👉 这叫 “干式高速切铝”,不是冷切。 |
|
| 83 | + |
|
| 84 | +四、如果你真的需要“冷切效果”,正确方案是? |
|
| 85 | +方案 1️⃣:直接买冷切锯(最安全) |
|
| 86 | + |
|
| 87 | +二手工业冷切锯也很值 |
|
| 88 | + |
|
| 89 | +适合钢、不锈钢、厚铝 |
|
| 90 | + |
|
| 91 | +方案 2️⃣:金属带锯(性价比最高) |
|
| 92 | + |
|
| 93 | +真正低速 |
|
| 94 | + |
|
| 95 | +安全 |
|
| 96 | + |
|
| 97 | +可切钢材 |
|
| 98 | + |
|
| 99 | +DIY 友好 |
|
| 100 | + |
|
| 101 | +方案 3️⃣:台锯 + 铝专用锯片(妥协方案) |
|
| 102 | + |
|
| 103 | +只切铝 |
|
| 104 | + |
|
| 105 | +不追求“冷切” |
|
| 106 | + |
|
| 107 | + |
|
| 108 | + |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-dat.md
| ... | ... | @@ -0,0 +1,159 @@ |
| 1 | +# Saw - Cutting Plastics (saw-dat) |
|
| 2 | + |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +- [[saw-blade-dat]] |
|
| 6 | + |
|
| 7 | +- [[saw-jig-dat]]] - 线锯 - 曲线锯 - 往复锯 |
|
| 8 | + |
|
| 9 | +- [[Saw-Circular-dat]] - 圆锯 - 台锯 - [[saw-table-dat]] - [[saw-cold-cut-dat]] - [[saw-Metal-band-dat]] |
|
| 10 | + |
|
| 11 | +- [[grinder-angle-dat]] - [[grinder-angle]] |
|
| 12 | + |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +## Quick summary (recommended by priority) |
|
| 17 | + |
|
| 18 | +1. Table saw (best for straight cuts, repeatability, and batch work) |
|
| 19 | +2. Jigsaw / Scroll saw (best for curves and low-volume custom shapes) |
|
| 20 | +3. Score and snap (very low cost, high straight-line accuracy for thin sheets) |
|
| 21 | +4. Laser cutting (high-quality complex contours — limited to compatible plastics) - [[laser-dat]] - [[laser-cutting-dat]] |
|
| 22 | + |
|
| 23 | +--- |
|
| 24 | + |
|
| 25 | +## 1. Table saw — Recommended for most use cases |
|
| 26 | + |
|
| 27 | +When to use: |
|
| 28 | + |
|
| 29 | +- Straight cuts and long cuts |
|
| 30 | +- Batch production or when repeatability matters |
|
| 31 | +- Tight tolerances (around ±0.2 mm) |
|
| 32 | + |
|
| 33 | +Suitable materials: |
|
| 34 | + |
|
| 35 | +- PMMA (acrylic), ABS, PVC, PC, PE, PP (but note special handling below) |
|
| 36 | + |
|
| 37 | +Key setup and blade selection: |
|
| 38 | + |
|
| 39 | +- Blade teeth: 80–120 teeth for thin plastics |
|
| 40 | +- Negative hook angle (around –5° to 0°) helps reduce chipping and tear-out |
|
| 41 | +- Use blades specifically designed for plastics / acrylic |
|
| 42 | +- Medium to high blade RPM; avoid slow RPM which can melt edges |
|
| 43 | +- Feed uniformly and continuously—do not stop on the cut |
|
| 44 | + |
|
| 45 | +Advantages: |
|
| 46 | + |
|
| 47 | +- Very straight, clean cuts |
|
| 48 | +- High throughput and good dimensional repeatability |
|
| 49 | +- Minimal post-processing when set up correctly |
|
| 50 | + |
|
| 51 | +Precautions: |
|
| 52 | + |
|
| 53 | +- Secure the sheet firmly; use clamps and fences |
|
| 54 | +- For acrylic, keep protective film on during cutting |
|
| 55 | + |
|
| 56 | +--- |
|
| 57 | + |
|
| 58 | +## 2. Jigsaw / Scroll saw (curves and single pieces) |
|
| 59 | + |
|
| 60 | +When to use: |
|
| 61 | + |
|
| 62 | +- Irregular contours or detailed cutouts |
|
| 63 | +- Prototyping and small quantities |
|
| 64 | + |
|
| 65 | +Blade recommendations and technique: |
|
| 66 | + |
|
| 67 | +- Use fine-tooth blades (e.g. T101A / T101B style or equivalent) |
|
| 68 | +- Small tooth pitch and sharp teeth reduce chipping |
|
| 69 | +- Use low or reduced pendulum action on the jigsaw to avoid melting |
|
| 70 | +- Slow cutting speed and steady feed — let the blade do the work |
|
| 71 | + |
|
| 72 | +Expected accuracy: |
|
| 73 | + |
|
| 74 | +- Approximately ±0.5 mm; some edge finishing usually required |
|
| 75 | + |
|
| 76 | +--- |
|
| 77 | + |
|
| 78 | +## 3. Score-and-snap (very low-cost, straight cuts, thin sheets) |
|
| 79 | + |
|
| 80 | +When to use: |
|
| 81 | + |
|
| 82 | +- Thin sheets (typically ≤ 4 mm) |
|
| 83 | +- Straight short cuts where a clean edge is needed on a budget |
|
| 84 | +- Materials: acrylic (PMMA), PVC, PS |
|
| 85 | + |
|
| 86 | +Tools and method: |
|
| 87 | + |
|
| 88 | +- Acrylic scoring knife or tungsten carbide scoring tool |
|
| 89 | +- Use a steel straightedge or ruler as a guide |
|
| 90 | +- Score the sheet multiple times (≥ 8–10 passes) until a visible groove is formed |
|
| 91 | +- Clamp the sheet on the table edge and snap down firmly for a clean break |
|
| 92 | + |
|
| 93 | +Advantages and limits: |
|
| 94 | + |
|
| 95 | +- Extremely low cost, minimal finishing |
|
| 96 | +- Not suitable for thick sheets (> 4 mm) or complex shapes |
|
| 97 | +- Not recommended for PC or flexible plastics like PE |
|
| 98 | + |
|
| 99 | +--- |
|
| 100 | + |
|
| 101 | +## 4. Laser cutting (high-precision complex shapes) |
|
| 102 | + |
|
| 103 | +When to use: |
|
| 104 | + |
|
| 105 | +- Complex contours, fine detail, or many internal cutouts |
|
| 106 | +- High edge quality required for compatible materials |
|
| 107 | + |
|
| 108 | +Best materials: |
|
| 109 | + |
|
| 110 | +- PMMA (acrylic) — excellent results, optical-quality edges possible |
|
| 111 | + |
|
| 112 | +Materials to avoid by default: |
|
| 113 | + |
|
| 114 | +- PVC — releases toxic chlorine gas when lasered |
|
| 115 | +- PC (polycarbonate) — tends to burn, blacken, and form poor melt edges |
|
| 116 | + |
|
| 117 | +Notes: |
|
| 118 | + |
|
| 119 | +- Use proper ventilation and filtration for any laser cutting |
|
| 120 | +- Power and speed settings must be tuned for thickness and plastic type |
|
| 121 | + |
|
| 122 | +--- |
|
| 123 | + |
|
| 124 | +## Materials notes and exceptions |
|
| 125 | + |
|
| 126 | +- PVC: avoid laser cutting (toxic gas). Mechanical cutting is ok with proper precautions. |
|
| 127 | +- PC (polycarbonate): difficult to laser; mechanical cutting often causes melting and rough edges — prefer careful mechanical methods and good blade selection. |
|
| 128 | +- PE / PP: flexible and can deform — secure firmly and use blades that minimise friction heating. |
|
| 129 | + |
|
| 130 | +--- |
|
| 131 | + |
|
| 132 | +## Accessories & finishing tips |
|
| 133 | + |
|
| 134 | +- Clamps and guides: F-clamps, quick clamps, and an aluminium extrusion or steel ruler as a guide/fence |
|
| 135 | +- Sanding sequence for edge finishing: 400 → 800 → 1200 grit |
|
| 136 | +- Acrylic edge finish: flame polishing can give optical clarity but risks warping — practice on scrap first |
|
| 137 | +- Keep protective film on acrylic until finishing is complete |
|
| 138 | + |
|
| 139 | +--- |
|
| 140 | + |
|
| 141 | +## Quick selection table |
|
| 142 | + |
|
| 143 | +| Need / Scenario | Recommended method | |
|
| 144 | +|---|---:| |
|
| 145 | +| Batch straight high-precision cuts | Table saw | |
|
| 146 | +| Small quantity, complex shapes | Jigsaw / scroll saw | |
|
| 147 | +| Low-cost straight cuts (thin sheet) | Score & snap | |
|
| 148 | +| High-precision complex contours (only PMMA) | Laser cutter | |
|
| 149 | + |
|
| 150 | +--- |
|
| 151 | + |
|
| 152 | +## References |
|
| 153 | + |
|
| 154 | +- Internal notes and AI-assisted summary |
|
| 155 | + |
|
| 156 | + |
|
| 157 | +## ref |
|
| 158 | + |
|
| 159 | +- [[AI]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-jig-dat/saw-jig-dat.md
| ... | ... | @@ -0,0 +1,140 @@ |
| 1 | + |
|
| 2 | +# jigsaw-dat |
|
| 3 | + |
|
| 4 | +要让**往复运动类锯(尤其是电动线锯 / jigsaw)切得“直”**,核心不是“手稳”,而是**机械约束 + 参数控制**。下面给你一套**可重复、可落地**的方法。 |
|
| 5 | + |
|
| 6 | +--- |
|
| 7 | + |
|
| 8 | +## ✅ 一、最可靠的方法(强烈推荐) |
|
| 9 | + |
|
| 10 | +### **1️⃣ 导轨 / 直尺 + 夹具(90% 直线来自这里)** |
|
| 11 | + |
|
| 12 | +**做法:** |
|
| 13 | + |
|
| 14 | +1. 用钢直尺 / 铝型材 / 木条作为**导轨** |
|
| 15 | +2. 距切线 = |
|
| 16 | + |
|
| 17 | + ``` |
|
| 18 | + 线锯底板边缘 → 锯条中心距离 |
|
| 19 | + ``` |
|
| 20 | +3. 两端用 F 夹固定 |
|
| 21 | +4. 底板紧贴导轨推进 |
|
| 22 | + |
|
| 23 | +📌 **关键点** |
|
| 24 | + |
|
| 25 | +* 导轨必须**比工件长** |
|
| 26 | +* 导轨要平直(别用翘的木条) |
|
| 27 | + |
|
| 28 | +--- |
|
| 29 | + |
|
| 30 | +## ✅ 二、锯条选择(决定是否“跑偏”) |
|
| 31 | + |
|
| 32 | +| 锯条类型 | 是否容易跑偏 | |
|
| 33 | +| -------------- | ------ | |
|
| 34 | +| **宽锯条(≥7 mm)** | ✅ 不易 | |
|
| 35 | +| 窄锯条(曲线用) | ❌ 非常容易 | |
|
| 36 | +| 细齿 24–32 TPI | ✅ | |
|
| 37 | +| 粗齿 | ❌ | |
|
| 38 | + |
|
| 39 | +📌 **结论:** |
|
| 40 | + |
|
| 41 | +> 切直线 = **宽、厚、细齿锯条** |
|
| 42 | + |
|
| 43 | +--- |
|
| 44 | + |
|
| 45 | +## ✅ 三、机器设置(很多人忽略) |
|
| 46 | + |
|
| 47 | +### 🔹 摆动(Orbital) |
|
| 48 | + |
|
| 49 | +* **关掉或最低档(0–1)** |
|
| 50 | +* 摆动越大 → 越容易斜 |
|
| 51 | + |
|
| 52 | +### 🔹 转速 |
|
| 53 | + |
|
| 54 | +* 塑料 / 薄板:**中低速** |
|
| 55 | +* 太快 → 热变形 + 跑线 |
|
| 56 | + |
|
| 57 | +--- |
|
| 58 | + |
|
| 59 | +## ✅ 四、操作手法(避免“Z 字切割”) |
|
| 60 | + |
|
| 61 | +### ❌ 错误动作 |
|
| 62 | + |
|
| 63 | +* 用力推锯 |
|
| 64 | +* 手腕左右修正 |
|
| 65 | +* 中途停顿 |
|
| 66 | + |
|
| 67 | +### ✅ 正确动作 |
|
| 68 | + |
|
| 69 | +* 只控制**方向**,不控制**力量** |
|
| 70 | +* 让锯条自己吃料 |
|
| 71 | +* 保持连续、均匀推进 |
|
| 72 | + |
|
| 73 | +📌 **口诀:** |
|
| 74 | + |
|
| 75 | +> **不推、不拉、不修正,让锯条自己走** |
|
| 76 | + |
|
| 77 | +--- |
|
| 78 | + |
|
| 79 | +## ✅ 五、底板贴合(非常关键) |
|
| 80 | + |
|
| 81 | +* 锯底板必须**全程贴紧材料** |
|
| 82 | +* 不要抬起前端 |
|
| 83 | +* 不要单点接触 |
|
| 84 | + |
|
| 85 | +📌 **否则结果:** |
|
| 86 | + |
|
| 87 | +* 锯条前后倾斜 |
|
| 88 | +* 切口成“V”或“斜面” |
|
| 89 | + |
|
| 90 | +--- |
|
| 91 | + |
|
| 92 | +## ✅ 六、工件固定(比你想的重要) |
|
| 93 | + |
|
| 94 | +* 工件**必须完全夹紧** |
|
| 95 | +* 震动 = 跑偏 |
|
| 96 | +* 悬空部分不要太长 |
|
| 97 | + |
|
| 98 | +--- |
|
| 99 | + |
|
| 100 | +## 🧪 七、进阶技巧(追求更直) |
|
| 101 | + |
|
| 102 | +### 🔹 双板夹切法 |
|
| 103 | + |
|
| 104 | +``` |
|
| 105 | +[直导木板] |
|
| 106 | +============ ← 导轨 |
|
| 107 | +[塑料板] |
|
| 108 | +[废板] |
|
| 109 | +``` |
|
| 110 | + |
|
| 111 | +* 底部加一块废板 |
|
| 112 | +* 锯条受力更稳定 |
|
| 113 | +* 减少翘曲 |
|
| 114 | + |
|
| 115 | +--- |
|
| 116 | + |
|
| 117 | +## 🚫 八、哪些工具更难直? |
|
| 118 | + |
|
| 119 | +| 工具 | 直线能力 | |
|
| 120 | +| ----- | ---- | |
|
| 121 | +| 电动线锯 | ⭐⭐⭐ | |
|
| 122 | +| 建筑往复锯 | ⭐ | |
|
| 123 | +| 角磨机 | ⭐ | |
|
| 124 | +| 手工线锯 | ⭐⭐ | |
|
| 125 | + |
|
| 126 | +--- |
|
| 127 | + |
|
| 128 | +## 🧾 一句话总结 |
|
| 129 | + |
|
| 130 | +> 🔧 **直线不是靠手稳,而是靠“导轨 + 锯条 + 设置”** |
|
| 131 | + |
|
| 132 | +--- |
|
| 133 | + |
|
| 134 | +如果你愿意告诉我: |
|
| 135 | + |
|
| 136 | +* **材料**(PMMA / PC / PVC / ABS) |
|
| 137 | +* **厚度** |
|
| 138 | +* **线锯型号** |
|
| 139 | + |
|
| 140 | +我可以直接给你一套**具体参数(转速 / 锯条型号 / 摆动档)**,做到一次就直。 |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/2025-12-18-18-04-24.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/2025-12-18-18-04-24.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/2025-12-18-18-09-23.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/2025-12-18-18-09-23.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/saw-dat/saw-table-dat/saw-table-dat.md
| ... | ... | @@ -0,0 +1,131 @@ |
| 1 | +# Table Saw — What a small table saw should NOT cut |
|
| 2 | + |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +cut target |
|
| 6 | + |
|
| 7 | +- [[profile-dat]] - [[sheet-dat]] - [[rod-system-dat]] |
|
| 8 | + |
|
| 9 | + |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +This guide lists metals and conditions that are unsafe or unsuitable for small table saws. It also gives safer tool alternatives for cutting various metals. |
|
| 13 | + |
|
| 14 | +## 1) Steel family — HIGH RISK (Do NOT cut) |
|
| 15 | + |
|
| 16 | +- Carbon steel |
|
| 17 | +- Alloy steel |
|
| 18 | +- Stainless steel |
|
| 19 | +- Spring steel |
|
| 20 | +- Tool steel |
|
| 21 | + |
|
| 22 | +Why not: |
|
| 23 | + |
|
| 24 | +- Small table saws run at high RPM (typically 4,000–6,000 RPM) with no coolant |
|
| 25 | +- The blade can overheat instantly and suffer tooth breakage |
|
| 26 | +- Severe kickback and dangerous projectiles |
|
| 27 | + |
|
| 28 | +Conclusion: Strictly prohibited |
|
| 29 | + |
|
| 30 | +--- |
|
| 31 | + |
|
| 32 | +## 2) Thick metal (Any material) — NOT SUITABLE / HIGH RISK |
|
| 33 | + |
|
| 34 | +- Aluminum sheet ≥ 3–4 mm |
|
| 35 | +- Copper sheet ≥ 2 mm |
|
| 36 | +- Brass sheet ≥ 2 mm |
|
| 37 | +- Large metal profiles (angle, channel, etc.) |
|
| 38 | + |
|
| 39 | +Why not: |
|
| 40 | + |
|
| 41 | +- Excessive feed resistance |
|
| 42 | +- Small table saws lack torque for heavy cuts |
|
| 43 | +- Blade pinching and flying debris are likely |
|
| 44 | + |
|
| 45 | +Conclusion: Avoid; use appropriate metal-cutting equipment |
|
| 46 | + |
|
| 47 | +--- |
|
| 48 | + |
|
| 49 | +## 3) Hard, brittle metals — DANGEROUS (Do NOT cut) |
|
| 50 | + |
|
| 51 | +- Cast iron |
|
| 52 | +- Zinc alloys / die-cast parts |
|
| 53 | +- Magnesium alloys |
|
| 54 | + |
|
| 55 | +Why not: |
|
| 56 | + |
|
| 57 | +- Parts can shatter or chip |
|
| 58 | +- High-speed fragments pose major risk |
|
| 59 | + |
|
| 60 | +Conclusion: Strictly prohibited |
|
| 61 | + |
|
| 62 | +--- |
|
| 63 | + |
|
| 64 | +## 4) Thin-walled metal tubes and thin metal sheets — VERY DANGEROUS |
|
| 65 | + |
|
| 66 | +- Tubes with wall thickness < 1 mm |
|
| 67 | +- Thin steel/aluminum sheets |
|
| 68 | + |
|
| 69 | +Why not: |
|
| 70 | + |
|
| 71 | +- Teeth can grab and pull thin-walled parts |
|
| 72 | +- Risk of entanglement, winding, and ejection |
|
| 73 | + |
|
| 74 | +Conclusion: Extremely hazardous with a small table saw |
|
| 75 | + |
|
| 76 | +--- |
|
| 77 | + |
|
| 78 | +## May be cut only under strict, controlled conditions |
|
| 79 | + |
|
| 80 | +These are conditional cases where cutting is physically possible but not recommended unless all precautions are met. |
|
| 81 | + |
|
| 82 | +Prerequisites: |
|
| 83 | + |
|
| 84 | +- Use a metal-specific blade (TCT blade for aluminum or a non-ferrous metal blade) |
|
| 85 | +- Secure the workpiece firmly with proper clamps or fixtures |
|
| 86 | +- Use very low feed and controlled cutting parameters |
|
| 87 | +- Operator must be experienced with metal cutting on small machines |
|
| 88 | + |
|
| 89 | +Possible (still not recommended): |
|
| 90 | + |
|
| 91 | +- Non-ferrous thin parts only: |
|
| 92 | + - Aluminum ≤ 2 mm |
|
| 93 | + - Brass ≤ 1.5 mm |
|
| 94 | + - Copper ≤ 1 mm |
|
| 95 | + |
|
| 96 | +Note: "Can be cut" ≠ "should be cut" — safety and tool life remain major concerns. |
|
| 97 | + |
|
| 98 | +--- |
|
| 99 | + |
|
| 100 | +## Recommended tools by metal |
|
| 101 | + |
|
| 102 | +| Metal / Part | Recommended tool | |
|
| 103 | +| ----------------------- | -------------------------------------------------------------- | |
|
| 104 | +| Steel / Stainless | Metal bandsaw / cold-cut saw / angle grinder with cutoff wheel | |
|
| 105 | +| Large aluminum profiles | Cold-cut saw / dedicated sawing machine | |
|
| 106 | +| Thin aluminum sheet | Jigsaw with metal cutting blades or shearing/cold saw | |
|
| 107 | +| Small metal rods / bars | Metal bandsaw / hacksaw (manual) | |
|
| 108 | + |
|
| 109 | +--- |
|
| 110 | + |
|
| 111 | +## Micro-size table saw |
|
| 112 | + |
|
| 113 | + |
|
| 114 | + |
|
| 115 | +Small benchtop saws can be useful for wood, plastics, and light hobby work — not for cutting most metals. |
|
| 116 | + |
|
| 117 | +--- |
|
| 118 | + |
|
| 119 | +## Full-size table saw |
|
| 120 | + |
|
| 121 | + |
|
| 122 | + |
|
| 123 | +Full-size, industrial saws with appropriate blades, guards, and coolant systems may handle some non-ferrous metals safely when used with correct blades and feeding methods. Even then, choose a purpose-built metal-cutting machine whenever possible. |
|
| 124 | + |
|
| 125 | +--- |
|
| 126 | + |
|
| 127 | +## ref |
|
| 128 | + |
|
| 129 | +- [[tools-power-dat]] |
|
| 130 | + |
|
| 131 | +- [[AI]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-dat.md
| ... | ... | @@ -0,0 +1,63 @@ |
| 1 | + |
|
| 2 | +# power-tools-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | + |
|
| 6 | +- [[grinder-dat]] |
|
| 7 | + |
|
| 8 | +- [[saw-dat]] - [[saw-blade-dat]] |
|
| 9 | + |
|
| 10 | +- [[saw-jig-dat]]] - 线锯 - 曲线锯 - 往复锯 |
|
| 11 | + |
|
| 12 | +- [[Saw-Circular-dat]] - 圆锯 - 台锯 - [[saw-table-dat]] - [[saw-cold-cut-dat]] - [[saw-Metal-band-dat]] |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +- [[rotary-tool-dat]] |
|
| 17 | + |
|
| 18 | +- [[grinder-angle-dat]] |
|
| 19 | + |
|
| 20 | +- [[grinder-angle-dat]] |
|
| 21 | + |
|
| 22 | + |
|
| 23 | +- [[drill-electric-dat]] add a rack as a [[saw-jig-dat]] == not recommanded |
|
| 24 | + |
|
| 25 | + |
|
| 26 | + |
|
| 27 | + |
|
| 28 | + |
|
| 29 | +## power tools |
|
| 30 | + |
|
| 31 | +- [[saw-dat]] - [[Rotary-Tool-dat]] - [[saw-blade-dat]] |
|
| 32 | + |
|
| 33 | +- [[mechanical-tools]] |
|
| 34 | + |
|
| 35 | +- 电热刀 |
|
| 36 | + |
|
| 37 | +- 车床:lathe |
|
| 38 | + |
|
| 39 | +- 弓臂锯床:power hacksaw(也可说 hacksaw machine) |
|
| 40 | + |
|
| 41 | +- 磨床:grinding machine / grinder |
|
| 42 | + |
|
| 43 | +- 钻床:drilling machine / drill press |
|
| 44 | + |
|
| 45 | +- [[drill-electric-dat]] |
|
| 46 | + |
|
| 47 | + |
|
| 48 | + |
|
| 49 | + |
|
| 50 | + |
|
| 51 | + |
|
| 52 | + |
|
| 53 | +## target |
|
| 54 | + |
|
| 55 | +- [[profile-dat]] - [[sheet-dat]] - [[rod-system-dat]] |
|
| 56 | + |
|
| 57 | + |
|
| 58 | + |
|
| 59 | +## ref |
|
| 60 | + |
|
| 61 | +- [[power-tools]] - [[mechanical-tools]] - [[mechanics]] |
|
| 62 | + |
|
| 63 | +- [[tools]] - [[power-tools]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/2026-02-07-13-41-02.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/2026-02-07-13-41-02.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/2026-02-07-13-44-12.png
| ... | ... | Binary files /dev/null and b/fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/2026-02-07-13-44-12.png differ |
fab-tools-dat/fab-mechanical-tools-dat/tools-power-dat/tools-power-socket-dat/tools-power-socket-dat.md
| ... | ... | @@ -0,0 +1,19 @@ |
| 1 | + |
|
| 2 | +# tools-power-socket-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | + |
|
| 6 | + |
|
| 7 | + |
|
| 8 | + |
|
| 9 | +## hex |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +- [[hex-key-dat]] - [[tools-power-socket-dat]] |
|
| 13 | + |
|
| 14 | + |
|
| 15 | + |
|
| 16 | +50MM*H1.5 - 50MM*H2 - 50MM*H2.5 - 50MM*H3 - 50MM*H4 - 50MM*H5 - 50MM*H6 - 50MM*H8 - 50MM*H10 - 50MM*H12 - 65MM*H1.5 - 65MM*H2 - 65MM*H2.5 - 65MM*H3 - 65MM*H4 - 65MM*H5 - 65MM*H6 - 65MM*H8 - 65MM*H10 - 65MM*H12 - 100MM*H2.5 - 100MM*H3 - 100MM*H4 - 100MM*H5 - 100MM*H6 - 100MM*H8 - 100MM*H10 - 100MM*H12 - 150MM*H3 - 150MM*H4 - 150MM*H5 - 150MM*H6 - 150MM*H8 - 150MM*H10 |
|
| 17 | + |
|
| 18 | + |
|
| 19 | + |
fab-tools-dat/fab-mechanical-tools-dat/tools-protective-dat/protective-glass-dat/protective-glass-dat.md
| ... | ... | @@ -0,0 +1,32 @@ |
| 1 | + |
|
| 2 | +# protective-glass-dat |
|
| 3 | + |
|
| 4 | +Protective glasses should be **impact-resistant, lightweight, optically clear**, and sometimes **chemical or scratch-resistant** depending on the usage environment. |
|
| 5 | + |
|
| 6 | +--- |
|
| 7 | + |
|
| 8 | +## 🥇 1. Polycarbonate |
|
| 9 | +- **Most common material** for safety glasses. |
|
| 10 | +- **Advantages:** |
|
| 11 | + - Extremely **impact-resistant** (up to 10x stronger than glass or standard plastic) |
|
| 12 | + - Lightweight and comfortable for extended wear |
|
| 13 | + - Naturally blocks **100% UV rays** |
|
| 14 | +- **Disadvantages:** |
|
| 15 | + - More prone to **scratching** (usually comes with an anti-scratch coating) |
|
| 16 | + |
|
| 17 | +--- |
|
| 18 | + |
|
| 19 | +## 🥈 2. Trivex |
|
| 20 | +- A newer alternative to polycarbonate with improved clarity. |
|
| 21 | +- **Advantages:** |
|
| 22 | + - High **impact resistance** |
|
| 23 | + - Superior **optical clarity** |
|
| 24 | + - Lightweight and provides UV protection |
|
| 25 | +- **Disadvantages:** |
|
| 26 | + - **More expensive** than polycarbonate |
|
| 27 | + |
|
| 28 | +- [[Trivex-dat]] |
|
| 29 | + |
|
| 30 | +## ref |
|
| 31 | + |
|
| 32 | +- [[mechanic-tools-dat]] |
|
| ... | ... | \ No newline at end of file |
fab-tools-dat/fab-mechanical-tools-dat/tools-protective-dat/tools-protective-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | +# tools-protective-dat |
|
| 3 | + |
fab-tools-dat/fab-tools-dat.md
| ... | ... | @@ -0,0 +1,3 @@ |
| 1 | + |
|
| 2 | + |
|
| 3 | +# fab-tools-dat |
|
| ... | ... | \ No newline at end of file |