{
  "id": "v20-ca-panel-load",
  "version": "20.16.0",
  "name": "Electrical Panel Load Screening Calculator — Canada",
  "shortName": "Electrical Panel Load Screening",
  "description": "Check a specified single-phase demand scenario without applying an invented code demand schedule. CAD planning view; stated limitations apply.",
  "category": "Home & Construction",
  "categorySlug": "home-construction",
  "keywords": [
    "panel-load",
    "ca",
    "quantity-surveying",
    "energy-saver",
    "engineering-scope"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "new",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/v20-ca-panel-load.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "20.16.0",
    "referenceCoverage": "references-listed",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "notice": "Illustrative defaults are not local quotes or verified legal rules. Dated reference components and user-entered assumptions are explicitly distinguished. Professional review is pending.",
  "urls": {
    "page": "/ca/panel-load/",
    "definition": "/ca/panel-load/definition.json",
    "schema": "/ca/panel-load/schema.json",
    "llms": "/ca/panel-load/llms.txt",
    "legacyDefinition": "/ca/panel-load/definition.json"
  },
  "queryExample": "https://askcalculators.com/ca/panel-load/?connectedWatts=18000&demandFactor=75&continuousShare=25&continuousMultiplier=1.25&voltage=240&powerFactor=1&panelRating=100&unitRate=0&laborCost=0&deliveryCost=0&otherCost=0&costMultiplier=1&spreadPercent=15&taxRate=0",
  "queryParameters": {
    "connectedWatts": {
      "label": "Total connected load, W",
      "type": "number",
      "required": true,
      "default": 18000
    },
    "demandFactor": {
      "label": "Explicit engineered demand factor",
      "type": "percent",
      "required": true,
      "default": 75
    },
    "continuousShare": {
      "label": "Continuous share of demand load",
      "type": "percent",
      "required": true,
      "default": 25
    },
    "continuousMultiplier": {
      "label": "Specified continuous-load multiplier",
      "type": "number",
      "required": true,
      "default": 1.25
    },
    "voltage": {
      "label": "Single-phase line-to-line supply, V",
      "type": "number",
      "required": true,
      "default": 240
    },
    "powerFactor": {
      "label": "Power factor",
      "type": "number",
      "required": true,
      "default": 1
    },
    "panelRating": {
      "label": "Entered panel current rating, A",
      "type": "number",
      "required": true,
      "default": 100
    },
    "unitRate": {
      "label": "Material price per quoted panel project",
      "type": "money",
      "required": true,
      "default": 0
    },
    "laborCost": {
      "label": "Total labor allowance",
      "type": "money",
      "required": true,
      "default": 0
    },
    "deliveryCost": {
      "label": "Delivery allowance",
      "type": "money",
      "required": true,
      "default": 0
    },
    "otherCost": {
      "label": "Other fixed costs",
      "type": "money",
      "required": true,
      "default": 0
    },
    "costMultiplier": {
      "label": "Material/labor multiplier",
      "type": "number",
      "required": true,
      "default": 1
    },
    "spreadPercent": {
      "label": "Low/high sensitivity around the entered total",
      "type": "percent",
      "required": true,
      "default": 15
    },
    "taxRate": {
      "label": "Explicit tax allowance",
      "type": "percent",
      "required": true,
      "default": 0
    }
  },
  "inputs": [
    {
      "id": "connectedWatts",
      "label": "Total connected load, W",
      "type": "number",
      "defaultValue": 18000,
      "required": true,
      "min": 0,
      "max": 1000000000,
      "step": 0.01,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "demandFactor",
      "label": "Explicit engineered demand factor",
      "type": "percent",
      "defaultValue": 75,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "continuousShare",
      "label": "Continuous share of demand load",
      "type": "percent",
      "defaultValue": 25,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "continuousMultiplier",
      "label": "Specified continuous-load multiplier",
      "type": "number",
      "defaultValue": 1.25,
      "required": true,
      "min": 1,
      "max": 2,
      "step": 0.01,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "voltage",
      "label": "Single-phase line-to-line supply, V",
      "type": "number",
      "defaultValue": 240,
      "required": true,
      "min": 1,
      "max": 100000,
      "step": 0.01,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "powerFactor",
      "label": "Power factor",
      "type": "number",
      "defaultValue": 1,
      "required": true,
      "min": 0.1,
      "max": 1,
      "step": 0.01,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "panelRating",
      "label": "Entered panel current rating, A",
      "type": "number",
      "defaultValue": 100,
      "required": true,
      "min": 1,
      "max": 1000000,
      "step": 0.01,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "unitRate",
      "label": "Material price per quoted panel project",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "help": "Zero means unpriced, not free. Enter a current, scoped supplier quote. Illustrative starting value; replace with your own evidence.",
      "prefix": "CAD"
    },
    {
      "id": "laborCost",
      "label": "Total labor allowance",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "deliveryCost",
      "label": "Delivery allowance",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "otherCost",
      "label": "Other fixed costs",
      "type": "money",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 1000000000000,
      "step": 0.01,
      "prefix": "CAD",
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "costMultiplier",
      "label": "Material/labor multiplier",
      "type": "number",
      "defaultValue": 1,
      "required": true,
      "min": 0.1,
      "max": 10,
      "step": 0.01,
      "help": "Use a verified regional index only when supplied. 1 is an unadjusted scenario, not a researched index. Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "spreadPercent",
      "label": "Low/high sensitivity around the entered total",
      "type": "percent",
      "defaultValue": 15,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    },
    {
      "id": "taxRate",
      "label": "Explicit tax allowance",
      "type": "percent",
      "defaultValue": 0,
      "required": true,
      "min": 0,
      "max": 100,
      "step": 0.1,
      "help": "Illustrative starting value; replace with your own evidence."
    }
  ],
  "outputs": [
    {
      "id": "designWatts",
      "label": "Adjusted scenario load, W",
      "format": "number",
      "digits": 2
    },
    {
      "id": "current",
      "label": "Scenario current, A",
      "format": "number",
      "digits": 2
    },
    {
      "id": "headroom",
      "label": "Arithmetic rating minus scenario current, A",
      "format": "number",
      "digits": 2
    },
    {
      "id": "materialCost",
      "label": "Material cost",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "laborCost",
      "label": "Labor allowance",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "deliveryCost",
      "label": "Delivery allowance",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "otherCost",
      "label": "Other specified costs",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "tax",
      "label": "Entered tax allowance",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "low",
      "label": "Low cost scenario",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    },
    {
      "id": "mid",
      "label": "Middle cost scenario",
      "format": "currency",
      "digits": 2,
      "primary": true,
      "currency": "CAD"
    },
    {
      "id": "high",
      "label": "High cost scenario",
      "format": "currency",
      "digits": 2,
      "currency": "CAD"
    }
  ],
  "formula": {
    "expression": "scenario current = connected watts × demand factor × (1 + continuous share × (multiplier − 1)) ÷ (voltage × power factor).",
    "note": "Inputs are converted to canonical units before evaluating this stated formula."
  },
  "examples": [
    {
      "label": "Illustrative defaults; required verification checks remain unconfirmed",
      "inputs": {
        "unitSystem": "metric",
        "connectedWatts": 18000,
        "demandFactor": 75,
        "continuousShare": 25,
        "continuousMultiplier": 1.25,
        "voltage": 240,
        "powerFactor": 1,
        "panelRating": 100,
        "unitRate": 0,
        "laborCost": 0,
        "deliveryCost": 0,
        "otherCost": 0,
        "costMultiplier": 1,
        "spreadPercent": 15,
        "taxRate": 0
      }
    }
  ],
  "sources": [
    {
      "label": "NIST unit conversion guidance",
      "url": "https://www.nist.gov/pml/special-publication-811"
    },
    {
      "label": "DOE insulation overview",
      "url": "https://www.energy.gov/energysaver/weatherize/insulation"
    }
  ],
  "publicSlug": "panel-load",
  "namespace": "ca",
  "countries": [
    "us",
    "ca"
  ]
}
