SwePub
Sök i SwePub databas

  Utökad sökning

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

Sökning: WFRF:(Bengtsson Kristofer)

  • Resultat 1-10 av 88
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.
  • Andersson, Alf, et al. (författare)
  • Inline Process Control – a concept study of efficient in-line process control and process adjustment with respect to product geometry
  • 2016
  • Ingår i: Swedish Production Symposium 2016 SPS 2016. - Lund, Sweden.
  • Konferensbidrag (refereegranskat)abstract
    • All manufacturing processes have variation which may violate the fulfillment of assembly, functional, geometrical or esthetical requirements and difficulties to reach desired form in all areas. The cost for geometry defects rises downstream in the process chain. Therefore, it is vital to discover these defects as soon as they appear. Then adjustments can be done in the process without losing products or time. In order to find a solution for this, a project with the overall scope “development of an intelligent process control system” has been initiated. This project consists of five different work packages: Inline measurement, Process Evaluation, Corrective actions, Flexible tooling and demonstrator cell. These work packages address different areas which are necessary to fulfill the overall scope of the project. The system shall both be able to detect geometrical defects, propose adjustments and adjust simple process parameters. The results are demonstrated in a demo cell located at Chalmers University of Technology. In the demonstrator all the different areas have been verified in an industrial case study – assembly of GOR Volvo S80. Efficient offline programming for robot based measurement, efficient process evaluation based on case base reasoning (CBR) methodology, flexible fixtures and process adjustments based on corrective actions regarding in going part positioning.
  •  
3.
  • Andraos, Rama, et al. (författare)
  • Autoantibodies associated with systemic sclerosis in three autoimmune diseases imprinted by type I interferon gene dysregulation: a comparison across SLE, primary Sjogrens syndrome and systemic sclerosis
  • 2022
  • Ingår i: Lupus Science and Medicine. - : BMJ PUBLISHING GROUP. - 2053-8790. ; 9:1
  • Tidskriftsartikel (refereegranskat)abstract
    • ObjectiveSLE, primary Sjogrens syndrome (pSS) and systemic sclerosis (SSc) are heterogeneous autoimmune diseases with a dysregulated type I interferon (IFN) system. The diseases often show overlapping clinical manifestations, which may result in diagnostic challenges. We asked to which extent SSc-associated autoantibodies are present in SLE and pSS, and whether these link to serum IFN-alpha, clinical phenotypes and sex. Samples with clinical data from patients with SSc and healthy blood donors (HBDs) served as controls. Finally, the diagnostic performance of SSc-associated autoantibodies was evaluated.MethodsSamples from well-characterised subjects with SLE (n=510), pSS (n=116), SSc (n=57) and HBDs (n=236) were analysed using a commercially available immunoassay (EuroLine Systemic Sclerosis Profile (IgG)). IFN-alpha was quantified by ELISA. Self-reported data on Raynauds phenomenon (RP) were available.ResultsWith exceptions for anti-Ro52/SSA and anti-Th/To, SSc-associated autoantibodies were more frequent in SSc than in SLE, pSS and HBDs regardless of sex. IFN-alpha levels correlated with the number of positive SSc-associated autoantibodies (r=0.29, p<0.0001) and associated with Ro52/SSA positivity (p<0.0001). By using data from SLE, SSc and HBDs, RP was significantly associated with topoisomerase I, centromere protein (CENP)-B, RNA polymerase III 11 kDa, RNA polymerase III 155 kDa and PM-Scl100 whereas Ro52/SSA associated inversely with RP. In SLE, CENP-A was associated with immunological disorder, CENP-B with serositis and Ku with lupus nephritis. By combining analysis of ANA (immunofluorescence) with SSc-associated autoantibodies, the diagnostic sensitivity reached 98% and the specificity 33%.ConclusionsThe 13 specificities included in the EuroLine immunoassay are commonly detected in SSc, but they are also frequent among individuals with other diseases imprinted by type I IFNs. These findings are valuable when interpreting serological data on patients with suspected SSc, especially as patients may present with disease manifestations overlapping different rheumatological diseases. In SLE, we observed associations between manifestations and SSc-associated autoantibodies which have not previously been reported.
  •  
4.
  •  
5.
  • 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 ; :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.
  •  
6.
  • 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.
  •  
7.
  • 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.
  •  
8.
  • 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.
  •  
9.
  • 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.
  •  
10.
  • Bengtsson, Kristofer, et al. (författare)
  • Framtidens skadeplats : intervjuer med landstingens beredskapssamordnare
  • 2016
  • Rapport (övrigt vetenskapligt/konstnärligt)abstract
    • Syftet med föreliggande studie var att genom intervjuer med beredskapssamordnare från Sveriges landsting försöka skapa en bild av hur uppfattningen var att skadeplatsen såg ut idag och skulle kunna kommat att förändras på sikt. Vidare önskade intervjustudien söka svar på frågor som rörde komplexiteten på skadeplatsen genom att diskutera ledningsförhållanden, samverkan med andra aktörer, alarmerings- och dirigeringsfunktionernas roll i det svenska sjukvårdsystemet samt hur ett möjligt arbete med ett återtagande av förmågan till ett civilt försvar skulle påverka systemet i sin helhet. Överlag har detta syfte uppnåtts genom ett rikt material kring relevanta frågeställningar som belyst ett flertal kritiska aspekter både i dagens situation men även för framtiden.Resultatet ger en relativt entydig bild av hur situationen uppfattas på landstingsnivå idag av personalen som behandlar beredskapsfrågorna. Den bild som målas upp fokuserar kanske främst på en upplevd avsaknad av centrala och nationellt övergripande styrningar vilket menligt påverkar förmågan att lyfta ledningsförmågan från regional till nationell nivå vid en större händelse som överstiger den regionala förmågan. Den svenska modellen för att hantera samhällsstörningar av idag är väl anpassad för att hantera händelser inom ramen för det egna länets geografiska område. Befintliga koncept för samverkan och samordning bedöms fungera bra i vardagen, exempelvis vid de vanligaste fallen av skadeplatser: trafik och brand. Detta innebär dock att systemet fungerar väl under förutsättning att händelsen är begränsad i såväl tid och rum som vad avser antalet drabbade. En större händelse eller flera händelser samtidigt på olika platser, särskilt om det finns försvårande faktorer såsom utsläpp av farliga ämnen eller en högre hotbild, skapar försvårande omständigheter som upplevs svårhanterliga idag. I ett framtida scenario upplevs även risken för dessa händelser och terrorattacker att öka. Avhängigheten av IT samt ett samhälle som i allt högre grad förlitar sig på ”just in time”-leveranser gör att sårbarheten har ökat och upplevs fortsätta göra det även i framtiden. Andra viktiga områden som lyfts är nuvarande och befarad framtida brist på kompetent personal samt att utbildnings- och övningsverksamhet inte kan bedrivas i önskvärd utsträckning, delvis på grund av personalbrist och –omsättning.Vidare syns den generella uppfattningen vara att det saknas ett tydligt ledarskap på nationell nivå då det sällan, om alls, utkommer några direkta styrningar rörande vad som skall uppnås och i vilken utsträckning. Detta har också påvisats i avsnittet ovan rörande före-, under- och efterperspektivet där det finns en klart övervägande del synpunkter på de två förstnämnda perspektiven. Nationell styrning är alltså något som uppfattas vara efterfrågat och då inte bara avseende ledning under insats utan även i frågor rörande enhetlig utrustning och metodik samt utbildnings- och övningsfrågor. Få respondenter har tagit upp efterperspektivet i någon större utsträckning men då det har förekommit har det framförallt berört erfarenhetshanteringsfrågor och den brist som upplevs finnas inom detta specifika område idag. Erfarenheter från den egna verksamheten, såväl i vardagen som vid insatser vid allvarliga händelser, behöver tas om hand, följas upp och sedan utgöra grund för ett levande utvecklingsarbete.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 88
Typ av publikation
konferensbidrag (54)
tidskriftsartikel (23)
doktorsavhandling (3)
rapport (2)
annan publikation (2)
forskningsöversikt (2)
visa fler...
bokkapitel (1)
licentiatavhandling (1)
visa färre...
Typ av innehåll
refereegranskat (79)
övrigt vetenskapligt/konstnärligt (9)
Författare/redaktör
Bengtsson, Kristofer ... (71)
Lennartson, Bengt, 1 ... (39)
Falkman, Petter, 197 ... (23)
Dahl, Martin, 1984 (15)
Fabian, Martin, 1960 (12)
Bengtsson, Rhodel (9)
visa fler...
Åkesson, Knut, 1972 (9)
Afshar, Reza (7)
Hanna, Atieh (5)
Gamstedt, Kristofer (4)
Gamstedt, E. Kristof ... (4)
Johnsson, Charlotta (3)
Ekström, Mikael (3)
Lieder, Michael (2)
Andréasson, Kristofe ... (2)
Sjöwall, Christopher (2)
Albo, Anton, 1991 (2)
Hesselstrand, Roger (2)
Woltjer, Rogier (1)
Bengtsson, Anders (1)
Alexsson, Andrei (1)
Gunnarsson, Iva (1)
Svenungsson, Elisabe ... (1)
Jönsen, Andreas (1)
Bernhoff, Hans (1)
Leonard, Dag, 1975- (1)
Tandre, Karolina (1)
Eloranta, Maija-Leen ... (1)
Pettersson, Håkan (1)
Rönnblom, Lars (1)
Ahmad, Awais (1)
Carlson, Johan, 1972 (1)
Dahlström, Örjan (1)
Dahle, Charlotte (1)
Eriksson, Per (1)
Wirestam, Lina (1)
Funk, Peter (1)
Rahman, Hamidur (1)
Lindkvist, Lars (1)
Vaarala, Outi (1)
James, Peter (1)
Svedlund, Ludvig, 19 ... (1)
Rantapää-Dahlqvist, ... (1)
Ebrahimi, Amir Hosse ... (1)
Bauer, Stefan (1)
Michaelis, Marcel, 1 ... (1)
Bengtsson, Anders A. (1)
Sandling, Johanna K. (1)
Syvänen, Ann-Christi ... (1)
Jirstrand, Mats, 196 ... (1)
visa färre...
Lärosäte
Chalmers tekniska högskola (70)
Uppsala universitet (10)
Lunds universitet (6)
Mälardalens universitet (5)
Linköpings universitet (4)
Kungliga Tekniska Högskolan (2)
visa fler...
Karolinska Institutet (2)
Göteborgs universitet (1)
Umeå universitet (1)
Högskolan Väst (1)
visa färre...
Språk
Engelska (87)
Svenska (1)
Forskningsämne (UKÄ/SCB)
Teknik (73)
Naturvetenskap (38)
Medicin och hälsovetenskap (5)
Samhällsvetenskap (3)

Å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