Pylon / Totem Sign Built-in (from presets.php)
Large freestanding double-sided outdoor sign with steel structure.Inputs asked from user
| Key | Label | Type | Default | Options / Range |
|---|---|---|---|---|
| height_m | Total Height (m) | number | 5 | step=0.5 min=1.5 |
| face_w_m | Face Width (m) | number | 1.5 | step=0.1 min=0.5 |
| face_h_m | Face Height (m) | number | 3 | step=0.1 min=0.5 |
| illuminated | Illuminated | toggle | 1 | |
| qty | Quantity | number | 1 | step=1 min=1 |
Line description template:
Pylon {height_m}m tall, face {face_w_m}m x {face_h_m}m
Materials — auto-matched from master
| Category | Name Pattern | Qty Formula | Unit | Fallback Name |
|---|---|---|---|---|
| ACP | - 4 mm | face_w_m * face_h_m * 2.2 * qty |
Square Meter | ACP 4mm (faces+sides) |
| Mild Steel | MS TUBE | height_m * 8 * qty |
Meter | MS Tube structure |
| Solvent Stickers | Sticker - ST Jet - Glossy | face_w_m * face_h_m * 2 * qty * 1.1 |
LM | Solvent Sticker |
| Acrylic | Opal - 5 mm | illuminated ? face_w_m * face_h_m * 2 * qty : 0 |
Square Meter | Acrylic Opal 5mm |
| Store Materials | LED | illuminated ? face_w_m * face_h_m * 60 * qty : 0 |
Nos. | LED Modules |
Machine Hours
| Machine | Hours Formula |
|---|---|
| CNC Router | face_w_m * face_h_m * qty * 0.5 |
| Plasma Cutter | face_w_m * face_h_m * qty * 0.3 |
| Welding (MIG) | 6 + height_m * 0.5 * qty |
| Solvent Printer | face_w_m * face_h_m * 2 * qty * 0.4 |
Labour
| Type | Category | Hours Formula | Persons Formula |
|---|---|---|---|
| production | Metal Worker | 8 + face_w_m * face_h_m * qty * 2 |
1 |
| production | Fabricator | face_w_m * face_h_m * qty * 2 |
1 |
| production | Electrician (LED) | illuminated ? face_w_m * face_h_m * qty * 0.8 : 0 |
1 |
| installation | Crane Operator | 2 * qty |
1 |
| installation | Senior Installer | 4 + face_w_m * face_h_m * qty * 0.5 |
1 |
| installation | Installer | 4 + face_w_m * face_h_m * qty * 0.5 |
2 |
How formulas work:
Variables are the input keys (shown at top). Material name patterns use
{input_key} placeholders.
A row with a formula evaluating to 0 is skipped when the wizard builds. Click Duplicate & Customise above to copy this recipe into an editable custom pack.