mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-05 23:17:26 +02:00
Updated images and readme.
This commit is contained in:
BIN
libtest.png
BIN
libtest.png
Binary file not shown.
Before Width: | Height: | Size: 982 KiB After Width: | Height: | Size: 983 KiB |
@@ -234,8 +234,9 @@ exposing enough information to make a battery box.
|
|||||||
### Vitamins
|
### Vitamins
|
||||||
| Qty | Module call | BOM entry |
|
| Qty | Module call | BOM entry |
|
||||||
| ---:|:--- |:---|
|
| ---:|:--- |:---|
|
||||||
| 6 | `battery_contact(bcontact, false)` | Battery negative contact |
|
| 7 | `battery_contact(bcontact, false)` | Battery negative contact |
|
||||||
| 6 | `battery_contact(bcontact, true)` | Battery positive contact |
|
| 7 | `battery_contact(bcontact, true)` | Battery positive contact |
|
||||||
|
| 1 | `battery(A23CELL)` | Cell A23 12v |
|
||||||
| 1 | `battery(AACELL)` | Cell AA |
|
| 1 | `battery(AACELL)` | Cell AA |
|
||||||
| 1 | `battery(AAACELL)` | Cell AAA |
|
| 1 | `battery(AAACELL)` | Cell AAA |
|
||||||
| 1 | `battery(CCELL)` | Cell C |
|
| 1 | `battery(CCELL)` | Cell C |
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 90 KiB |
@@ -44,7 +44,7 @@ AACELL = ["AACELL", "Cell AA", 50.5, 14.5
|
|||||||
AAACELL = ["AAACELL", "Cell AAA", 44.5, 10.5, 8, 3.8, 0.8, "grey", [], 0, bcontact];
|
AAACELL = ["AAACELL", "Cell AAA", 44.5, 10.5, 8, 3.8, 0.8, "grey", [], 0, bcontact];
|
||||||
CCELL = ["CCELL", "Cell C", 50, 26.2, 20, 7.5, 1.5, "brown", [], 0, bcontact];
|
CCELL = ["CCELL", "Cell C", 50, 26.2, 20, 7.5, 1.5, "brown", [], 0, bcontact];
|
||||||
DCELL = ["DCELL", "Cell D", 61.5, 34.2, 22, 8.2, 2.4, "brown", [], 0, bcontact];
|
DCELL = ["DCELL", "Cell D", 61.5, 34.2, 22, 8.2, 2.4, "brown", [], 0, bcontact];
|
||||||
A23CELL = ["A23CELL", "Cell A23 12v", 28.5, 10.3, 5.2,5.2, 1.0, "silver", [], 0, bcontact];
|
A23CELL = ["A23CELL", "Cell A23 12v", 28.5, 10.3, 5.2,5.2, 1.0, "silver", [], 0, bcontact];
|
||||||
|
|
||||||
batteries = [AAACELL, AACELL, CCELL, DCELL, LUMINTOP, S25R18650, A23CELL];
|
batteries = [AAACELL, AACELL, CCELL, DCELL, LUMINTOP, S25R18650, A23CELL];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user