Busroot Documentation
Go to OI WebsiteRequest Access to Demo Site
  • Getting Started
    • Overview
    • Concepts and Architecture
      • Station Windows
    • Account Setup
      • Users & Authentication
    • Connecting Stations
    • Glossary
    • Releases
  • Features
    • Production Tracking
    • Asset Utilisation
    • Downtime Analysis
    • Scheduling
    • OEE Analysis
    • Energy Monitoring
    • Cycle Time Analysis
    • Lost Production Cost Analysis
    • Operator Interface
    • Shop Floor LFDs
    • Email Notifications
      • Daily Summary Email
  • Configuration
    • Plants
    • Stations
    • SKUs
    • Issue Reasons
  • Integrations
    • Real-time Station Data
    • HTTP API
      • Signals
    • PowerBI Direct Access
    • Grafana Direct Access
    • Bulk Data Export
      • CSV Download
      • S3 Sync
    • Node-RED Nodes
  • Recommended Hardware
    • Arduino Opta
      • Configuration
      • Cellular Connectivity
    • Android Tablet
    • Energy Monitors
      • 1 Phase < 100A
      • 3 Phase < 100A
      • 3 Phase < 4000A
    • Fire TV Stick
    • Diagnostic Device
  • Partner Portal
    • Overview
    • Becoming a Partner
  • Archive
    • Use Busroot
      • Live Monitoring
        • Cockpit
        • Dashboards
      • Production
        • Production Monitoring
      • OEE
        • OEE Chart
        • PT vs NPT
        • Downtime Detection
        • Utilisation Monitoring
      • Admin
        • Plants
        • Stations
        • SKU Management
        • Shift Patterns
        • Notifications
      • Production Schedules
        • Schedule CSV Upload
      • Operator Tablet
        • Interruption Tool
      • Manage Your Stations
      • Alerts and Emails
    • Workflows
      • Basic Utilisation Monitoring
      • Performance Monitoring
      • Production Progress Forecasting
      • Manual Production Progress Tracking
      • Understanding Downtime Trends
      • Understanding Production Trends
      • Daily Email Summaries
      • Adhoc Production Tracking
      • Short Interval Control
      • Wasted Energy
      • Understanding Energy Consumption Trends
      • Raw Data Access
      • Understanding OEE Trends
    • FAQs
    • CUSTOMER GUIDE TO BUSROOT
      • Requirements before and during Installation
        • Pre-Installation requirements
          • Completing the Work order form
        • What hardware will you need and do we provide it?
        • Connectivity requirements to use Busroot
        • Installation
        • Self-Installation and configuration guide
      • A user guide to getting started with your account
        • Setting up your Plant
        • Login to your account
        • Station Setup
        • SKU Setup
        • Shift Patterns
        • Notifications
      • Glossary of Busroot Menu Features and how to use them
        • Menu - Overview
        • Menu - Live Monitoring
          • Production Progress
          • Cockpit
        • Menu - Production
        • Menu - Scheduling
          • Production Schedules
          • Schedule CSV Upload
        • Menu - OEE Analysis
          • PT vs NPT
          • OEE Chart
          • Utilisation Monitoring
          • Downtime Detection
        • Menu - Energy
    • Onboarding
      • Welcome
      • Getting Started
      • Implementation
      • After the installation
      • For your IT Team
Powered by GitBook

© 2025 Output Industries Ltd

On this page
  1. Getting Started
  2. Concepts and Architecture

Station Windows

These records are a summary of all activity that occurred for a single station during 1 specific minute.

They are a convenient summary of all real-time and contextual data for each station in 1 minute slices.

Station Window Schema

Field
Format
Description

account_id

string

Unique key for the customer account.

station_code

string

Unique within account identifier for the station.

window_start_at

datetime

The time this window starts at, will always be a whole minute.

window_end_at

datetime

The time this window ends at, will always be a whole minute.

total_time

number

Total number of ms in this window. Will always be 60,000.

shift_time

number

Number of ms inside a shift.

scheduled_production_time

number

Number of ms inside a production schedule. Outside of a shift, will always be 0.

scheduled_non_production_time

number

Number of ms inside a non-production schedule. Outside of a shift, will always be 0.

productive_time

number

Number of ms this station was productive.

issue_time

number

Number of ms this station was experiencing an issue.

issue_reason_codes

string[]

The reason codes provided by the customer during this window.

issue_ids

number[]

The issue IDs active during this window.

line_speed_avg

number

The average line speed during this window.

line_speed_target_avg

number

The average target line speed during this window.

rssi_avg

number

The average wifi signal strength during this window.

production_good_count

number

The number of good production units completed during this window.

production_bad_count

number

The number of bad production units completed during this window.

error_codes

string[]

The error codes recorded during this window.

schedule_ids

number[]

The schedule IDs active during this window.

cycle_time_avg

number

The average cycle time during this window.

is_alive

boolean

An indication that any signal was received during this window.

electrical_volts_avg

number

The average electrical voltage recorded during this window.

electrical_amps_avg

number

The average electrical current recorded during this window.

electrical_hz_avg

number

The average electrical AC frequency recorded during this window.

electrical_pf_avg

number

The average electrical power factor recorded during this window.

electrical_kwh

number

The total electrical energy recorded during this window in kWh.

created_at

datetime

The time this record was first created.

updated_at

datetime

The time this record was last updated.

status_code

string

The status code active during this window.

sku_code

string

The SKU code for any active production schedule during this window.

sku_group_code

string

The SKU group code for any active production schedule during this window.

non_production_reason_codes

string[]

The reason code any active non-production schedule during this window.

electrical_price

number

The total cost of the electrical consumption during this window.

electrical_price_currency

number

The currency of the electrical cost.

electrical_co2

number

Total CO2 consumed for the electricity used during this window.

downtime_cost

number

The total cost of the downtime during this window.

production_ideal_count

number

The number of production units that, according to the cycle time, should have been completed during this window.

PreviousConcepts and ArchitectureNextAccount Setup

Last updated 5 months ago