SwePub
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Bengtsson Kristofer 1979) "

Sökning: WFRF:(Bengtsson Kristofer 1979)

  • Resultat 1-10 av 71
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Albo, Anton, 1991, et al. (författare)
  • A framework concept for data visualization and structuring in a complex production process
  • 2019
  • Ingår i: Procedia Manufacturing. - : Elsevier BV. - 2351-9789. ; 38, s. 1642-1651
  • Konferensbidrag (refereegranskat)abstract
    • This paper provides a concept study for a visual interface framework together with the software Sequence Planner for implementation on a complex industrial process for extracting process information in an efficient way and how to make use of a lot of data to visualize it in a standardized human machine interface for different user perspectives. The concept is tested and validated on a smaller simulation of a paint booth with several interconnected and supporting control systems to prove the functionality and usefulness in this kind of production system. The paper presents the resulting five abstraction levels in the framework concept, from a production top view down to the signal exchange between the different resources in one production cell, together with additional features. The simulation proves the setup with Sequence Planner and the visual interface to work by extract and present process data from a running sequence.
  •  
2.
  • Bengtsson, Kristofer, 1979, et al. (författare)
  • Aspect-Oriented Programming for Manufacturing Automation Control Systems
  • 2009
  • Ingår i: 13th IFAC Symposium on Information Control Problems in Manufacturing Technology, INCOM’09, Moscow, Russia. - 1474-6670. - 9783902661432 ; 13:PART 1, s. 668-673
  • Konferensbidrag (refereegranskat)abstract
    • The languages defined by the standard IEC 6-1131 for Programm\-able Logic Controllers (PLCs), have both benefits and drawbacks compared to object-oriented programming languages. For example, the current programming approach is good for maintaining the system, since it is easy to program and comprehend for a plant floor personal with limited programming experience. The main drawbacks are reusability, code dependability and flexibility. This paper proposes an aspect-oriented programming (AOP) approach as an alternative solution, which can keep the benefits and eliminate the drawbacks. AOP is an emerging programming methodology in computer science, which helps the programmer by separating different crosscutting concerns in the program. These crosscutting concerns and tangled behavior are especially important issues in PLC programming, which makes AOP a suitable approach. The paper describes how to adapt the AOP methodology into PLC program development and how it can benefit the control design process.
  •  
3.
  • Bengtsson, Kristofer, 1979, et al. (författare)
  • Developing control logic using aspect-oriented programming and sequence planning
  • 2013
  • Ingår i: Control Engineering Practice. - : Elsevier BV. - 0967-0661. ; 21:1, s. 12-22
  • Tidskriftsartikel (refereegranskat)abstract
    • A fundamental functionality of a Programmable Logic Controller (PLC) is to control and execute a set of operations. But a large part of the program code is more involved in supporting the user with concerns like alarm, HMI, communication, safety and manual control. Code related to these supporting concerns is often tangled with operation execution code, the core concerns, which makes it hard to reuse.This paper describes a method to reuse code and functionality when developing PLC programs and code libraries. The method proposes that core concerns are planned with a software tool called Sequence Planner, and the supporting concerns are integrated into the core concerns with a tool based on aspect-oriented programming.
  •  
4.
  • Bengtsson, Kristofer, 1979, et al. (författare)
  • Emergency department overview - Improving the dynamic capabilities using an event-driven information architecture
  • 2016
  • Ingår i: IEEE International Conference on Emerging technologies and factory automation (ETFA) 2016.
  • Konferensbidrag (refereegranskat)abstract
    • It is challenging to get an overview and understand- ing of what is going on at an emergency department (ED). This is due to the sometimes turbulent work environment and a large variation in patient processes. To increase the dynamic capability and responsiveness of an ED, it is important that the staff and patients have an overview of what is going on and what will happen in the coming hours. This paper presents a smart online support software that shows the current state of the ED as well as a prediction of the coming hours. The software has been developed as a case study of using agile development ideas when developing new systems for hospitals. The result shows that the use of the event-driven information architecture for healthcare (EVAH) enabled a rapid development of a successful running application, helping the nurses getting an overview of current situation and the coming hours.
  •  
