Data-driven precision Flashcards

(4 cards)

1
Q

Describe the levels in the ISA-95 Pyramid and why it is important to use it in developing Industry 4.0 solutions.

A

Level 0 Physical process Machines, sensors, robots, materials.

Level 1 Sensing and actuation Sensors, actuators, PLCs (monitor and control process variables).

Level 2 Control systems SCADA, DCS, CNC — manage and monitor production cells.

Level 3 Manufacturing operations management (MOM/MES) Production scheduling, quality tracking, maintenance planning.

Level 4 Business planning and logistics ERP systems — handle orders, inventory, finance, supply chain.

Why it’s important:

  • Provides a standard framework to organize and connect different systems in a factory.
  • Ensures interoperability and data consistency between machines and business systems.
  • Helps identify where data originates, how it flows, and who uses it.
  • Crucial for Industry 4.0 development — supports integration from shop floor to enterprise (vertical integration).
  • Reduces complexity and prevents “data silos.”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe five essential technology perspectives in a connectivity solution.

A

When developing connected Industry 4.0 systems, you must address several technology perspectives (layers).
Five essential ones are:

Connectivity (Communication layer):

  • How devices exchange data — e.g., fieldbus, OPC UA, MQTT, Ethernet, 5G.
  • Ensures reliable and standardized data transfer.

-Data acquisition and integration:

  • Collects raw data from sensors, PLCs, machines, and integrates it into databases or platforms.
  • Converts different formats into a unified structure.

Data storage and management:

  • Securely stores large data volumes (databases, cloud storage, data lakes).
  • Includes access control, backup, and scalability.

Data analytics and intelligence:

  • Uses algorithms and AI/ML models to extract insights, detect patterns, predict failures, and optimize processes.

Visualization and user interaction:

  • Presents information in dashboards, HMIs, or digital twins.
  • Enables decision-making and feedback to the process.

Together:
These layers create a complete pipeline — from collecting sensor data → transforming it → analyzing it → visualizing actionable insights.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between data engineering, data science, and data management?

A

Data Engineering: Building the infrastructure for data. Collecting, cleaning, transforming, and transporting data from machines to databases or cloud.

Data Science: Extracting knowledge and insights from data. Statistical analysis, machine learning, predictive modeling, optimization.

Data Management: Governance, organization, and quality of data. Data security, access control, documentation, standards, and ensuring data consistency.

In short:

Data engineering → builds data pipelines.

Data science → analyzes and interprets data.

Data management → ensures data is reliable, secure, and properly governed.

All three are interconnected and essential for Industry 4.0 projects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a software development toolchain and why is it needed?

A

Definition:

A software development toolchain is a set of integrated tools and processes used by developers to build, test, deploy, and maintain software applications.

Typical components:

  1. Code editor / IDE (e.g., VS Code, IntelliJ).
  2. Version control system (e.g., Git, GitHub, GitLab).
  3. Build tools (e.g., Maven, Gradle, Make).
  4. Testing tools (unit and integration tests).
  5. Continuous integration & deployment (CI/CD) tools (e.g., Jenkins, GitHub Actions).
  6. Containerization / virtualization (e.g., Docker, Kubernetes).
  7. Monitoring and feedback (e.g., logging, analytics).

Why it’s needed:

  • Ensures efficient and consistent development across teams.
  • Automates repetitive tasks → faster development cycles.
  • Reduces human error and improves software quality.
  • Essential for maintaining traceability, scalability, and reliability in complex Industry 4.0 systems.

E- nables continuous delivery and easy updates for connected industrial applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly