vault backup: 2025-09-04 17:03:46

This commit is contained in:
2025-09-04 17:03:46 -04:00
parent 9ba8223304
commit e5589c385c
6 changed files with 66 additions and 40 deletions
+24 -36
View File
@@ -4,10 +4,34 @@
"basename": "README", "basename": "README",
"path": "README.md" "path": "README.md"
}, },
{
"basename": "estimating-ergonomics",
"path": "estimating-ergonomics.md"
},
{
"basename": "blank-system",
"path": "blank-system.md"
},
{
"basename": "automating-pdf-annotation",
"path": "automating-pdf-annotation.md"
},
{
"basename": "3-phase-power",
"path": "3-phase-power.md"
},
{ {
"basename": "fixture-designations", "basename": "fixture-designations",
"path": "fixture-designations.md" "path": "fixture-designations.md"
}, },
{
"basename": "fixtures",
"path": "fixtures.md"
},
{
"basename": "full-takeoff",
"path": "full-takeoff.md"
},
{ {
"basename": "getting-historical-pricing", "basename": "getting-historical-pricing",
"path": "getting-historical-pricing.md" "path": "getting-historical-pricing.md"
@@ -20,22 +44,10 @@
"basename": "electrical", "basename": "electrical",
"path": "electrical.md" "path": "electrical.md"
}, },
{
"basename": "full-takeoff",
"path": "full-takeoff.md"
},
{
"basename": "fixtures",
"path": "fixtures.md"
},
{ {
"basename": "list", "basename": "list",
"path": "list.md" "path": "list.md"
}, },
{
"basename": "3-phase-power",
"path": "3-phase-power.md"
},
{ {
"basename": "pathfinding", "basename": "pathfinding",
"path": "pathfinding.md" "path": "pathfinding.md"
@@ -56,10 +68,6 @@
"basename": "markdown-formatter-cli", "basename": "markdown-formatter-cli",
"path": "markdown-formatter-cli.md" "path": "markdown-formatter-cli.md"
}, },
{
"basename": "automating-pdf-annotation",
"path": "automating-pdf-annotation.md"
},
{ {
"basename": "lighting-controls", "basename": "lighting-controls",
"path": "lighting-controls.md" "path": "lighting-controls.md"
@@ -108,10 +116,6 @@
"basename": "accubid-setup", "basename": "accubid-setup",
"path": "accubid-setup.md" "path": "accubid-setup.md"
}, },
{
"basename": "blank-system",
"path": "blank-system.md"
},
{ {
"basename": "area-of-refuge", "basename": "area-of-refuge",
"path": "area-of-refuge.md" "path": "area-of-refuge.md"
@@ -183,22 +187,6 @@
{ {
"basename": "separating-estimating-concerns", "basename": "separating-estimating-concerns",
"path": "separating-estimating-concerns.md" "path": "separating-estimating-concerns.md"
},
{
"basename": "estimating-philosophy",
"path": "estimating-philosophy.md"
},
{
"basename": "fire-alarm",
"path": "fire-alarm.md"
},
{
"basename": "estimating-detail",
"path": "estimating-detail.md"
},
{
"basename": "estimating-dimensionality",
"path": "estimating-dimensionality.md"
} }
], ],
"omittedPaths": [], "omittedPaths": [],
+16
View File
@@ -9,3 +9,19 @@ tags:
The conductors between a voltage source and a load are called lines, The conductors between a voltage source and a load are called lines,
and the voltage between any two lines is called line voltage. and the voltage between any two lines is called line voltage.
The voltage measured between any line and neutral is called phase voltage. The voltage measured between any line and neutral is called phase voltage.
%%
## Scratch
* Poles vs Phases vs Wires
3Ø = 3PH 3W
3ØY = 3PH 4W
> Phase abbreviations
> * PH
> * Φ (capital phi)
> * Ø (latin O with stroke)
%%
+22 -1
View File
@@ -95,6 +95,26 @@ The most idiomatic alternative to time-indexed takeoffs
would be to represent them in the space of the drawings, would be to represent them in the space of the drawings,
then only extend them as necessary. then only extend them as necessary.
%%
### Scratch
Minimize takeoff flow disruption
Decouple takeoff (description of work) from assembly selection:
Match takeoff tags against assembly tags, select best
Expect uncertainty
```
length: 20-30ft
```
Uniform distribution
%%
## Flaws of Traditional Patterns ## Flaws of Traditional Patterns
### Required Hyper-Specificity ### Required Hyper-Specificity
@@ -144,7 +164,8 @@ but that doesn't really justify it.
The problem is that there's nothing linear about electrical installations, The problem is that there's nothing linear about electrical installations,
at best it's a directed acyclic graph. at best it's a directed acyclic graph.
You can almost represent that linearly You can almost represent that linearly
if you go down each branch to the end and then pick a new new line, if you go down each branch to the end
and then pick a new new line,
but that's unideal. but that's unideal.
### Assumed Finality ### Assumed Finality
+4 -3
View File
@@ -114,17 +114,18 @@ Use assembly `Common Assemblies`/`Device Homeruns in Slab/Deck`
### Tape Lighting ### Tape Lighting
Also called "cove" or "strip", Also called "cove" or "strip" lighting,
however those terms are less specific however those terms are less specific
and potentially confusing. and potentially confusing.
Use item `FIXTURE LABOR 1/2HR` Use item `FIXTURE LABOR 1/2HR`
and change `Fct 1` to match the calculated labor. and change `Fct 1` to match the calculated labor
(1 hour per 12 feet).
> [!note] > [!note]
> Tape lighting length is limited by the "max power length" of the model > Tape lighting length is limited by the "max power length" of the model
> (usually measured in millimeters). > (usually measured in millimeters).
> Max power length is usually 5000 to 15000 mm (about 16 to 49 ft) > Max power length is usually 5000-15000mm (~16-49ft)
> depending on luminous output and voltage. > depending on luminous output and voltage.
Separate these fixtures by labor, not length Separate these fixtures by labor, not length
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB