Wind load kn
wind_load_kn
Canopy and sign wind load
Scores if within ±3% of the reference value.
Calculates source-bound canopy/signage fixing and lighting metrics from a deterministic SSC-09 task-owned source pack. The template combines wind load, dead load, combined fixing demand, anchor group margin, lighting connected load, DC feeder voltage drop, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
One template produces many comparable benchmark tasks while keeping the scoring contract fixed.
01
The reusable contract shown on this page.
02
An archetype and site context are sampled.
03
Inputs may be hidden at harder tiers.
04
The model responds with the declared outputs.
Inputs the model receives, and the outputs it is scored on.
15 inputs
Included directly in every task prompt.
Sign area
sign_area_m2
SIGN-09-GEOM-04 sign area
Canopy area
canopy_area_m2
CANOPY-09-ELEV-04 canopy area
Wind pressure
wind_pressure_kpa
CANOPY-09-ELEV-04 wind pressure
Sign dead load
sign_dead_load_kpa
SIGN-09-GEOM-04 sign dead load
Canopy dead load
canopy_dead_load_kpa
CANOPY-09-ELEV-04 canopy dead load
Fixing capacity
fixing_capacity_kn
ANCH-09-CANOPY-04 fixing capacity
Anchor count
anchor_count
ANCH-09-CANOPY-04 anchor count
Anchor capacity
anchor_capacity_kn
ANCH-09-CANOPY-04 anchor capacity
Lighting load
lighting_load_w
LIGHT-09-LOAD-04 lighting load
Driver load
driver_load_w
LIGHT-09-LOAD-04 driver load
Sign control load
sign_control_load_w
LIGHT-09-LOAD-04 sign control load
Feeder voltage
feeder_voltage_v
FEEDER-09-LIGHT-04 feeder voltage
Cable length
cable_length_m
FEEDER-09-LIGHT-04 cable length
Conductor resistance
conductor_resistance_ohm_km
FEEDER-09-LIGHT-04 conductor resistance
Max voltage drop percent
max_voltage_drop_percent
FEEDER-09-LIGHT-04 maximum voltage drop
10 outputs
wind_load_kn
Canopy and sign wind load
Scores if within ±3% of the reference value.
dead_load_kn
Canopy and sign dead load
Scores if within ±3% of the reference value.
combined_fixing_demand_kn
Vector combined wind and dead-load fixing demand
Scores if within ±3% of the reference value.
fixing_capacity_margin_kn
Fixing capacity minus combined demand
Scores if within ±3% of the reference value.
anchor_group_margin_kn
Anchor group capacity minus combined demand
Scores if within ±3% of the reference value.
lighting_connected_load_w
Lighting, driver, and sign-control connected load
Scores if within ±3% of the reference value.
lighting_current_a
Lighting feeder current
Scores if within ±3% of the reference value.
voltage_drop_percent
Two-wire DC voltage drop percent
Scores if within ±3% of the reference value.
voltage_drop_margin_percent
Maximum voltage drop minus calculated voltage drop
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when fixing, anchor, and voltage-drop checks pass
Scores if within ±0.1% of the reference value.
Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.
For this template, difficulty scales through parameter and scenario ranges rather than hidden information.
The exact instruction and parameter contract used to generate this task, pinned to the published library source.
/workspace
Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.
1You are an electrical and facade interface engineer checking a task-owned synthetic SSC-09 canopy, signage, lighting, and envelope fixing package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Canopy/signage wind, lighting load, anchor/fixing, and DC feeder workflows shape the context only; this instance does not run lighting software, parse real drawings, validate a product certificate, or prove authority approval.4 5## Scene6 7- Product: `SSC-09-LH-04`8- Canopy elevation: `CANOPY-09-ELEV-04`9- Sign geometry: `SIGN-09-GEOM-04`10- Lighting/device schedule: `LIGHT-09-LOAD-04`11- Canopy anchor table: `ANCH-09-CANOPY-04`12- Lighting feeder: `FEEDER-09-LIGHT-04`13- Integrated facade memo: `MEMO-09-FACADE-04`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Sign area | {{ sign_area_m2 }} m2 |20| Canopy area | {{ canopy_area_m2 }} m2 |21| Wind pressure | {{ wind_pressure_kpa }} kPa |22| Sign dead load | {{ sign_dead_load_kpa }} kPa |23| Canopy dead load | {{ canopy_dead_load_kpa }} kPa |24| Fixing capacity | {{ fixing_capacity_kn }} kN |25| Anchor count | {{ anchor_count }} |26| Anchor capacity | {{ anchor_capacity_kn }} kN |27| Lighting load | {{ lighting_load_w }} W |28| Driver load | {{ driver_load_w }} W |29| Sign control load | {{ sign_control_load_w }} W |30| Feeder voltage | {{ feeder_voltage_v }} V |31| Cable length | {{ cable_length_m }} m |32| Conductor resistance | {{ conductor_resistance_ohm_km }} ohm/km |33| Maximum voltage drop | {{ max_voltage_drop_percent }} % |34 35## Checks36 37- Wind load equals sign plus canopy area times wind pressure.38- Dead load equals sign area times sign dead load plus canopy area times canopy dead load.39- Combined fixing demand equals the vector combination of wind load and dead load.40- Lighting connected load equals lighting plus driver plus sign-control loads.41- DC voltage drop uses a two-wire circuit: `2 x current x length x resistance / 1000 / voltage x 100`.42 43## Output Format44 45Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the object IDs above and state whether the baseline source pack passes the current docs-only checks.46 47Do not claim authority approval, accepted project evidence, lighting software validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.48 49Include a fenced JSON block with exactly these numeric keys:50 51```json52{53 "wind_load_kn": <numeric_value>,54 "dead_load_kn": <numeric_value>,55 "combined_fixing_demand_kn": <numeric_value>,56 "fixing_capacity_margin_kn": <numeric_value>,57 "anchor_group_margin_kn": <numeric_value>,58 "lighting_connected_load_w": <numeric_value>,59 "lighting_current_a": <numeric_value>,60 "voltage_drop_percent": <numeric_value>,61 "voltage_drop_margin_percent": <numeric_value>,62 "overall_pass_score": <numeric_value>63}64```65 Each generated task is drawn from one of these realistic scenario bands.
Site contexts ground each scenario in a real locale the model can use to infer hidden values.
ssc09_canopy_signage_lighting_case
Canopy signage lighting and fixing case
ssc09-canopy-signage-lighting-case-preview — hard difficulty, all inputs given.
Canopy signage lighting and fixing case. Required outputs: wind_load_kn, dead_load_kn, combined_fixing_demand_kn, fixing_capacity_margin_kn, anchor_group_margin_kn, lighting_connected_load_w
Scenario context and visible inputs.
Executable tool: canopy-signage-lighting-fixing-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"wind_load_kn": <number>,
"dead_load_kn": <number>,
"combined_fixing_demand_kn": <number>,
"fixing_capacity_margin_kn": <number>,
"anchor_group_margin_kn": <number>,
"lighting_connected_load_w": <number>,
"lighting_current_a": <number>,
"voltage_drop_percent": <number>,
"voltage_drop_margin_percent": <number>,
"overall_pass_score": <number>
}