Glossary Tag: process monitoring

  • Use Case

    Core meaning

    A **use case** is a structured description of how a user, role, or external system interacts with a system to achieve a specific goal in a defined context. It typically captures:

    – The actor (person, role, or external system) initiating the interaction
    – The goal or outcome the actor wants to achieve
    – The main sequence of interactions between actor and system
    – Alternate or exception paths when things do not follow the main flow
    – Preconditions and postconditions that define when the use case starts and ends

    Use cases are widely used in requirements analysis, system design, and solution evaluation.

    Use in industrial and manufacturing environments

    In industrial operations and regulated manufacturing, a use case commonly refers to a concrete operational or information flow scenario, such as:

    – A quality engineer recording a nonconformance in a QMS and triggering a corrective action workflow
    – An operator starting a production order in an MES and reporting material consumption and downtime
    – An automated test bench sending test results to an SPC or data historian system
    – An ERP system requesting real-time WIP status from an MES for ATP (available-to-promise) calculations

    These use cases may be documented at different levels of detail, ranging from high-level business scenarios (e.g., “Release a batch record for production”) to detailed system interactions (e.g., message exchanges between MES and PLCs).

    Structure and documentation

    Use cases in this domain are often represented using:

    – **Textual descriptions**: Narrative or table-based format listing actor, triggers, main flow, alternate flows.
    – **Diagrams**: UML use case diagrams or system context diagrams to show actors and their relationships to systems.
    – **Scenarios or stories**: Concrete examples of how a shift, batch, or order is run using specific systems.

    They may be grouped into use case catalogues for an MES, QMS, LIMS, historian, or other OT/IT platform.

    Boundaries and exclusions

    A use case:

    – **Is not** the same as a process map, although a process map may contain multiple use cases.
    – **Is not** a full functional specification; it describes interactions and goals, but not all technical details.
    – **Is not** limited to software; it can cover interactions with equipment, manual steps, and paper artifacts, as long as they relate to a defined goal.

    In regulated environments, use cases may inform but do not replace validation documentation, test cases, or formal procedures.

    Common confusion and related terms

    – **Use case vs. user story**: A user story is a brief, informal requirements statement (e.g., “As a line supervisor, I want to see OEE by shift…”). A use case is more structured and details interaction flows.
    – **Use case vs. business case**: A business case explains why an initiative is undertaken (costs, risks, expected value). A use case explains how the solution will be used to achieve specific operational goals.
    – **Use case vs. test case**: A test case is a specific, step-by-step test to verify a requirement. A use case provides the scenario from which many test cases can be derived.

    Site-context application

    On this site, use cases are generally discussed in relation to:

    – Designing and selecting MES, QMS, LIMS, historian, and other OT/IT systems
    – Describing interactions across ISA-95 style levels (ERP, MES, control, equipment)
    – Clarifying how manufacturing, quality, maintenance, and regulatory workflows are supported by integrated systems

    Use cases serve as a neutral way to describe these interactions without prescribing a specific product or implementation approach.

  • historian

    Core meaning

    In industrial and manufacturing environments, a **historian** is a specialized time‑series database and software system used to collect, store, compress, and retrieve time‑stamped operational data. It typically ingests high‑frequency data from control systems, field devices, and sensors, and makes this data available for analysis, reporting, and integration with other systems.

    A historian commonly stores:

    – Process values (flows, temperatures, pressures, levels, speeds)
    – Equipment and asset status signals (run/stop, modes, alarms)
    – Calculated or aggregated metrics (averages, totals, KPI trends)
    – Event time stamps associated with process changes or states

    Role in manufacturing and operations

    In manufacturing, a historian is used to:

    – Capture continuous and batch process data from PLCs, DCS, SCADA, and IoT gateways
    – Provide trend and replay views for engineers, operators, and maintenance
    – Supply historical signals to analytics, predictive maintenance models, and reporting tools
    – Support investigations of deviations, quality issues, and equipment problems through historical traces

    Data in the historian is usually organized by tags or points, each representing a specific signal from a device or system. The system often provides compression, buffering, and backfilling to manage large volumes of time‑series data while maintaining performance.

    Boundaries and what a historian is not

    A historian:

    – **Is** a time‑series data infrastructure component focused on time‑stamped operational values
    – **Is not** a full Manufacturing Execution System (MES) or ERP and typically does not manage orders, routes, or operators
    – **Is not** a general relational database for transactional business data
    – **May integrate with** MES, CMMS, LIMS, quality systems, and analytics platforms but does not replace their workflow or business logic

    Historians usually store data with minimal business context (for example, “Tag 101: reactor temperature”), while systems like MES or ERP add product, batch, order, and schedule context on top of that raw data.

    Common confusion and related terms

    – **Historian vs. MES**: A historian stores time‑series signals; MES manages production execution, work orders, and contextual information such as product, route, and operator.
    – **Historian vs. SCADA**: SCADA focuses on real‑time monitoring and control; a historian focuses on long‑term storage and retrieval of time‑stamped data. Many SCADA systems embed or connect to a historian.
    – **Historian vs. CMMS**: CMMS manages maintenance work, assets, and records; a historian provides operational data that maintenance teams may use for diagnostics or analytics.

    Use in predictive maintenance (site context)

    For predictive maintenance, historians commonly serve as a primary data source. Models can be trained on and run from historical process and equipment signals (vibration, temperature, current, throughput, etc.) without requiring MES data. However, when historian data is combined with MES or other context sources, organizations can link predicted failures or anomalies to specific products, lots, routes, and schedules, which supports more precise root cause analysis and traceability in regulated environments.

  • IIoT

    IIoT stands for Industrial Internet of Things. It commonly refers to the network of connected industrial assets, sensors, control systems, and software platforms that collect, transmit, and use data in manufacturing and other industrial environments.

    Core meaning

    In industrial operations, IIoT typically includes:

    • Physical devices and assets, such as machines, production lines, utilities equipment, and environmental sensors
    • Embedded or add-on sensors and edge devices that capture data like temperature, vibration, pressure, status, and production counts
    • Industrial networks and protocols used to move data between equipment, local gateways, OT systems, and higher-level IT systems
    • Software platforms that store, process, and analyze data, often integrating with MES, ERP, quality, and maintenance systems

    IIoT focuses on industrial and operational contexts. It is typically associated with OT (operational technology) environments such as factories, process plants, and warehouses, rather than consumer devices.

    How IIoT shows up in manufacturing workflows

    Within regulated and complex manufacturing, IIoT commonly appears as:

    • Connected machines streaming production and status data into MES or data historians
    • Condition monitoring and predictive maintenance solutions reading sensor data from assets
    • Energy, utilities, or environmental monitoring systems that feed compliance and performance reports
    • Edge gateways that securely connect PLCs and controllers to cloud or on-premise analytics platforms
    • Integration points that bridge OT data with quality systems, traceability tools, and ERP planning data

    IIoT is often mentioned alongside frameworks such as Industry 4.0 and reference architectures that describe how connected assets, data layers, and business processes align.

    What IIoT is not

    IIoT is not a single product or a specific standard. It is a general concept and ecosystem that can include multiple vendors, protocols, and architectures. It also does not, by itself, imply any particular level of cybersecurity, compliance, or data governance. Those aspects depend on how IIoT solutions are designed and operated.

    Common confusion

    • IIoT vs IoT: IoT (Internet of Things) is a broader term covering all connected devices, including consumer and smart home devices. IIoT refers specifically to industrial and operational environments, with stronger emphasis on reliability, integration with control systems, and alignment with industrial standards.
    • IIoT vs Industry 4.0: IIoT is one of the enabling technologies used within Industry 4.0 initiatives. Industry 4.0 is a wider concept covering digitalization of manufacturing, including IIoT, advanced analytics, digital twins, and integration across business processes.
    • IIoT vs MES/SCADA: MES and SCADA are established system categories with defined roles in production control and monitoring. IIoT platforms often complement these systems by providing additional connectivity, data aggregation, and analytics, but do not always replace them.

    Relation to reference architectures

    In architectural models used for Industry 4.0, IIoT elements typically appear at the asset and integration layers, linking physical equipment and sensors to information systems, analytics, and business processes across the production lifecycle and organizational hierarchy.

  • Systems integration

    Systems integration commonly refers to the practice of connecting separate software, hardware, and automation systems so they can exchange data and operate as a coordinated whole. In industrial and regulated manufacturing environments, it focuses on enabling reliable, traceable information flows across enterprise IT systems and operational technology (OT) on the shop floor.

    What systems integration includes

    In a manufacturing context, systems integration typically covers:

    • Linking enterprise systems such as ERP, PLM, and quality management systems (QMS) with manufacturing execution systems (MES) and plant-floor control systems
    • Connecting OT assets, such as PLCs, DCS, SCADA, historians, and data acquisition systems, to higher-level operations and analytics platforms
    • Defining and implementing interfaces, data models, and message formats so that systems can exchange information in a consistent and controlled way
    • Implementing middleware, integration platforms, or APIs to manage data routing, transformations, and orchestration between systems
    • Managing identity, access, and audit trails related to data exchanges, especially in regulated environments

    Systems integration addresses both the technical connectivity (networks, protocols, APIs) and the semantic alignment of data (consistent definitions for materials, equipment, batches, and process parameters).

    Operational meaning in manufacturing

    Operationally, systems integration shows up as automated workflows that span multiple systems. Examples include:

    • Transferring production orders from ERP to MES and returning actuals such as quantities, scrap, and consumption
    • Feeding process data from equipment or historians into MES or QMS for real-time monitoring, deviation management, or electronic batch records
    • Synchronizing master data such as materials, recipes, routings, and equipment hierarchies across ERP, MES, and plant control layers
    • Exchanging information between manufacturing systems and business intelligence or operations intelligence platforms for reporting and analysis

    Standards such as IEC 62264 and ISA-95 provide reference models and terminology to support systems integration between enterprise systems and manufacturing operations systems, but they do not by themselves guarantee interoperability. Each integration still requires design, mapping, and validation.

    What systems integration is not

    • It is not a single product or software application. It is a practice and result of combining multiple systems via defined interfaces and data models.
    • It is not limited to data migration. Ongoing, bidirectional data exchange and coordination of processes are usually in scope.
    • It is not the same as process reengineering, although integration projects often trigger process and data governance changes.

    Common confusion

    • Systems integration vs. interoperability: Systems integration is the project or activity of connecting specific systems in a specific environment. Interoperability is the capability of systems to work together, often leveraging standards. A plant can use standards and still require custom integration work.
    • Systems integration vs. interface development: An interface is a specific technical connection between two systems. Systems integration is broader and covers how multiple interfaces and systems work together to support end-to-end processes.

    Link to IEC 62264 context

    In the context of IEC 62264, systems integration refers to implementing the standard’s models and terminology to connect enterprise systems (such as ERP) with manufacturing operations systems (such as MES and control systems). The standard provides a common reference for structuring and naming information, which can simplify integration design and communication between IT and OT teams, but the actual integration still depends on plant-specific implementation and validation.

  • reference architecture

    A reference architecture is a structured, technology-agnostic blueprint that describes the key components, layers, relationships, and interfaces within a particular problem domain or class of systems. It provides a common map for how things are organized, but does not prescribe a single product, vendor, or implementation.

    Key characteristics

    In industrial and manufacturing environments, a reference architecture commonly:

    • Defines logical layers (for example, physical assets, control systems, MES, enterprise systems, business processes)
    • Describes standard interfaces and data flows between OT and IT systems
    • Organizes concerns such as security, data models, and lifecycle management
    • Aligns with existing standards where possible, without duplicating them
    • Is technology-agnostic and does not mandate particular vendors or products

    A reference architecture is typically used to:

    • Provide a shared vocabulary for engineering, operations, quality, and IT teams
    • Support comparison and selection of system designs against a known structure
    • Identify integration points between MES, ERP, PLM, historians, and shop-floor systems
    • Guide long-term modernization, such as Industry 4.0 initiatives, without dictating detailed designs

    Operational meaning in manufacturing

    Within regulated manufacturing, a reference architecture commonly appears as:

    • Architecture diagrams showing how equipment, PLCs, SCADA, MES, LIMS, QMS, ERP, and analytics platforms connect
    • Layered models that separate field devices, control, supervision, operations management, and business planning
    • Standardized patterns for data collection, traceability, and audit evidence flow across systems
    • Supporting material for internal governance, change impact assessment, and validation planning

    It is a planning and communication tool, not an implementation specification. Individual plants or programs adapt it into detailed solution architectures and system designs that reflect specific technologies, vendors, and constraints.

    Relation to RAMI 4.0 and other models

    RAMI 4.0 (Reference Architectural Model Industry 4.0) is an example of a reference architecture that organizes Industry 4.0 concepts across layers, lifecycle stages, and hierarchical levels. Similar roles are played by:

    • ISA-95 models that structure integration between control, MES, and ERP levels
    • Reference architectures for industrial IoT or edge computing that describe connectivity and data management patterns

    These models offer structured views and terminology that teams can use to align designs and discussions. They do not, by themselves, guarantee regulatory compliance, cybersecurity, or interoperability.

    What a reference architecture is not

    To avoid confusion, a reference architecture is not:

    • A detailed system design or configuration specification
    • A validated or approved implementation
    • A complete standard operating procedure or work instruction
    • A compliance certificate or proof that a system meets regulatory requirements

    Common confusion

    • Reference architecture vs. solution architecture: A reference architecture is generic and reusable across multiple projects or sites. A solution architecture is specific to a particular implementation, technology stack, and environment.
    • Reference architecture vs. standard: A standard defines formal requirements or rules. A reference architecture provides structured guidance and examples, and may reference standards, but is not itself a binding requirement.
  • How does Connect 981 improve work order control without replacing our existing ERP or MES?

    Connect 981 improves work order control by acting as an execution and orchestration layer between your existing ERP and MES and the shop floor. It does not replace planning or core transaction systems. Instead, it uses data from those systems to provide clearer, more granular control of work orders where the work is actually performed.

    How it improves work order control

    Connect 981 commonly enhances work order control in the following ways:

    • Digitized dispatch and routing: Translates ERP or MES work orders into clear, step-by-step tasks at each workstation, cell, or line without changing how orders are created in the source system.
    • Real-time status and progress: Captures start, stop, completion, and hold events directly from operators or connected equipment so supervisors see actual progress instead of waiting for batch updates or manual reporting.
    • Standard work and instructions at the point of use: Links operations in the work order to controlled work instructions, checklists, and data collection forms so each step is executed consistently and documented.
    • Integrated data capture and traceability: Records who did what, when, on which equipment, with which materials, and under which revision of instructions, then associates this information back to the originating work order.
    • Constraint and exception handling: Provides a structured way to pause, re-route, or adjust work when materials, tools, or approvals are missing, reducing ad hoc workarounds that ERP or MES do not fully capture.
    • Feedback loop to planning systems: Shares actual cycle times, yields, and issues so planning and scheduling in ERP or MES can be refined using current performance data.

    How it works with, not instead of, ERP and MES

    Connect 981 is typically implemented as a complementary layer:

    • ERP remains the system of record for customer orders, master data, MRP, costing, and financial postings.
    • MES (if present) remains the core execution backbone for routing logic, electronic batch records, or enforcement rules where it is already deployed.
    • Connect 981 focuses on usability and coverage in areas where ERP or MES are too rigid, too complex to configure for high-mix environments, or not fully deployed on the shop floor.

    This approach avoids a rip-and-replace project. Instead, Connect 981 leverages existing investments and fills practical execution gaps such as operator guidance, local work order re-prioritization, and consistent data capture across diverse lines or sites.

    Example in a regulated manufacturing environment

    In a regulated plant, ERP may issue work orders and an MES may manage certain validated processes. Connect 981 can:

    • Pull work order and routing details from ERP or MES.
    • Present operators with controlled digital instructions and required checks at each step.
    • Capture electronic signatures, inspection results, and material usage directly against the work order.
    • Return summary execution data and exceptions so ERP and MES records remain complete without redesigning those systems.

    The result is tighter work order control, improved visibility, and better evidence for audits, all achieved by integrating with existing systems rather than replacing them.

  • Integration Architecture

    Core concept

    Integration architecture commonly refers to the high-level design of how multiple software and hardware systems exchange data and services within and across organizations. It defines the patterns, technologies, and structural choices used to connect systems such as ERP, MES, LIMS, SCADA, historians, quality systems, and external partner platforms.

    In industrial and manufacturing environments, integration architecture focuses on how OT systems on the shop floor interact with IT systems in the enterprise layer, while respecting security, performance, and compliance constraints.

    Key elements

    Typical elements of an integration architecture include:

    – **Integration styles and patterns**
    – Point-to-point interfaces
    – Hub-and-spoke or broker-based models
    – Enterprise service bus (ESB) designs
    – API- and event-driven architectures
    – File-based and message-queue-based exchanges

    – **Integration technologies and components**
    – Middleware, message brokers, or ESBs
    – API gateways and REST/SOAP services
    – Industrial protocols (e.g., OPC UA, MQTT in OT contexts)
    – Adapters and connectors for specific systems (ERP, MES, LIMS, PLCs)
    – Data transformation and mapping components

    – **Information and data flow design**
    – Which systems act as sources of record for each data domain
    – Direction, frequency, and criticality of data flows
    – Synchronous vs. asynchronous communication patterns
    – Data formats and canonical data models where used

    – **Cross-cutting concerns**
    – Security and access control across interfaces
    – Monitoring, logging, and traceability of transactions
    – Error handling and retry behaviors
    – Versioning and change management of interfaces
    – Performance, latency, and throughput expectations

    Usage in industrial and regulated environments

    In manufacturing and other regulated industries, integration architecture is often documented and reviewed to ensure:

    – **Separation and controlled interaction of IT and OT**: For example, clearly defined zones and conduits between plant networks, MES, and corporate ERP.
    – **Traceable exchange of regulated data**: Such as quality results, batch records, electronic device history records, or serialization data moving between shop-floor systems and quality or regulatory reporting systems.
    – **Alignment with reference models**: Many organizations informally align integration architecture with frameworks such as ISA-95 levels (e.g., integration between Level 2/3 systems and Level 4 systems), without implying any certification.

    Integration architecture diagrams are frequently used to:

    – Communicate how MES, ERP, SCADA, historians, quality systems, and data lakes are connected.
    – Show which services or APIs expose master data, production orders, or quality results.
    – Document how external parties (e.g., contract manufacturers or logistics providers) exchange data with internal systems.

    Boundaries and exclusions

    Integration architecture is distinct from, but related to, other architectural views:

    – **Not the same as application architecture**: Application architecture focuses on the internal structure of a specific system (modules, layers, components). Integration architecture focuses on how separate systems communicate.
    – **Not limited to a single tool or middleware product**: It describes the overall integration design, which may use multiple tools, custom code, and protocols.
    – **Not only network architecture**: While it depends on underlying networks, it is primarily concerned with logical interfaces and data flows, not with detailed switch, router, or VLAN design.

    Common confusion and related terms

    – **Integration vs. interface**: An interface is a specific connection or API between two systems. Integration architecture describes the overall strategy and pattern for many such interfaces across the landscape.
    – **Integration architecture vs. enterprise architecture**: Enterprise architecture is broader and covers business, application, data, and technology architectures. Integration architecture is one focused view within that wider scope.
    – **Integration architecture vs. data architecture**: Data architecture defines data models, domains, and governance; integration architecture defines how data moves between systems and how those systems interact.

    Site context: role in manufacturing systems

    Within the context of manufacturing and industrial operations, integration architecture often addresses:

    – How production orders and master data move from ERP to MES and then to shop-floor control systems.
    – How equipment data, alarms, and process parameters flow from OT assets and SCADA into historians, MES, and analytics platforms.
    – How quality and compliance data (e.g., test results, deviations, batch records) are exchanged between MES, LIMS, QMS, and regulatory reporting tools.
    – How cloud-based analytics or operations-intelligence platforms consume and publish data in a controlled and auditable way.

    In regulated environments, this architecture is typically documented with enough detail to support impact assessment, change control, and periodic review of connected systems.