首页 > 最新文献

2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)最新文献

英文 中文
Asynchronous programming with futures in C on a safety-critical platform in the railway-control domain 在铁路控制领域的安全关键平台上用C语言进行异步编程
O. M. Duarte, R. Hametner
Programming parallel applications on replicated architectures in the safety-critical field is challenging due to the inherent non-determinism of the derived applications. This paper describes the concept of asynchronous programming with futures in C under a safety-critical platform used in the transport automation industry. A C language extension named Fresera and a Fresera-like runtime library implemented in C are presented. Our goal is to simplify the development of parallel applications with replica-deterministic guarantees. An overview of a transport automation platform in the railway control domain is given which relies on Triple Modular Redundancy (TMR) for fault tolerance. An example application written in a Fresera-like runtime library in C is used as a demonstration of the presented programming model. Early benchmarks of the runtime library exhibit an improved performance when using a lightweight tasks and a Work Stealing scheduler compared with a plain pthreads implementation.
由于派生应用程序固有的不确定性,在安全关键领域的复制架构上编程并行应用程序具有挑战性。本文描述了在运输自动化行业中使用的安全关键平台下,用C语言进行异步未来编程的概念。介绍了一个名为Fresera的C语言扩展和一个用C实现的类似Fresera的运行库。我们的目标是简化具有副本确定性保证的并行应用程序的开发。概述了一种基于三模冗余(TMR)容错的铁路控制领域的运输自动化平台。一个用类似fresera的C语言运行库编写的示例应用程序被用来演示所提出的编程模型。运行时库的早期基准测试显示,与普通pthreads实现相比,使用轻量级任务和Work Stealing调度器可以提高性能。
{"title":"Asynchronous programming with futures in C on a safety-critical platform in the railway-control domain","authors":"O. M. Duarte, R. Hametner","doi":"10.1109/ETFA.2017.8247589","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247589","url":null,"abstract":"Programming parallel applications on replicated architectures in the safety-critical field is challenging due to the inherent non-determinism of the derived applications. This paper describes the concept of asynchronous programming with futures in C under a safety-critical platform used in the transport automation industry. A C language extension named Fresera and a Fresera-like runtime library implemented in C are presented. Our goal is to simplify the development of parallel applications with replica-deterministic guarantees. An overview of a transport automation platform in the railway control domain is given which relies on Triple Modular Redundancy (TMR) for fault tolerance. An example application written in a Fresera-like runtime library in C is used as a demonstration of the presented programming model. Early benchmarks of the runtime library exhibit an improved performance when using a lightweight tasks and a Work Stealing scheduler compared with a plain pthreads implementation.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"37 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91304171","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Towards efficient algorithms for planning surgeries in operation rooms 面向手术室手术计划的高效算法
D. Clavel, C. Mahulea, J. Albareda, M. Suárez
In this paper, the scheduling problem of elective patients in the Orthopedic Department of the “Lozano Blesa” Hospital in Zaragoza is considered. This problem takes into account two contradictory objectives: obtain a given occupation rate of the Operation Room (OR) and respect as much as possible the preference order of the patients in the waiting list. Three different mathematical models are discussed: 1) Quadratic Assignment Problem (QAP); 2) a Mixed Integer Linear Programing (MILP) model; and 3) Generalized Assignment Problem (GAP). These models solve combinatorial problems with a high computational cost; for this reason, heuristic methods have been used to solve large instances. In particular, 1) a meta-heuristic Genetic Algorithm (GA) for the QAP; 2) a heuristic Steepest Descent Multiplier Adjustment Method (SDMAM) for the GAP; and 3) a heuristic iterative method for MILP. Finally, the models and the heuristics are compared according to the occupation rate and the preference order criteria.
本文研究了萨拉戈萨市“Lozano Blesa”医院骨科择期病人的调度问题。该问题考虑了两个相互矛盾的目标:获得给定的手术室占用率和尽可能尊重候诊名单中患者的优先顺序。讨论了三种不同的数学模型:1)二次分配问题(QAP);混合整数线性规划(MILP)模型;3)广义分配问题(GAP)。这些模型解决了计算成本高的组合问题;由于这个原因,启发式方法被用于解决大型实例。具体而言,1)QAP的元启发式遗传算法(GA);2) GAP的启发式最陡下降乘数调整方法(SDMAM);3) MILP的启发式迭代方法。最后,根据占用率和偏好顺序标准对模型和启发式算法进行了比较。
{"title":"Towards efficient algorithms for planning surgeries in operation rooms","authors":"D. Clavel, C. Mahulea, J. Albareda, M. Suárez","doi":"10.1109/ETFA.2017.8247620","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247620","url":null,"abstract":"In this paper, the scheduling problem of elective patients in the Orthopedic Department of the “Lozano Blesa” Hospital in Zaragoza is considered. This problem takes into account two contradictory objectives: obtain a given occupation rate of the Operation Room (OR) and respect as much as possible the preference order of the patients in the waiting list. Three different mathematical models are discussed: 1) Quadratic Assignment Problem (QAP); 2) a Mixed Integer Linear Programing (MILP) model; and 3) Generalized Assignment Problem (GAP). These models solve combinatorial problems with a high computational cost; for this reason, heuristic methods have been used to solve large instances. In particular, 1) a meta-heuristic Genetic Algorithm (GA) for the QAP; 2) a heuristic Steepest Descent Multiplier Adjustment Method (SDMAM) for the GAP; and 3) a heuristic iterative method for MILP. Finally, the models and the heuristics are compared according to the occupation rate and the preference order criteria.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"1 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91062456","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
ARM: A hybrid specification-based intrusion detection system for rank attacks in 6TiSCH networks 基于混合规范的6TiSCH网络等级攻击入侵检测系统
Areej Althubaity, Huayi Ji, Tao Gong, M. Nixon, R. Ammar, Song Han
6TiSCH network architecture has recently been introduced to combine the high reliability and low-power consumption of the TSCH (Time-Slotted Channel Hopping) mode of IEEE 802.15.4e MAC with the ease of integration offered by the IP-enabled upper layer protocols. 6TiSCH network uses RPL (Routing Protocol for Low Power and Lossy Networks) as its routing protocol to manage the network layer functionalities. RPL however is vulnerable to internal routing attacks such as Rank attack where a malicious node multicasts a fake position (Rank) or a fake path cost toward the sink node to lure nearby nodes to forward their packets through it. In this paper, we propose a hybrid specification-based intrusion detection system (IDS) that consists of centralized and distributed modules installed on the sink and RPL nodes respectively to prevent nodes from selecting an intruder as their successors. The proposed method also eliminates intruders' chances of becoming a time source and disrupt the synchronization of 6TiSCH networks. The results from our extensive simulations show that compared with existing countermeasures, the proposed IDS can effectively protect RPL topologies while only incurring limited network management overhead.
6TiSCH网络架构最近被引入,它将IEEE 802.15.4e MAC的TSCH(时隙信道跳频)模式的高可靠性和低功耗与支持ip的上层协议提供的易于集成相结合。6TiSCH网络使用RPL (Routing Protocol for Low Power and Lossy Networks)作为路由协议来管理网络层的功能。然而,RPL容易受到内部路由攻击,例如Rank攻击,恶意节点向汇聚节点组播虚假位置(Rank)或虚假路径成本,以诱使附近节点通过它转发数据包。本文提出了一种基于规范的混合入侵检测系统(IDS),该系统由分别安装在汇聚节点和RPL节点上的集中式和分布式模块组成,以防止节点选择入侵者作为其继任者。所提出的方法还消除了入侵者成为时间源和破坏6TiSCH网络同步的机会。大量的仿真结果表明,与现有的防御措施相比,所提出的入侵防御措施可以有效地保护RPL拓扑,同时只产生有限的网络管理开销。
{"title":"ARM: A hybrid specification-based intrusion detection system for rank attacks in 6TiSCH networks","authors":"Areej Althubaity, Huayi Ji, Tao Gong, M. Nixon, R. Ammar, Song Han","doi":"10.1109/ETFA.2017.8247593","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247593","url":null,"abstract":"6TiSCH network architecture has recently been introduced to combine the high reliability and low-power consumption of the TSCH (Time-Slotted Channel Hopping) mode of IEEE 802.15.4e MAC with the ease of integration offered by the IP-enabled upper layer protocols. 6TiSCH network uses RPL (Routing Protocol for Low Power and Lossy Networks) as its routing protocol to manage the network layer functionalities. RPL however is vulnerable to internal routing attacks such as Rank attack where a malicious node multicasts a fake position (Rank) or a fake path cost toward the sink node to lure nearby nodes to forward their packets through it. In this paper, we propose a hybrid specification-based intrusion detection system (IDS) that consists of centralized and distributed modules installed on the sink and RPL nodes respectively to prevent nodes from selecting an intruder as their successors. The proposed method also eliminates intruders' chances of becoming a time source and disrupt the synchronization of 6TiSCH networks. The results from our extensive simulations show that compared with existing countermeasures, the proposed IDS can effectively protect RPL topologies while only incurring limited network management overhead.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"155 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89237180","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
Towards seamless integration of N-version programming in model-based design 在基于模型的设计中实现n版本编程的无缝集成
T. Hu, I. Bertolotti, N. Navet
The ever-growing complexity of present-day software systems raises new and more stringent requirements on their availability, pushing designers to make use of sophisticated fault tolerance techniques far beyond the areas they were traditionally conceived for, and bringing new challenges to both the modelling and implementation phases. In this paper, we propose a design pattern to model in a domain-specific language one of the prominent fault-tolerant techniques, namely the N-version programming. It can be integrated seamlessly into existing applications to enhance their functional correctness, while still preserving the timing characteristics, in particular the sampling times. Besides, it is also designed in a way to ease the automatic code generation. A counterpart of the same framework is also implemented in a lower-level programming language, for use when direct model execution is impractical, like in severely resource-limited embedded targets.
当今软件系统不断增长的复杂性对其可用性提出了新的和更严格的要求,促使设计者使用复杂的容错技术,远远超出了他们传统上设想的范围,并给建模和实现阶段带来了新的挑战。在本文中,我们提出了一种设计模式来用特定领域的语言建模一种著名的容错技术,即n版本编程。它可以无缝集成到现有的应用程序中,以增强其功能的正确性,同时仍然保持定时特性,特别是采样时间。此外,它的设计也简化了代码的自动生成。同一框架的对应部分也用较低级别的编程语言实现,以便在直接模型执行不实际时使用,比如在资源严重受限的嵌入式目标中。
{"title":"Towards seamless integration of N-version programming in model-based design","authors":"T. Hu, I. Bertolotti, N. Navet","doi":"10.1109/ETFA.2017.8247678","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247678","url":null,"abstract":"The ever-growing complexity of present-day software systems raises new and more stringent requirements on their availability, pushing designers to make use of sophisticated fault tolerance techniques far beyond the areas they were traditionally conceived for, and bringing new challenges to both the modelling and implementation phases. In this paper, we propose a design pattern to model in a domain-specific language one of the prominent fault-tolerant techniques, namely the N-version programming. It can be integrated seamlessly into existing applications to enhance their functional correctness, while still preserving the timing characteristics, in particular the sampling times. Besides, it is also designed in a way to ease the automatic code generation. A counterpart of the same framework is also implemented in a lower-level programming language, for use when direct model execution is impractical, like in severely resource-limited embedded targets.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"401 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84851585","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Compensating software timestamping interference from periodic non-interruptable tasks 补偿来自周期性不可中断任务的软件时间戳干扰
Jeronimo Mitaroff-Szecsenyi, P. Priller, T. Sauter
For distributed measurements to be consistently aligned a global notion of time within the network is necessary. Clock synchronization performance is hampered by delays and jitter accumulated not only in the network, but also in the timestamping procedures of the devices being synchronized. The resources available on such sensors are often constrained, both by cost and power consumption. Software solutions on single processor systems are common. While the synchronization process is critical, it usually has a supporting role and therefore cannot be assumed to have the highest priority. This paper analyzes the influence of periodic, non-interruptable tasks (e.g. measurements) on the timestamping process, presents mathematical models for simulation and a modified median filter to efficiently deal with these errors.
为了使分布式测量一致地对齐,必须在网络中使用全局时间概念。时钟同步性能不仅受到网络中积累的延迟和抖动的影响,而且受到被同步设备的时间戳过程的影响。这类传感器的可用资源通常受到成本和功耗的限制。单处理器系统上的软件解决方案很常见。虽然同步过程是关键的,但它通常具有支持作用,因此不能假定它具有最高优先级。本文分析了周期性的、不可中断的任务(如测量)对时间戳过程的影响,提出了仿真的数学模型和改进的中值滤波器来有效地处理这些误差。
{"title":"Compensating software timestamping interference from periodic non-interruptable tasks","authors":"Jeronimo Mitaroff-Szecsenyi, P. Priller, T. Sauter","doi":"10.1109/ETFA.2017.8247733","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247733","url":null,"abstract":"For distributed measurements to be consistently aligned a global notion of time within the network is necessary. Clock synchronization performance is hampered by delays and jitter accumulated not only in the network, but also in the timestamping procedures of the devices being synchronized. The resources available on such sensors are often constrained, both by cost and power consumption. Software solutions on single processor systems are common. While the synchronization process is critical, it usually has a supporting role and therefore cannot be assumed to have the highest priority. This paper analyzes the influence of periodic, non-interruptable tasks (e.g. measurements) on the timestamping process, presents mathematical models for simulation and a modified median filter to efficiently deal with these errors.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"132 1","pages":"1-4"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76611770","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Fault diagnosis for non-Markovian timed stochastic discrete event systems 非马尔可夫定时随机离散事件系统的故障诊断
D. Lefebvre
This paper concerns the fault diagnosis of stochastic discrete event systems that behave with non-Markovian dynamics. Partially observed Petri nets are used to model the system structure and the sensors. Stochastic processes with arbitrary probability density functions and various time semantics are used to model the dynamics including the failure processes. From the proposed modelling and the collected timed measurements, the probabilities of consistent trajectories are computed with a numerical scheme. The advantage of the proposed scheme is that it can be used for arbitrary probability density functions of the firing durations. It works for race or preselection choice policies. Diagnosis in terms of faults probability is established as a consequence. An example is presented to illustrate the method.
研究了具有非马尔可夫动力学特性的随机离散事件系统的故障诊断问题。采用部分观测的Petri网对系统结构和传感器进行建模。采用具有任意概率密度函数和各种时间语义的随机过程来模拟包括失效过程在内的动力学过程。根据所建立的模型和收集到的时间测量数据,用数值格式计算了一致轨迹的概率。该方法的优点是可以对任意的发射持续时间的概率密度函数进行求解。它适用于种族或预选选择政策。因此,建立了基于故障概率的诊断。最后给出了一个实例来说明该方法。
{"title":"Fault diagnosis for non-Markovian timed stochastic discrete event systems","authors":"D. Lefebvre","doi":"10.1109/ETFA.2017.8247623","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247623","url":null,"abstract":"This paper concerns the fault diagnosis of stochastic discrete event systems that behave with non-Markovian dynamics. Partially observed Petri nets are used to model the system structure and the sensors. Stochastic processes with arbitrary probability density functions and various time semantics are used to model the dynamics including the failure processes. From the proposed modelling and the collected timed measurements, the probabilities of consistent trajectories are computed with a numerical scheme. The advantage of the proposed scheme is that it can be used for arbitrary probability density functions of the firing durations. It works for race or preselection choice policies. Diagnosis in terms of faults probability is established as a consequence. An example is presented to illustrate the method.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"731 1","pages":"1-7"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76782982","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Coordinating redundant OPC UA servers 协调冗余的OPC UA服务器
A. Ismail, W. Kastner
Coordination is an important aspect of large scale distributed systems. The Open Platform Communications Unified Architecture (OPC UA) standard series presents an important challenge for coordination in its specifications for server redundancy. This paper discerns the coordination needs of OPC UA server redundancy and presents a solution based on the integration of OPC UA and ZooKeeper. A detailed description of the architecture, data model, and components of the resulting system is given. This is accompanied by a discussion of an implementation based on the open source ZooKeeper and open62541 libraries. The resulting system is shown to be capable of meeting the coordination needs of OPC UA redundancy.
协调是大规模分布式系统的一个重要方面。开放平台通信统一体系结构(OPC UA)标准系列对服务器冗余规范的协调提出了重要挑战。本文明确了OPC UA服务器冗余的协调需求,提出了一种基于OPC UA与ZooKeeper集成的解决方案。给出了系统的体系结构、数据模型和组件的详细描述。本文还讨论了基于开源ZooKeeper和open62541库的实现。结果表明,该系统能够满足OPC UA冗余的协调需求。
{"title":"Coordinating redundant OPC UA servers","authors":"A. Ismail, W. Kastner","doi":"10.1109/ETFA.2017.8247568","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247568","url":null,"abstract":"Coordination is an important aspect of large scale distributed systems. The Open Platform Communications Unified Architecture (OPC UA) standard series presents an important challenge for coordination in its specifications for server redundancy. This paper discerns the coordination needs of OPC UA server redundancy and presents a solution based on the integration of OPC UA and ZooKeeper. A detailed description of the architecture, data model, and components of the resulting system is given. This is accompanied by a discussion of an implementation based on the open source ZooKeeper and open62541 libraries. The resulting system is shown to be capable of meeting the coordination needs of OPC UA redundancy.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"26 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75111786","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Modeling and control of HTPEMFC based combined heat and power for confort control HTPEMFC热电联产舒适控制建模与控制
Pau Martinez, M. Serra, R. Costa-Castelló
In this work the dynamic model of a domestic heating system is described. The heating system is based on a High Temperature PEM Fuel Cell. The model corresponds to a home placed in the city of Barcelona. The set of equations describing its behavior, the implementation in MATLAB/Simulink and some preliminary results for the control system are described.
本文描述了一个家庭供暖系统的动态模型。加热系统是基于一个高温PEM燃料电池。该模型对应于位于巴塞罗那市的住宅。描述了其行为的一组方程,在MATLAB/Simulink中的实现以及控制系统的一些初步结果。
{"title":"Modeling and control of HTPEMFC based combined heat and power for confort control","authors":"Pau Martinez, M. Serra, R. Costa-Castelló","doi":"10.1109/ETFA.2017.8247630","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247630","url":null,"abstract":"In this work the dynamic model of a domestic heating system is described. The heating system is based on a High Temperature PEM Fuel Cell. The model corresponds to a home placed in the city of Barcelona. The set of equations describing its behavior, the implementation in MATLAB/Simulink and some preliminary results for the control system are described.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"2012 1","pages":"1-6"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72766282","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Big data analytics for industrial process control 工业过程控制的大数据分析
A. R. Khan, H. Schiøler, M. Kulahci, T. Knudsen
Today, in modern factories, each step in manufacturing produces a bulk of valuable as well as highly precise information. This provides a great opportunity for understanding the hidden statistical dependencies in the process. Systematic analysis and utilization of advanced analytical methods can lead towards more informed decisions. In this article we discuss some of the challenges related to big data analysis in manufacturing and relevant solutions to some of these challenges.
今天,在现代工厂里,生产的每一步都产生大量有价值的、高度精确的信息。这为理解流程中隐藏的统计依赖关系提供了一个很好的机会。系统分析和利用先进的分析方法可以导致更明智的决策。在本文中,我们将讨论制造业中与大数据分析相关的一些挑战以及应对这些挑战的相关解决方案。
{"title":"Big data analytics for industrial process control","authors":"A. R. Khan, H. Schiøler, M. Kulahci, T. Knudsen","doi":"10.1109/ETFA.2017.8247658","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247658","url":null,"abstract":"Today, in modern factories, each step in manufacturing produces a bulk of valuable as well as highly precise information. This provides a great opportunity for understanding the hidden statistical dependencies in the process. Systematic analysis and utilization of advanced analytical methods can lead towards more informed decisions. In this article we discuss some of the challenges related to big data analysis in manufacturing and relevant solutions to some of these challenges.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"100 6","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72631241","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Assistance system for a bulk good system based on information fusion 基于信息融合的大宗商品系统辅助系统
Fernando Arévalo, Tin Nguyen, Andreas Schwung
Industrial companies are constantly looking for methods to maintain a certain process efficiency and steady performance of their machines. Assistance systems support users in different applications such as driving, industrial expert systems, and physician assistance to achieve these objectives. This paper proposes an assistance system, which can support an operator by means of using the accumulated knowledge of process experts, and thus providing recommendations for improving the process performance. An architecture based on information fusion and rule-based programming is presented. The information fusion considers the Dempster-Shafer rule of combination, in order to fuse the process knowledge of different experts into a consolidated expertise. A rule-based approach serves as a way to combine the process knowledge with the machine data. The technical implementation considers an industrial communication protocol OPC-UA, which enables a data interface between the assistance system and the automation platform. This paper presents an application case to illustrate how the assistance system interacts with the process experts, as well as the assessment to the operator.
工业公司不断寻找方法来保持一定的工艺效率和机器的稳定性能。辅助系统支持不同应用的用户,如驾驶、工业专家系统和医生辅助,以实现这些目标。本文提出了一种辅助系统,该系统可以利用过程专家积累的知识来支持操作员,从而为改进过程性能提供建议。提出了一种基于信息融合和基于规则编程的系统架构。信息融合考虑Dempster-Shafer组合规则,将不同专家的过程知识融合为统一的专门知识。基于规则的方法是将流程知识与机器数据结合起来的一种方法。技术实现考虑了工业通信协议OPC-UA,实现了辅助系统与自动化平台之间的数据接口。本文给出了一个应用案例来说明辅助系统如何与过程专家进行交互,以及如何对操作员进行评估。
{"title":"Assistance system for a bulk good system based on information fusion","authors":"Fernando Arévalo, Tin Nguyen, Andreas Schwung","doi":"10.1109/ETFA.2017.8247588","DOIUrl":"https://doi.org/10.1109/ETFA.2017.8247588","url":null,"abstract":"Industrial companies are constantly looking for methods to maintain a certain process efficiency and steady performance of their machines. Assistance systems support users in different applications such as driving, industrial expert systems, and physician assistance to achieve these objectives. This paper proposes an assistance system, which can support an operator by means of using the accumulated knowledge of process experts, and thus providing recommendations for improving the process performance. An architecture based on information fusion and rule-based programming is presented. The information fusion considers the Dempster-Shafer rule of combination, in order to fuse the process knowledge of different experts into a consolidated expertise. A rule-based approach serves as a way to combine the process knowledge with the machine data. The technical implementation considers an industrial communication protocol OPC-UA, which enables a data interface between the assistance system and the automation platform. This paper presents an application case to illustrate how the assistance system interacts with the process experts, as well as the assessment to the operator.","PeriodicalId":6522,"journal":{"name":"2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)","volume":"17 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2017-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85048346","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
期刊
2017 22nd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1