Poe load w
poe_load_w
Total PoE load from the device schedule
Scores if within ±3% of the reference value.
Calculates deterministic SSC-05 field cabinet metrics from a task-owned synthetic source pack. The template combines PoE device load, switch budget, UPS runtime, cabinet thermal rise, fibre link loss, optical margin, 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.
23 inputs
Included directly in every task prompt.
Camera count
camera_count
DEVICE-05-SCHED-06 PoE camera count
Camera poe
camera_poe_w
DEVICE-05-SCHED-06 camera PoE allocation
Radio count
radio_count
DEVICE-05-SCHED-06 radio count
Radio poe
radio_poe_w
DEVICE-05-SCHED-06 radio PoE allocation
Controller count
controller_count
DEVICE-05-SCHED-06 controller count
Controller poe
controller_poe_w
DEVICE-05-SCHED-06 controller PoE allocation
Poe budget
poe_budget_w
POE-05-SWITCH-06 available switch PoE budget
Ups nominal
ups_nominal_kwh
UPS-05-CAB-06 nominal UPS energy
Ups usable fraction
ups_usable_fraction
UPS-05-CAB-06 usable battery fraction
Inverter efficiency
inverter_efficiency
UPS-05-CAB-06 inverter efficiency
Non poe load
non_poe_load_w
NET-05-TOPO-06 non-PoE cabinet load
Required runtime
required_runtime_h
UPS-05-CAB-06 required backup runtime
Switch heat
switch_heat_w
POE-05-SWITCH-06 switch heat contribution
Cabinet thermal w per c
cabinet_thermal_w_per_c
UPS-05-CAB-06 cabinet thermal dissipation
Max temperature rise
max_temperature_rise_c
UPS-05-CAB-06 maximum cabinet temperature rise
Fibre length
fibre_length_km
FIBRE-05-PATH-06 fibre path length
Fibre loss db per km
fibre_loss_db_per_km
FIBRE-05-PATH-06 cable attenuation
Splice count
splice_count
FIBRE-05-PATH-06 splice count
Splice loss
splice_loss_db
FIBRE-05-PATH-06 loss per splice
Connector count
connector_count
FIBRE-05-PATH-06 connector count
Connector loss
connector_loss_db
FIBRE-05-PATH-06 loss per connector
Patch loss
patch_loss_db
FIBRE-05-PATH-06 patch-panel allowance
Optical budget
optical_budget_db
FIBRE-05-PATH-06 available optical budget
11 outputs
poe_load_w
Total PoE load from the device schedule
Scores if within ±3% of the reference value.
poe_budget_margin_w
Available PoE budget minus total PoE load
Scores if within ±3% of the reference value.
usable_ups_energy_kwh
Usable UPS energy after battery and inverter factors
Scores if within ±3% of the reference value.
ups_runtime_hr
UPS runtime for PoE plus non-PoE cabinet loads
Scores if within ±3% of the reference value.
runtime_margin_hr
UPS runtime minus required runtime
Scores if within ±3% of the reference value.
cabinet_heat_w
Cabinet heat load
Scores if within ±3% of the reference value.
cabinet_temp_rise_c
Cabinet temperature rise
Scores if within ±3% of the reference value.
temperature_margin_c
Maximum cabinet temperature rise minus calculated rise
Scores if within ±3% of the reference value.
fibre_loss_db
Fibre path loss
Scores if within ±3% of the reference value.
optical_margin_db
Available optical budget minus fibre path loss
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when PoE, runtime, temperature, and optical margins are non-negative
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 design engineer checking `SSC-05-LH-06`, a task-owned synthetic SSC-05 PoE, fibre, and field cabinet power package.2 3Use only the task-owned synthetic source pack values below for numeric grading. PoE-budget, fibre-link, field-cabinet, and UPS autonomy workflows shape the context only; this instance does not run those tools or parse a real network topology, fibre loss sheet, or UPS export.4 5## Scene6 7- Design case: `CASE-SSC05-POE-FIBRE-06`8- Device schedule: `DEVICE-05-SCHED-06`9- Network topology: `NET-05-TOPO-06`10- PoE switch schedule: `POE-05-SWITCH-06`11- Fibre path table: `FIBRE-05-PATH-06`12- Battery or UPS data sheet: `UPS-05-CAB-06`13- Field cabinet memo: `MEMO-05-CABINET-06`14 15## Source Values16 17| Item | Value |18|------|-------|19| Camera count | {{ camera_count }} |20| Camera PoE allocation | {{ camera_poe_w }} W |21| Radio count | {{ radio_count }} |22| Radio PoE allocation | {{ radio_poe_w }} W |23| Controller count | {{ controller_count }} |24| Controller PoE allocation | {{ controller_poe_w }} W |25| PoE budget | {{ poe_budget_w }} W |26| UPS nominal energy | {{ ups_nominal_kwh }} kWh |27| UPS usable fraction | {{ ups_usable_fraction }} |28| Inverter efficiency | {{ inverter_efficiency }} |29| Non-PoE load | {{ non_poe_load_w }} W |30| Required runtime | {{ required_runtime_h }} h |31| Switch heat | {{ switch_heat_w }} W |32| Cabinet thermal dissipation | {{ cabinet_thermal_w_per_c }} W/C |33| Maximum temperature rise | {{ max_temperature_rise_c }} C |34| Fibre length | {{ fibre_length_km }} km |35| Fibre loss | {{ fibre_loss_db_per_km }} dB/km |36| Splice count | {{ splice_count }} |37| Splice loss | {{ splice_loss_db }} dB |38| Connector count | {{ connector_count }} |39| Connector loss | {{ connector_loss_db }} dB |40| Patch loss | {{ patch_loss_db }} dB |41| Optical budget | {{ optical_budget_db }} dB |42 43Checks:44 45- PoE load equals camera, radio, and controller PoE loads.46- Usable UPS energy equals `ups_nominal_kwh x ups_usable_fraction x inverter_efficiency`.47- UPS runtime equals usable UPS energy divided by PoE plus non-PoE load.48- Cabinet temperature rise equals cabinet heat divided by thermal dissipation.49- Fibre loss equals cable, splice, connector, and patch losses.50- Overall pass score is `1.0` only when PoE, runtime, temperature, and optical margins are non-negative; otherwise it is `0.0`.51 52## Output Format53 54Write a compact memo to `/workspace/output.md`. Preserve the object IDs above, state the task-owned synthetic source-pack boundary, and explain whether the baseline source pack passes the docs-only checks.55 56Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated software evidence, generated benchmark readiness, or benchmark readiness.57 58Include a fenced JSON block with exactly these numeric keys:59 60```json61{62 "poe_load_w": <numeric_value>,63 "poe_budget_margin_w": <numeric_value>,64 "usable_ups_energy_kwh": <numeric_value>,65 "ups_runtime_hr": <numeric_value>,66 "runtime_margin_hr": <numeric_value>,67 "cabinet_heat_w": <numeric_value>,68 "cabinet_temp_rise_c": <numeric_value>,69 "temperature_margin_c": <numeric_value>,70 "fibre_loss_db": <numeric_value>,71 "optical_margin_db": <numeric_value>,72 "overall_pass_score": <numeric_value>73}74```75 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.
ssc05_poe_fibre_case
PoE/fibre cabinet package tied to one device schedule, topology, PoE switch schedule, fibre path, UPS sheet, and memo
poe-fibre-field-cabinet-ssc05-poe-fibre-case-preview — hard difficulty, all inputs given.
PoE/fibre cabinet package tied to one device schedule, topology, PoE switch schedule, fibre path, UPS sheet, and memo. poe-fibre-field-cabinet. Required outputs: poe_load_w, poe_budget_margin_w, usable_ups_energy_kwh, ups_runtime_hr, runtime_margin_hr, cabinet_heat_w
Scenario context and visible inputs.
Executable tool: poe-fibre-field-cabinet-power-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"poe_load_w": <number>,
"poe_budget_margin_w": <number>,
"usable_ups_energy_kwh": <number>,
"ups_runtime_hr": <number>,
"runtime_margin_hr": <number>,
"cabinet_heat_w": <number>,
"cabinet_temp_rise_c": <number>,
"temperature_margin_c": <number>,
"fibre_loss_db": <number>,
"optical_margin_db": <number>,
"overall_pass_score": <number>
}