5.
  • Bengtsson, Kristofer, 1979 (författare)
  • Flexible design of operation behavior using modeling and visualization
  • 2012
  • Doktorsavhandling (övrigt vetenskapligt/konstnärligt)abstract
    • The behavior of a system can be described by a set of operations. The process of designing and developing these operations poses a real challenge in various situations, for example, when designing automation systems or keeping track of work in an emergency department. This thesis focuses on designing and developing the logical behavior of operations, for example, when they start, when they finish, and how they interact with the rest of the system. Being flexible during design and development entails coping with uncertainty. However, the practice of designing operation behavior is often fairly inflexible because every possible execution route is explicitly specified. This thesis suggests an operation design approach that does not explicitly specify operation routes. This is achieved in the proposed modeling method by only declaring current execution restriction using transition conditions in each operation, together with models representing entities, resources, and variables. A main benefit of the proposed modeling framework is the possibility it offers of creating multiple projections of operation relations to enable better understanding. This is accomplished by automatically generating a multiplicity of sequences showing various operation relations. The key discoveries that accomplish this are the state-based operation methods for relation identification and visualization. These methods make it possible to use the presented research not only when designing automation systems, but also in other applications, such as keeping track of all the patients in an emergency department. Some of the tools and methods presented here have been implemented in a prototype software called Sequence Planner.
  •  
6.
  • Bengtsson, Kristofer, 1979, et al. (författare)
  • Flexible Specification of Operation Behavior Using Multiple Projections
  • 2014
  • Ingår i: IEEE Transactions on Automation Science and Engineering. - 1558-3783 .- 1545-5955. ; 11:2, s. 504 - 515
  • Tidskriftsartikel (refereegranskat)abstract
    • The execution behavior of a system or a product can often be specified by a set of operations (sometimes called tasks, actions or activities). The process to specify these operations seems to be a real challenge in various situations, for example when designing automation systems or keeping track of the work at an emergency department. To be flexible during design and development, is about coping with uncertainty. However, in practice, specifying operation behavior is often quite inflexible because every possible execution route is explicitly defined. This approach is sometimes refereed to as point-based engineering, which is characterized by the early selection and approval of a single "best" specific solution. This approach can result in neither a robust nor a flexible design process with many rework iterations.
  •  
7.
  • Bengtsson, Kristofer, 1979, et al. (författare)
  • Operation Behavior Modeling using Relation Identification and Visualization Algorithms
  • 2013
  • Ingår i: IEEE International Conference on Automation Science and Engineering. - 2161-8070 .- 2161-8089. ; , s. 368 - 373
  • Konferensbidrag (refereegranskat)abstract
    • The behavior of a system can be described by a set of operations - sometimes called activities or tasks. The process to specify these operation seems to be a real challenge in various situations, for example when designing automation systems or keeping track of the work at an emergency department. In practice, operation behavior specification is often quite inflexible because every possible execution route is explicitly defined. In this paper, a modeling method and a relation identification and visualization algorithm is introduced that does not explicitly specify operation routes, where instead the operation behavior is specified using the execution restrictions in transition conditions for each operation. This enables the possibility to create multiple projections of the operation relations to enable better understanding.
  •  
8.
  • Bengtsson, Kristofer, 1979, et al. (författare)
  • Operation-Oriented Specification for Integrated Control Logic Development
  • 2009
  • Ingår i: 2009 IEEE Conference on Automation Science and Engineering, CASE 2009, Bangalore, India. - 9781424445783 ; , s. 183-90
  • Konferensbidrag (refereegranskat)abstract
    • In order to develop a manufacturing automation system, it is necessary to understand the manufacturing operations and their relationship, the sequence of operations, which is the basis for control logic design. The operations have preconditions that define when they are allowed to start executing, which also defines the sequence relations among them. Requirements and demands throughout the development will add and change these conditions, which also changes the sequence of operations. This paper studies how an operation-oriented development approach better can handle the operations and manufacturing sequences from early product design to detailed control engineering. An operation is defined by an extended finite automaton, with an initial, executes and finished location. The start event is enabled by a precondition, the stop event is enabled by a postcondition and the reset event is enabled by a reset condition. This representation together with a resource and product description enables the possibility to integrate control logic in the complete development process.
  •  
9.
  • Bengtsson, Kristofer, 1979 (författare)
  • Operation Specification for Sequence Planning and Automation Design
  • 2010
  • Licentiatavhandling (övrigt vetenskapligt/konstnärligt)abstract
    • When designing an automation system, an important challenge is to specify the different tasks, or operations, of the system. This has become a problematic bottle-neck in industry, since the rising needs on manufacturing flexibility increases the complexity of the entire manufacturing system, as well as its control function. This thesis studies how to specify the manufacturing operations when developing an automation system, especially how to plan the operations and the relations among them, called sequence planning, and how to implement them in a programmable logic controller (PLC).To manage the complete automation development process, a formal language called sequences of operations, SOP, is introduced. This language, together with a set of methods, are used to represent, identify and visualize complex operation relations, so that the behavior of the system can be understood. By the use of different views or perspectives, the sequence of operations related to e.g the part flow, robot operations or operator tasks can be visualized. These different perspectives help the user to easier understand the relation between the control of a cell and the mechanical design, as well as the product design and the total system behavior. The proposed language is based on a formal model, thus formal verification, optimization and synthesis are available. This is necessary since it is hard to find errors in complex system specifications.When implementing the control of manufacturing operations, much of the code is related to supporting concerns like alarm handling, logging, user interface, etc. These parts tend to be hard to fully reuse and implement, since they are tangled with other functionalities, and are located at many places in the program. An aspect-oriented programming (AOP) approach is proposed, to reuse and implement these concerns. AOP is an emerging programming methodology in computer science, which helps the programmer by separating crosscutting and tangled concerns in a program. The approach is focused on how to adapt the AOP methodology for PLC program development, and how it can benefit the control design process.
  •  
