SlideShare una empresa de Scribd logo
1 de 20
Rules for Adaptive Learning and
Assistance on the Shop Floor
Carsten Ullrich
Associate Head
Educational Technology Lab (EdTec)
at the
German Research Center for Artificial
Intelligence (DFKI GmbH)
The Workplace is
Transforming
• Challenges for Europe's manufacturing industry:
– Accelerating innovation
– Shorter product cycles
– Ever increasing number of
product variants
– Smaller batch sizes
(batch size 1)
– … while keeping/increasing level
of competitiveness
– … with fewer and fewer employees
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Human Operators at
Tomorrow’s Workplace
• Despite the increasing automation, human operators have
place on shop floor  with changed roles
• Technological innovation cannot be considered in isolation, but
requires an integrated approach drawing from technical,
organizational and human aspects.
• Industry 4.0 and other new technologies increase complexity of
– usage and maintenance of production lines
– control of the production process
• Employee under constant pressure
– to solve problems occurring on the
shop floor as fast as possible,
– to improve work-related knowledge,
skills, and
capabilities
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
(Hirsch-Kreinsen, 2014)
Assistance- and Knowledge-Services
for Smart Production
• Information providing and training processes have to become
– more flexible
– integrated in the workplace
– individualized
• Opportunity to build tools that
– adapt themselves intelligently to the knowledge level and tasks of
the human operators
– integrate and connect the knowledge sources available in the
company
– generate useful recommendations of actions
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Partly automated assembly
line
Support for maintenance
5-axis drill
Support for machine usage
Pilot Scenarios
Partner
Pilot Area
Pilot Scenario
Production line
Support for failure detection
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
3 manual assembly
stations
Main host computer
Monitoring and analysis
SPS
Controlling the machines
Coarse control and
monitoring granularity
 System detects status and
faults
 Classification on level of
stations, not components
Activities
 Preventive maintenance
 Resolving disabled states
and faults
 Manual assembly
Goal
 Increasing the competence
level of target audience
 Increase worker’s
understanding of process,
product, manufacturing
Automated processes
Machine user
Machine operator
(plus)
Machine operator
Competence
Pilot Study: Festo
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Artificial Intelligence in Education
• Intelligent Tutoring Systems and
Adaptive Learning Environments
provide adaptive and
contextualized support of learners
• Significant body of research on
adaptive support in university and
highly structured domains such
as mathematics, physics and
computer science
• Service-oriented architectures for
learning
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Domain
Model
Learner
Model
Pedagogical
Model
Adaptivity in Smart
Manufacturing
• Main activity: Fulfill Key Performance Indicators (KPI)
 Assistance: Depending on the context
a) Reacting to the current situation on the shop floor, e.g.,
Loctite is empty
• Secondary activity: Time for Learning
 Learning: Depending on the employee
b) Reacting to recently occurring events (e.g., a large number
of correctly or incorrectly performed measures)
c) Long-term development goals (e.g., working towards a
new job position)
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
If employee is in state “main work activity” and asks for assistance, then
select work procedures relevant for current station und machine state:
1. WU = workplace unit to which employee is assigned to.
Determined through request to user-model-service.
2. S = sort(stations ∪ installation) of AG. Determined by querying
domain model: There, each workplace unit is assigned to work with
specific installations. An installation consists of stations. Sort the
stations according to priority of each station.
3. MS = machine state of S, sorted according to priority of machine
state. Determined through request to machine-information-service.
4. P = Procedures for MS. Determined through query of domain
model: Procedures are applicable to machine states.
5. P_a = those procedures of M the employee is authorized to
perform (with or without assistance). Determined through request
to user model.
Result: P_a
Select Measures, Main Activity
Examples
1. WU = (Production
of standard
cylinders)
2. I =
(DNC_DNCB_DSB
C, …) . Stations =
(S10, S20, …).
Pri(DNC)=8
3. MS = (LociteEmpty,
GreaseFew, …)
4. P = (ChangeLoctite,
ChangeGrease, …)
5. P_a =
(ChangeLoctite)
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
If the employee is in state secondary activity (“time for learning”) and asks for
procedures, then select procedures relevant to development goals (content C_A,
and/or position PO, and/or production items PI_A).
1. PO = agreed future position of employee. Determined by query to user model.
2. P = relevant work procedures for PO. Determined through query to domain
model: Each position has tasks, and work procedures perform tasks.
3. P_U = P without mastered procedures. Determined through query to user model
(which keeps track of mastered procedures).
Result = P_U.
Select Measures, Secondary Activity
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
If the employee is in state “main work activity” and asks for information, then select
content relevant for the stations assigned to and their machine states:
1. WU = workplace unit to which employee is assigned to; P = position of
employee. Determined through request to user-model-service.
2. S, MS = Machine states and stations/installations relevant for WU (see
previous rule)
3. I = Content about S∪MS for target-group = P or without target-group.
Determined by querying domain model, which contains metadata that relates
content to domain model entities and specifies its target-groups, if any.
Result = Content I.
For instance: operation manuals, circuit diagrams, and other content that provides
information about the current situation enabling the employee to overcome
occurring problems.
Select Content, Main Activity
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
If employee is in state secondary activity (“time for learning”) and asks for content, then select
content relevant to current work history (machines and procedures worked with). Development
goals: content C_A, and/or position PO, and/or production items PI_A.
1. PI = production items with which employee has worked with in the last four weeks, P_S the
procedures that she performed successfully and P_N those not performed successfully.
This information is stored in the learner-record-service.
2. C_P_N = content about P_N and production items used by P_N, with already seen content
sorted to the back (this information is stored in the learner-record-service).
3. C_P_S = content about P_S or about production items used by P_S or about PI.
4. C_P = Content that covers one/several of the following: position PO, tasks of PO, or
production entities PI_A.
5. C_PI_PO = Content that describes production entities relevant for PO.
6. C_P_PO = Content that describes production entities used for performing procedures
relevant for PO.
7. C_T = C_P_S ∪ C_P ∪ C_PI_PO ∪ C_P_PO, with already seen content sorted to the
back.
Result: Content C_P_N + C_A + C_T, with duplicates removed.
Select Content, Secondary Activity
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Example
• John Doe:
– assembly worker, workplace group “assembly of standard cylinders”
– Cleared for “refill adhesive”.
– Development goals: learn about produced product (the standard cylinder ABC); prepare for
performing the maintenance task “replace grease barrel”.
• Fiona Smith
– machine operator, workplace group “assembly of standard cylinders”
– Cleared for all maintenance procedures.
– Development goals: Learn about Industry 4.0, standard cylinder ABC; prepare for a customer
meeting
• During their shift, adhesive & grease drop to low levels. Support:
– Procedures for John: “refill adhesive”, followed by procedure for less important tasks, such as
cleaning the work environment.
– Procedures for Fiona: “refill adhesive” and “replace grease barrel”, followed by less important
procedures.
– Content for John: security information and adhesive specification sheet
– Content for Fiona: layout of stations and technical documentation.
• Time for learning.
– Procedure for John: “replace grease barrel”
– Procedures for Fiona: maintenance procedures of the installations of the customer.
– Content for John: general technical information about the standard cylinder, a video showing how it is
used in other machines, and general information about site
– Content for Fiona: course on Industry 4.0 and specific technical information about the cylinder
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Conclusion
• Support of problem solving and learning on the shop
floor by adaptive services
• First steps into researching adaptivity on the shop
floor on formal level
• Evaluation: System Usability Scale (Brooke, 1996)
and Think Aloud Protocol
– 6 employees of each industry partner received a number
of tasks to solve using the system
– SUS: average score of 86.9
– Think-aloud protocols did not show any problematic points
– Only first steps, further evaluations underway
Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
Thank you
Carsten Ullrich
carsten.ullrich@dfki.de

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Facility planning
Facility planningFacility planning
Facility planning
 
plant location
plant locationplant location
plant location
 
Ch09(2)
Ch09(2)Ch09(2)
Ch09(2)
 
Operating Maintenance Model for Modern Printing Machines
Operating Maintenance Model for Modern Printing MachinesOperating Maintenance Model for Modern Printing Machines
Operating Maintenance Model for Modern Printing Machines
 
Facility location
Facility locationFacility location
Facility location
 
Operations intro (1)
Operations intro (1)Operations intro (1)
Operations intro (1)
 
Plant location and layout
Plant location and layout Plant location and layout
Plant location and layout
 
Layout strategy ppt @ bec doms
Layout strategy ppt @ bec domsLayout strategy ppt @ bec doms
Layout strategy ppt @ bec doms
 
Layout
LayoutLayout
Layout
 
2. scope of operations management
2.  scope of operations management2.  scope of operations management
2. scope of operations management
 
Facilities planning _lay_out_and_location_analysis
Facilities planning _lay_out_and_location_analysisFacilities planning _lay_out_and_location_analysis
Facilities planning _lay_out_and_location_analysis
 
facility location and planning layout
facility location and planning layoutfacility location and planning layout
facility location and planning layout
 
Facility layout
Facility layoutFacility layout
Facility layout
 
Plant layout
Plant layoutPlant layout
Plant layout
 
Facility layout
Facility layoutFacility layout
Facility layout
 
Layout strategies
Layout strategiesLayout strategies
Layout strategies
 
5 need for selecting a suitable location
5 need for selecting a suitable location5 need for selecting a suitable location
5 need for selecting a suitable location
 
Capital versus labour intensive
Capital versus labour intensiveCapital versus labour intensive
Capital versus labour intensive
 
Plant location and layout
Plant location and layoutPlant location and layout
Plant location and layout
 
Facilities Planning and Design 01
Facilities Planning and Design 01Facilities Planning and Design 01
Facilities Planning and Design 01
 

Destacado

Interactive Quality on the Shop Floor
Interactive Quality on the Shop Floor Interactive Quality on the Shop Floor
Interactive Quality on the Shop Floor IBS America
 
Effective shop floor oranization
Effective shop floor oranizationEffective shop floor oranization
Effective shop floor oranizationColin Porter
 
Shop-floor Control
Shop-floor ControlShop-floor Control
Shop-floor ControlManish kumar
 
SHS/ASQ Training Within Industry :Let My People Grow
SHS/ASQ Training Within Industry :Let My People GrowSHS/ASQ Training Within Industry :Let My People Grow
SHS/ASQ Training Within Industry :Let My People GrowMark Graban
 
Shop Floor Management I I
Shop  Floor  Management  I IShop  Floor  Management  I I
Shop Floor Management I ISoe Lu Kyaw
 
Vorlesung FOM - Shopfloor Management
Vorlesung FOM - Shopfloor ManagementVorlesung FOM - Shopfloor Management
Vorlesung FOM - Shopfloor ManagementJohann Anders
 

Destacado (8)

JSN Motors_W4_2015
JSN Motors_W4_2015JSN Motors_W4_2015
JSN Motors_W4_2015
 
Interactive Quality on the Shop Floor
Interactive Quality on the Shop Floor Interactive Quality on the Shop Floor
Interactive Quality on the Shop Floor
 
Effective shop floor oranization
Effective shop floor oranizationEffective shop floor oranization
Effective shop floor oranization
 
Shop-floor Control
Shop-floor ControlShop-floor Control
Shop-floor Control
 
SHS/ASQ Training Within Industry :Let My People Grow
SHS/ASQ Training Within Industry :Let My People GrowSHS/ASQ Training Within Industry :Let My People Grow
SHS/ASQ Training Within Industry :Let My People Grow
 
Shop Floor Management I I
Shop  Floor  Management  I IShop  Floor  Management  I I
Shop Floor Management I I
 
Vorlesung FOM - Shopfloor Management
Vorlesung FOM - Shopfloor ManagementVorlesung FOM - Shopfloor Management
Vorlesung FOM - Shopfloor Management
 
Shop-Floor-Management
Shop-Floor-ManagementShop-Floor-Management
Shop-Floor-Management
 

Similar a Rules for Adaptive Learning on the Factory Floor

Workplace-based Learning in Industry 4.0 -- Multi-perspective approaches and ...
Workplace-based Learning in Industry 4.0 -- Multi-perspective approaches and ...Workplace-based Learning in Industry 4.0 -- Multi-perspective approaches and ...
Workplace-based Learning in Industry 4.0 -- Multi-perspective approaches and ...Carsten Ullrich
 
Intelligent Adaptive Services for Workplace-Integrated Learning on the Shop F...
Intelligent Adaptive Services for Workplace-Integrated Learning on the Shop F...Intelligent Adaptive Services for Workplace-Integrated Learning on the Shop F...
Intelligent Adaptive Services for Workplace-Integrated Learning on the Shop F...mathgear
 
T 1 industry preparedness training course
T 1 industry preparedness training courseT 1 industry preparedness training course
T 1 industry preparedness training coursenewar_07
 
Om0013 advanced production and operations management
Om0013 advanced production and operations managementOm0013 advanced production and operations management
Om0013 advanced production and operations managementStudy Stuff
 
Technical Architecture.pptx
Technical Architecture.pptxTechnical Architecture.pptx
Technical Architecture.pptxAubreyAppegu
 
Om0013 advanced production and operations management
Om0013 advanced production and operations managementOm0013 advanced production and operations management
Om0013 advanced production and operations managementsmumbahelp
 
Om0013 advanced production and operations management
Om0013 advanced production and operations managementOm0013 advanced production and operations management
Om0013 advanced production and operations managementsmumbahelp
 
Bba501 & production and operations management
Bba501 & production and operations managementBba501 & production and operations management
Bba501 & production and operations managementsmumbahelp
 
A company has actual unit demand for three consecutive years
A company has actual unit demand for three consecutive yearsA company has actual unit demand for three consecutive years
A company has actual unit demand for three consecutive yearsjohann11369
 
Assistance- and Knowledge-Services for Smart Production
Assistance- and Knowledge-Services for Smart ProductionAssistance- and Knowledge-Services for Smart Production
Assistance- and Knowledge-Services for Smart ProductionCarsten Ullrich
 
PPT Term 1 Week 1 Day 1 July 26 - 27, 2023.pptx
PPT Term 1 Week 1 Day 1 July 26 - 27, 2023.pptxPPT Term 1 Week 1 Day 1 July 26 - 27, 2023.pptx
PPT Term 1 Week 1 Day 1 July 26 - 27, 2023.pptxGraceCordita2
 
If the actual output of a piece of equipment
If the actual output of a piece of equipmentIf the actual output of a piece of equipment
If the actual output of a piece of equipmentjohann11371
 
Production and operations managment notes
Production and operations managment notesProduction and operations managment notes
Production and operations managment notesWasim Arshad
 
Which of the following is an input to the master production schedule (mps)
Which of the following is an input to the master production schedule (mps)Which of the following is an input to the master production schedule (mps)
Which of the following is an input to the master production schedule (mps)johann11374
 
You have been called in as a consultant to set up a kanban control system
You have been called in as a consultant to set up a kanban control systemYou have been called in as a consultant to set up a kanban control system
You have been called in as a consultant to set up a kanban control systemjohann11374
 
Om0015 maintenance management
Om0015 maintenance managementOm0015 maintenance management
Om0015 maintenance managementsmumbahelp
 
From an operational perspective, yield management is most effective under whi...
From an operational perspective, yield management is most effective under whi...From an operational perspective, yield management is most effective under whi...
From an operational perspective, yield management is most effective under whi...johann11371
 
OPS 571 HELP Education Counseling--ops571help.com
OPS 571 HELP Education Counseling--ops571help.comOPS 571 HELP Education Counseling--ops571help.com
OPS 571 HELP Education Counseling--ops571help.comKeatonJennings64
 

Similar a Rules for Adaptive Learning on the Factory Floor (20)

Workplace-based Learning in Industry 4.0 -- Multi-perspective approaches and ...
Workplace-based Learning in Industry 4.0 -- Multi-perspective approaches and ...Workplace-based Learning in Industry 4.0 -- Multi-perspective approaches and ...
Workplace-based Learning in Industry 4.0 -- Multi-perspective approaches and ...
 
Intelligent Adaptive Services for Workplace-Integrated Learning on the Shop F...
Intelligent Adaptive Services for Workplace-Integrated Learning on the Shop F...Intelligent Adaptive Services for Workplace-Integrated Learning on the Shop F...
Intelligent Adaptive Services for Workplace-Integrated Learning on the Shop F...
 
T 1 industry preparedness training course
T 1 industry preparedness training courseT 1 industry preparedness training course
T 1 industry preparedness training course
 
Om0013 advanced production and operations management
Om0013 advanced production and operations managementOm0013 advanced production and operations management
Om0013 advanced production and operations management
 
Motion and time study
Motion and time studyMotion and time study
Motion and time study
 
Technical Architecture.pptx
Technical Architecture.pptxTechnical Architecture.pptx
Technical Architecture.pptx
 
Om0013 advanced production and operations management
Om0013 advanced production and operations managementOm0013 advanced production and operations management
Om0013 advanced production and operations management
 
Om0013 advanced production and operations management
Om0013 advanced production and operations managementOm0013 advanced production and operations management
Om0013 advanced production and operations management
 
Motion & time study
Motion & time studyMotion & time study
Motion & time study
 
Bba501 & production and operations management
Bba501 & production and operations managementBba501 & production and operations management
Bba501 & production and operations management
 
A company has actual unit demand for three consecutive years
A company has actual unit demand for three consecutive yearsA company has actual unit demand for three consecutive years
A company has actual unit demand for three consecutive years
 
Assistance- and Knowledge-Services for Smart Production
Assistance- and Knowledge-Services for Smart ProductionAssistance- and Knowledge-Services for Smart Production
Assistance- and Knowledge-Services for Smart Production
 
PPT Term 1 Week 1 Day 1 July 26 - 27, 2023.pptx
PPT Term 1 Week 1 Day 1 July 26 - 27, 2023.pptxPPT Term 1 Week 1 Day 1 July 26 - 27, 2023.pptx
PPT Term 1 Week 1 Day 1 July 26 - 27, 2023.pptx
 
If the actual output of a piece of equipment
If the actual output of a piece of equipmentIf the actual output of a piece of equipment
If the actual output of a piece of equipment
 
Production and operations managment notes
Production and operations managment notesProduction and operations managment notes
Production and operations managment notes
 
Which of the following is an input to the master production schedule (mps)
Which of the following is an input to the master production schedule (mps)Which of the following is an input to the master production schedule (mps)
Which of the following is an input to the master production schedule (mps)
 
You have been called in as a consultant to set up a kanban control system
You have been called in as a consultant to set up a kanban control systemYou have been called in as a consultant to set up a kanban control system
You have been called in as a consultant to set up a kanban control system
 
Om0015 maintenance management
Om0015 maintenance managementOm0015 maintenance management
Om0015 maintenance management
 
From an operational perspective, yield management is most effective under whi...
From an operational perspective, yield management is most effective under whi...From an operational perspective, yield management is most effective under whi...
From an operational perspective, yield management is most effective under whi...
 
OPS 571 HELP Education Counseling--ops571help.com
OPS 571 HELP Education Counseling--ops571help.comOPS 571 HELP Education Counseling--ops571help.com
OPS 571 HELP Education Counseling--ops571help.com
 

Más de Carsten Ullrich

Education in 2020 - Open Discussion at Barcamp Spring Shanghai 2013
Education in 2020 - Open Discussion at Barcamp Spring Shanghai 2013Education in 2020 - Open Discussion at Barcamp Spring Shanghai 2013
Education in 2020 - Open Discussion at Barcamp Spring Shanghai 2013Carsten Ullrich
 
Supporting Flexible Competency Frameworks
Supporting Flexible Competency FrameworksSupporting Flexible Competency Frameworks
Supporting Flexible Competency FrameworksCarsten Ullrich
 
Technologies for development and learning
Technologies for development and learningTechnologies for development and learning
Technologies for development and learningCarsten Ullrich
 
The Potential of Web 3.0
The Potential of Web 3.0The Potential of Web 3.0
The Potential of Web 3.0Carsten Ullrich
 
Active Learning with the Web
Active Learning with the WebActive Learning with the Web
Active Learning with the WebCarsten Ullrich
 
Opportunities for AI in Intelligent Web-based Technology-Supported Learning
Opportunities for AI in Intelligent Web-based Technology-Supported LearningOpportunities for AI in Intelligent Web-based Technology-Supported Learning
Opportunities for AI in Intelligent Web-based Technology-Supported LearningCarsten Ullrich
 
Microblogging for Language Learning: Using Twitter to Train Communicative and...
Microblogging for Language Learning: Using Twitter to Train Communicative and...Microblogging for Language Learning: Using Twitter to Train Communicative and...
Microblogging for Language Learning: Using Twitter to Train Communicative and...Carsten Ullrich
 
Rapid Prototyping of a Semantic-Web-based Research Workbench
Rapid Prototyping of a Semantic-Web-based Research WorkbenchRapid Prototyping of a Semantic-Web-based Research Workbench
Rapid Prototyping of a Semantic-Web-based Research WorkbenchCarsten Ullrich
 
Video killed the radiostar, but will Web 3.0 kill the teacher?
Video killed the radiostar, but will Web 3.0 kill the teacher?Video killed the radiostar, but will Web 3.0 kill the teacher?
Video killed the radiostar, but will Web 3.0 kill the teacher?Carsten Ullrich
 
Babbage & Lovelace: The designer of the analytical engine and its programmer
Babbage & Lovelace: The designer of the analytical engine and its programmerBabbage & Lovelace: The designer of the analytical engine and its programmer
Babbage & Lovelace: The designer of the analytical engine and its programmerCarsten Ullrich
 
Why Web 2.0 is Good for Learning and for Research: Principles and Prototypes
Why Web 2.0 is Good for Learning and for Research: Principles and PrototypesWhy Web 2.0 is Good for Learning and for Research: Principles and Prototypes
Why Web 2.0 is Good for Learning and for Research: Principles and PrototypesCarsten Ullrich
 
Supporting Active Learning and Education by Artificial Intelligence and Web 2.0
Supporting Active Learning and Education by Artificial Intelligence and Web 2.0Supporting Active Learning and Education by Artificial Intelligence and Web 2.0
Supporting Active Learning and Education by Artificial Intelligence and Web 2.0Carsten Ullrich
 

Más de Carsten Ullrich (13)

Education in 2020 - Open Discussion at Barcamp Spring Shanghai 2013
Education in 2020 - Open Discussion at Barcamp Spring Shanghai 2013Education in 2020 - Open Discussion at Barcamp Spring Shanghai 2013
Education in 2020 - Open Discussion at Barcamp Spring Shanghai 2013
 
Supporting Flexible Competency Frameworks
Supporting Flexible Competency FrameworksSupporting Flexible Competency Frameworks
Supporting Flexible Competency Frameworks
 
Technologies for development and learning
Technologies for development and learningTechnologies for development and learning
Technologies for development and learning
 
The Potential of Web 3.0
The Potential of Web 3.0The Potential of Web 3.0
The Potential of Web 3.0
 
Active Learning with the Web
Active Learning with the WebActive Learning with the Web
Active Learning with the Web
 
Opportunities for AI in Intelligent Web-based Technology-Supported Learning
Opportunities for AI in Intelligent Web-based Technology-Supported LearningOpportunities for AI in Intelligent Web-based Technology-Supported Learning
Opportunities for AI in Intelligent Web-based Technology-Supported Learning
 
Microblogging for Language Learning: Using Twitter to Train Communicative and...
Microblogging for Language Learning: Using Twitter to Train Communicative and...Microblogging for Language Learning: Using Twitter to Train Communicative and...
Microblogging for Language Learning: Using Twitter to Train Communicative and...
 
Rapid Prototyping of a Semantic-Web-based Research Workbench
Rapid Prototyping of a Semantic-Web-based Research WorkbenchRapid Prototyping of a Semantic-Web-based Research Workbench
Rapid Prototyping of a Semantic-Web-based Research Workbench
 
Video killed the radiostar, but will Web 3.0 kill the teacher?
Video killed the radiostar, but will Web 3.0 kill the teacher?Video killed the radiostar, but will Web 3.0 kill the teacher?
Video killed the radiostar, but will Web 3.0 kill the teacher?
 
Babbage & Lovelace: The designer of the analytical engine and its programmer
Babbage & Lovelace: The designer of the analytical engine and its programmerBabbage & Lovelace: The designer of the analytical engine and its programmer
Babbage & Lovelace: The designer of the analytical engine and its programmer
 
Why Web 2.0 is Good for Learning and for Research: Principles and Prototypes
Why Web 2.0 is Good for Learning and for Research: Principles and PrototypesWhy Web 2.0 is Good for Learning and for Research: Principles and Prototypes
Why Web 2.0 is Good for Learning and for Research: Principles and Prototypes
 
Supporting Active Learning and Education by Artificial Intelligence and Web 2.0
Supporting Active Learning and Education by Artificial Intelligence and Web 2.0Supporting Active Learning and Education by Artificial Intelligence and Web 2.0
Supporting Active Learning and Education by Artificial Intelligence and Web 2.0
 
Sjtu221107
Sjtu221107Sjtu221107
Sjtu221107
 

Último

How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 

Último (20)

Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 

Rules for Adaptive Learning on the Factory Floor

  • 1. Rules for Adaptive Learning and Assistance on the Shop Floor Carsten Ullrich Associate Head Educational Technology Lab (EdTec) at the German Research Center for Artificial Intelligence (DFKI GmbH)
  • 2. The Workplace is Transforming • Challenges for Europe's manufacturing industry: – Accelerating innovation – Shorter product cycles – Ever increasing number of product variants – Smaller batch sizes (batch size 1) – … while keeping/increasing level of competitiveness – … with fewer and fewer employees Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 3. Human Operators at Tomorrow’s Workplace • Despite the increasing automation, human operators have place on shop floor  with changed roles • Technological innovation cannot be considered in isolation, but requires an integrated approach drawing from technical, organizational and human aspects. • Industry 4.0 and other new technologies increase complexity of – usage and maintenance of production lines – control of the production process • Employee under constant pressure – to solve problems occurring on the shop floor as fast as possible, – to improve work-related knowledge, skills, and capabilities Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor (Hirsch-Kreinsen, 2014)
  • 4. Assistance- and Knowledge-Services for Smart Production • Information providing and training processes have to become – more flexible – integrated in the workplace – individualized • Opportunity to build tools that – adapt themselves intelligently to the knowledge level and tasks of the human operators – integrate and connect the knowledge sources available in the company – generate useful recommendations of actions Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 5. Partly automated assembly line Support for maintenance 5-axis drill Support for machine usage Pilot Scenarios Partner Pilot Area Pilot Scenario Production line Support for failure detection Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 6. 3 manual assembly stations Main host computer Monitoring and analysis SPS Controlling the machines Coarse control and monitoring granularity  System detects status and faults  Classification on level of stations, not components Activities  Preventive maintenance  Resolving disabled states and faults  Manual assembly Goal  Increasing the competence level of target audience  Increase worker’s understanding of process, product, manufacturing Automated processes Machine user Machine operator (plus) Machine operator Competence Pilot Study: Festo Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 7. Artificial Intelligence in Education • Intelligent Tutoring Systems and Adaptive Learning Environments provide adaptive and contextualized support of learners • Significant body of research on adaptive support in university and highly structured domains such as mathematics, physics and computer science • Service-oriented architectures for learning Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor Domain Model Learner Model Pedagogical Model
  • 8. Adaptivity in Smart Manufacturing • Main activity: Fulfill Key Performance Indicators (KPI)  Assistance: Depending on the context a) Reacting to the current situation on the shop floor, e.g., Loctite is empty • Secondary activity: Time for Learning  Learning: Depending on the employee b) Reacting to recently occurring events (e.g., a large number of correctly or incorrectly performed measures) c) Long-term development goals (e.g., working towards a new job position) Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 9. Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 10. Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 11. Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 12. Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 13. Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 14. If employee is in state “main work activity” and asks for assistance, then select work procedures relevant for current station und machine state: 1. WU = workplace unit to which employee is assigned to. Determined through request to user-model-service. 2. S = sort(stations ∪ installation) of AG. Determined by querying domain model: There, each workplace unit is assigned to work with specific installations. An installation consists of stations. Sort the stations according to priority of each station. 3. MS = machine state of S, sorted according to priority of machine state. Determined through request to machine-information-service. 4. P = Procedures for MS. Determined through query of domain model: Procedures are applicable to machine states. 5. P_a = those procedures of M the employee is authorized to perform (with or without assistance). Determined through request to user model. Result: P_a Select Measures, Main Activity Examples 1. WU = (Production of standard cylinders) 2. I = (DNC_DNCB_DSB C, …) . Stations = (S10, S20, …). Pri(DNC)=8 3. MS = (LociteEmpty, GreaseFew, …) 4. P = (ChangeLoctite, ChangeGrease, …) 5. P_a = (ChangeLoctite) Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 15. If the employee is in state secondary activity (“time for learning”) and asks for procedures, then select procedures relevant to development goals (content C_A, and/or position PO, and/or production items PI_A). 1. PO = agreed future position of employee. Determined by query to user model. 2. P = relevant work procedures for PO. Determined through query to domain model: Each position has tasks, and work procedures perform tasks. 3. P_U = P without mastered procedures. Determined through query to user model (which keeps track of mastered procedures). Result = P_U. Select Measures, Secondary Activity Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 16. If the employee is in state “main work activity” and asks for information, then select content relevant for the stations assigned to and their machine states: 1. WU = workplace unit to which employee is assigned to; P = position of employee. Determined through request to user-model-service. 2. S, MS = Machine states and stations/installations relevant for WU (see previous rule) 3. I = Content about S∪MS for target-group = P or without target-group. Determined by querying domain model, which contains metadata that relates content to domain model entities and specifies its target-groups, if any. Result = Content I. For instance: operation manuals, circuit diagrams, and other content that provides information about the current situation enabling the employee to overcome occurring problems. Select Content, Main Activity Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 17. If employee is in state secondary activity (“time for learning”) and asks for content, then select content relevant to current work history (machines and procedures worked with). Development goals: content C_A, and/or position PO, and/or production items PI_A. 1. PI = production items with which employee has worked with in the last four weeks, P_S the procedures that she performed successfully and P_N those not performed successfully. This information is stored in the learner-record-service. 2. C_P_N = content about P_N and production items used by P_N, with already seen content sorted to the back (this information is stored in the learner-record-service). 3. C_P_S = content about P_S or about production items used by P_S or about PI. 4. C_P = Content that covers one/several of the following: position PO, tasks of PO, or production entities PI_A. 5. C_PI_PO = Content that describes production entities relevant for PO. 6. C_P_PO = Content that describes production entities used for performing procedures relevant for PO. 7. C_T = C_P_S ∪ C_P ∪ C_PI_PO ∪ C_P_PO, with already seen content sorted to the back. Result: Content C_P_N + C_A + C_T, with duplicates removed. Select Content, Secondary Activity Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 18. Example • John Doe: – assembly worker, workplace group “assembly of standard cylinders” – Cleared for “refill adhesive”. – Development goals: learn about produced product (the standard cylinder ABC); prepare for performing the maintenance task “replace grease barrel”. • Fiona Smith – machine operator, workplace group “assembly of standard cylinders” – Cleared for all maintenance procedures. – Development goals: Learn about Industry 4.0, standard cylinder ABC; prepare for a customer meeting • During their shift, adhesive & grease drop to low levels. Support: – Procedures for John: “refill adhesive”, followed by procedure for less important tasks, such as cleaning the work environment. – Procedures for Fiona: “refill adhesive” and “replace grease barrel”, followed by less important procedures. – Content for John: security information and adhesive specification sheet – Content for Fiona: layout of stations and technical documentation. • Time for learning. – Procedure for John: “replace grease barrel” – Procedures for Fiona: maintenance procedures of the installations of the customer. – Content for John: general technical information about the standard cylinder, a video showing how it is used in other machines, and general information about site – Content for Fiona: course on Industry 4.0 and specific technical information about the cylinder Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor
  • 19. Conclusion • Support of problem solving and learning on the shop floor by adaptive services • First steps into researching adaptivity on the shop floor on formal level • Evaluation: System Usability Scale (Brooke, 1996) and Think Aloud Protocol – 6 employees of each industry partner received a number of tasks to solve using the system – SUS: average score of 86.9 – Think-aloud protocols did not show any problematic points – Only first steps, further evaluations underway Carsten Ullrich, Rules for Adaptive Learning and Assistance on the Shop Floor

Notas del editor

  1. Development Goals have been set in talks with superiors.