10.
  • Bengtsson, Kristofer, 1979, et al. (författare)
  • Patient coordination in emergency departments using an event-based information architecture
  • 2014
  • Ingår i: The 19th IEEE International Conference on Emerging Technologies and Factory Automation. - 9781479948451 ; , s. 1-6
  • Konferensbidrag (refereegranskat)abstract
    • It is challenging to get an overview and understanding of the activities and their relations at an emergency department (ED). This is due to the complicated relations among activities - called operations in this paper - and the always changing system behavior. Two key enablers to get this overview are the transformation of real-time events into understandable information and an operation-based behavior description. This paper presents an event-based information architecture for healthcare (EVAH) for gathering state changing events in real-time at an ED and how these are transformed into an operation-based representation. EVAH together with the tool Sequence Planner, will be used for visualization, online prognosis and optimization.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 71
Typ av publikation
konferensbidrag (50)
tidskriftsartikel (15)
forskningsöversikt (2)
rapport (1)
doktorsavhandling (1)
bokkapitel (1)
visa fler...
licentiatavhandling (1)
visa färre...
Typ av innehåll
refereegranskat (67)
övrigt vetenskapligt/konstnärligt (4)
Författare/redaktör
Bengtsson, Kristofer ... (71)
Lennartson, Bengt, 1 ... (39)
Falkman, Petter, 197 ... (23)
Dahl, Martin, 1984 (15)
Fabian, Martin, 1960 (12)
Wigström, Oskar, 198 ... (11)
visa fler...
Erös, Endre, 1990 (11)
Åkesson, Knut, 1972 (9)
Yuan, Chengyin (7)
Hanna, Atieh (4)
Johnsson, Charlotta (3)
Ekström, Mikael (3)
Miremadi, Sajed, 198 ... (3)
Bergagård, Patrik, 1 ... (3)
Hanna, Atieh, 1973 (3)
Farooqui, Ashfaq Hus ... (3)
Lieder, Michael (2)
Albo, Anton, 1991 (2)
Thorstensson, Carl, ... (2)
Götvall, Per-Lage, 1 ... (2)
Lundholm, Thomas, 19 ... (2)
Pettersson, Håkan (1)
Carlson, Johan, 1972 (1)
Svedlund, Ludvig, 19 ... (1)
Ebrahimi, Amir Hosse ... (1)
Michaelis, Marcel, 1 ... (1)
Jirstrand, Mats, 196 ... (1)
Johannesson, Hans L, ... (1)
Andersson, Kristin, ... (1)
Gustavsson, Emil, 19 ... (1)
Larsen, Christian (1)
Söderberg, Rikard, 1 ... (1)
Lindkvist, Lars, 196 ... (1)
Ljungkrantz, Oscar, ... (1)
Blomgren, Elin, 1993 (1)
Henriksson, Oskar, 1 ... (1)
Johansson, Linnéa, 1 ... (1)
Lindelöf, Edvard, 19 ... (1)
Pettersson, Martin, ... (1)
Söderlund, Åsa, 1993 (1)
Biller, Stephan (1)
Levandowski, Christo ... (1)
Larsson, Simon, 1982 (1)
Bohlin, Robert, 1972 (1)
Hagmar, Jonas B A, 1 ... (1)
Bey, Niki (1)
Brynte, Lucas, 1990 (1)
Zhu, Li (1)
Cronrath, Constantin ... (1)
Johansson, Pierre, 1 ... (1)
visa färre...
Lärosäte
Chalmers tekniska högskola (70)
Mälardalens universitet (3)
Lunds universitet (3)
Kungliga Tekniska Högskolan (2)
Göteborgs universitet (1)
Högskolan Väst (1)
Språk
Engelska (71)
Forskningsämne (UKÄ/SCB)
Teknik (62)
Naturvetenskap (37)
Medicin och hälsovetenskap (1)
Samhällsvetenskap (1)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy