首页 > 最新文献

Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)最新文献

英文 中文
A fuzzy rule-based and energy-efficient method for estimating the free size of parking places in smart cities by using wireless sensor networks 基于模糊规则和节能的无线传感器网络智能城市空闲停车位估算方法
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005174
Ioakeim K. Samaras, A. Arvanitopoulos, N. Evangeliou, J. Gialelis, S. Koubias
A fuzzy rule-based and energy-efficient method for estimating the free size of parking places in smart cities is proposed. In particular, the estimation is the output value of a fuzzy inference system (FIS) which was implemented on each wireless sensor mote (WSM) of a wireless sensor network (WSN) placed in the ground below the parking places and it was observed that it requires 8.9 Kbytes and 5 Kbytes of flash program memory and RAM respectively. Moreover, the fuzzy rules were formulated by using real numerical data obtained from the WSN. Next, the well known network simulator 2 (NS-2) was used for acquiring simulation results concerning the energy consumption of the battery of the WSMs. In order to model the error of the output value of the FIS and the energy consumption of the battery, a data fitting problem was solved and the cubic polynomial was fitted to the real and simulation data. As a result, a real-valued cost function was formed which was minimized to get the optimal values for the distance between the WSMs and the sampling period based on which the output of the FIS should be re-computed.
提出了一种基于模糊规则的智能城市空闲停车位面积估算方法。特别是,对放置在停车场下方地面的无线传感器网络(WSN)的每个无线传感器点(WSM)上实现的模糊推理系统(FIS)的输出值进行了估计,观察到该系统分别需要8.9 kb和5kb的闪存和RAM。利用从无线传感器网络中获得的实际数值数据,建立了模糊规则。其次,利用网络模拟器2 (NS-2)获取WSMs电池能耗的仿真结果。为了模拟FIS输出值和电池能耗的误差,解决了数据拟合问题,对实际数据和仿真数据进行了三次多项式拟合。因此,形成了一个实值代价函数,并将其最小化以获得WSMs与采样周期之间距离的最优值,并以此为基础重新计算FIS的输出。
{"title":"A fuzzy rule-based and energy-efficient method for estimating the free size of parking places in smart cities by using wireless sensor networks","authors":"Ioakeim K. Samaras, A. Arvanitopoulos, N. Evangeliou, J. Gialelis, S. Koubias","doi":"10.1109/ETFA.2014.7005174","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005174","url":null,"abstract":"A fuzzy rule-based and energy-efficient method for estimating the free size of parking places in smart cities is proposed. In particular, the estimation is the output value of a fuzzy inference system (FIS) which was implemented on each wireless sensor mote (WSM) of a wireless sensor network (WSN) placed in the ground below the parking places and it was observed that it requires 8.9 Kbytes and 5 Kbytes of flash program memory and RAM respectively. Moreover, the fuzzy rules were formulated by using real numerical data obtained from the WSN. Next, the well known network simulator 2 (NS-2) was used for acquiring simulation results concerning the energy consumption of the battery of the WSMs. In order to model the error of the output value of the FIS and the energy consumption of the battery, a data fitting problem was solved and the cubic polynomial was fitted to the real and simulation data. As a result, a real-valued cost function was formed which was minimized to get the optimal values for the distance between the WSMs and the sampling period based on which the output of the FIS should be re-computed.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"173 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76255870","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}
引用次数: 11
A criticality-aware mapping of real-time virtual machines to multi-core processors 实时虚拟机到多核处理器的临界感知映射
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005238
Stefan Grösbrink, L. Almeida
The manual partitioning of virtual machines with real-time requirements onto a multi-core platform is expensive, does not guarantee to find an optimal solution, and does not scale with regard to the upcoming higher number of both virtual machines and processor cores. This work proposes an algorithmic solution. As a prerequisite, the partitioning problem is defined in a formal manner by the abstraction of computation time demand of virtual machines and computation time supply of a shared processor core. In particular, we propose a branch-and-bound partitioning algorithm that systematically generates and evaluates candidate solutions. Combined with a computation time server based scheduling of the virtual machines that are mapped to the same core, it is guaranteed that the computation time demand of all virtual machines is satisfied. The utilization is optimized by transforming to harmonic server periods. The partitioning either minimizes the required number of cores or maximizes the distribution of critical virtual machines. The different outcomes of the algorithm according to these two goals are illustrated exemplarily and evaluated with random workloads.
将具有实时需求的虚拟机手动分区到多核平台上是昂贵的,不能保证找到最佳解决方案,并且不能根据即将到来的更高数量的虚拟机和处理器内核进行扩展。这项工作提出了一个算法解决方案。在此前提下,通过抽象虚拟机的计算时间需求和共享处理器核心的计算时间供给,形式化地定义了分区问题。特别是,我们提出了一个分支定界划分算法,系统地生成和评估候选解。结合基于计算时间服务器的虚拟机映射到同一核心的调度,保证了所有虚拟机的计算时间需求得到满足。通过转换为谐波服务器周期来优化利用率。分区可以最小化所需的内核数量,也可以最大化关键虚拟机的分布。举例说明了基于这两个目标的算法的不同结果,并对随机工作负载进行了评估。
{"title":"A criticality-aware mapping of real-time virtual machines to multi-core processors","authors":"Stefan Grösbrink, L. Almeida","doi":"10.1109/ETFA.2014.7005238","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005238","url":null,"abstract":"The manual partitioning of virtual machines with real-time requirements onto a multi-core platform is expensive, does not guarantee to find an optimal solution, and does not scale with regard to the upcoming higher number of both virtual machines and processor cores. This work proposes an algorithmic solution. As a prerequisite, the partitioning problem is defined in a formal manner by the abstraction of computation time demand of virtual machines and computation time supply of a shared processor core. In particular, we propose a branch-and-bound partitioning algorithm that systematically generates and evaluates candidate solutions. Combined with a computation time server based scheduling of the virtual machines that are mapped to the same core, it is guaranteed that the computation time demand of all virtual machines is satisfied. The utilization is optimized by transforming to harmonic server periods. The partitioning either minimizes the required number of cores or maximizes the distribution of critical virtual machines. The different outcomes of the algorithm according to these two goals are illustrated exemplarily and evaluated with random workloads.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"50 1","pages":"1-9"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86043955","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
Admittance-shaped H∞ current controller for grid-connected VSC 并网VSC导纳型H∞电流控制器
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005221
Jorge Perez, S. Cóbreces, R. Griñó
This paper introduces an H∞ current controller that allows the shaping of power converters' input admittance in frequency domain, allowing to define not only its magnitude but also its phase. In addition to admittance shaping, some current tracking specification are also introduced to the algorithm demonstrating that both admittance shaping and tracking performance are possible, but not at the same frequencies. The correct performance (both in time and frequency domain) of the proposed method is demonstrated in an L-filter grid-connected single-phase VSC.
本文介绍了一种H∞电流控制器,该控制器可以对功率变换器的频域输入导纳进行整形,不仅可以定义其幅值,还可以定义其相位。除了导纳整形,一些电流跟踪规范也被引入到算法中,证明导纳整形和跟踪性能都是可能的,但不是在相同的频率下。在l滤波器并网单相VSC中验证了该方法在时域和频域上的正确性能。
{"title":"Admittance-shaped H∞ current controller for grid-connected VSC","authors":"Jorge Perez, S. Cóbreces, R. Griñó","doi":"10.1109/ETFA.2014.7005221","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005221","url":null,"abstract":"This paper introduces an H∞ current controller that allows the shaping of power converters' input admittance in frequency domain, allowing to define not only its magnitude but also its phase. In addition to admittance shaping, some current tracking specification are also introduced to the algorithm demonstrating that both admittance shaping and tracking performance are possible, but not at the same frequencies. The correct performance (both in time and frequency domain) of the proposed method is demonstrated in an L-filter grid-connected single-phase VSC.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"8 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84199305","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
A simple rule for tuning Event-Based PID controllers with Symmetric Send-On-Delta sampling strategy 一个基于事件的PID控制器的简单规则,该控制器具有对称的增量发送采样策略
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005070
J. Romero, R. Sanchis, Ignacio Peñarrocha-Alós
In this paper we analyse the conditions that produce oscillations in event based PID controllers. A Symmetric Send-On-Delta scheme (SSOD) is assumed, and the describing function is the tool used to address the problem. Once the conditions for oscillations are established, a new robustness to oscillations performance measure is introduced. Then a very simple and intuitive rule of thumb is given about how to tune PID controllers to avoid the limit cycles. The rule presented here entails with the classical concept of phase margin, providing the key to design SSOD based PID by using continuous PID tuning methods. The proposed ideas are tested in simulations with a batch of models widely used in PID design methods testing.
本文分析了基于事件的PID控制器产生振荡的条件。假设一个对称的增量发送模式(SSOD),描述函数是用来解决这个问题的工具。一旦建立了振荡条件,就引入了一种新的对振荡性能的鲁棒性度量。然后给出了一个非常简单和直观的经验法则,关于如何调整PID控制器以避免极限环。本文提出的规则包含了经典的相位裕度概念,为采用连续PID整定方法设计基于SSOD的PID提供了关键。用PID设计方法测试中常用的一批模型进行了仿真验证。
{"title":"A simple rule for tuning Event-Based PID controllers with Symmetric Send-On-Delta sampling strategy","authors":"J. Romero, R. Sanchis, Ignacio Peñarrocha-Alós","doi":"10.1109/ETFA.2014.7005070","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005070","url":null,"abstract":"In this paper we analyse the conditions that produce oscillations in event based PID controllers. A Symmetric Send-On-Delta scheme (SSOD) is assumed, and the describing function is the tool used to address the problem. Once the conditions for oscillations are established, a new robustness to oscillations performance measure is introduced. Then a very simple and intuitive rule of thumb is given about how to tune PID controllers to avoid the limit cycles. The rule presented here entails with the classical concept of phase margin, providing the key to design SSOD based PID by using continuous PID tuning methods. The proposed ideas are tested in simulations with a batch of models widely used in PID design methods testing.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"30 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"77846108","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}
引用次数: 15
Comparing scheduling policies for a message transient error recovery server in a time-triggered setting 比较时间触发设置下消息瞬态错误恢复服务器的调度策略
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005362
Luís Marques, V. Vasconcelos, P. Pedreiras, L. Almeida
Distributed systems rely in communication networks, typically a bus, in order to exchange messages and fulfill their goals. However, message transmission is subject to interferences that ultimately can lead to message corruption. In systems where a high-reliability is sought, error recovery mechanisms can be deployed in order to give the required reliability level, and this can be done in the spatial or temporal domain. In the scope of the FTT paradigm, and applied to the FTT-CAN protocol, the authors have previously presented a time domain recovery method using message retransmissions controlled by a server. In this article we assess the impact of different scheduling policies for the server, presenting a qualitative evaluation of the alternatives, complemented by a simulation study, in order to verify their advantages and weak points.
分布式系统依赖于通信网络(通常是总线)来交换消息并实现其目标。然而,消息传输受到干扰,最终可能导致消息损坏。在寻求高可靠性的系统中,可以部署错误恢复机制以提供所需的可靠性级别,这可以在空间或时间域中完成。在FTT范例的范围内,并应用于FTT- can协议,作者先前提出了一种使用由服务器控制的消息重传的时域恢复方法。在本文中,我们评估了不同调度策略对服务器的影响,对备选方案进行了定性评估,并辅以仿真研究,以验证它们的优点和缺点。
{"title":"Comparing scheduling policies for a message transient error recovery server in a time-triggered setting","authors":"Luís Marques, V. Vasconcelos, P. Pedreiras, L. Almeida","doi":"10.1109/ETFA.2014.7005362","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005362","url":null,"abstract":"Distributed systems rely in communication networks, typically a bus, in order to exchange messages and fulfill their goals. However, message transmission is subject to interferences that ultimately can lead to message corruption. In systems where a high-reliability is sought, error recovery mechanisms can be deployed in order to give the required reliability level, and this can be done in the spatial or temporal domain. In the scope of the FTT paradigm, and applied to the FTT-CAN protocol, the authors have previously presented a time domain recovery method using message retransmissions controlled by a server. In this article we assess the impact of different scheduling policies for the server, presenting a qualitative evaluation of the alternatives, complemented by a simulation study, in order to verify their advantages and weak points.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"164 1","pages":"1-6"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78015822","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
Distributed neuro-fuzzy feature forecasting approach for condition monitoring 状态监测的分布式神经模糊特征预测方法
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005180
D. Zurita, J. Carino, Miguel Delgado Prieto, J. A. Redondo
The industrial machinery reliability represents a critical factor in order to assure the proper operation of the whole productive process. In regard with this, diagnosis schemes based on physical magnitudes acquisition, features calculation, features reduction and classification are being applied. However, in this paper, in order to enhance the condition monitoring capabilities, a forecasting approach is proposed, in which not only the current status of the system under monitoring in identified, diagnosis, but also the future condition is assessed, prognosis. The novelties of the proposed methodology are based on a distributed features forecasting approach by means of adaptive neuro-fuzzy inference system models. The proposed method is validated by means of an accelerated bearing degradation experimental platform.
工业机械的可靠性是保证整个生产过程正常运行的关键因素。基于物理量获取、特征计算、特征约简和分类的诊断方案正在得到应用。然而,为了提高系统的状态监测能力,本文提出了一种预测方法,既对被监测系统的当前状态进行识别、诊断,又对未来状态进行评估、预测。该方法的新颖之处在于基于自适应神经模糊推理系统模型的分布式特征预测方法。通过轴承加速退化实验平台对该方法进行了验证。
{"title":"Distributed neuro-fuzzy feature forecasting approach for condition monitoring","authors":"D. Zurita, J. Carino, Miguel Delgado Prieto, J. A. Redondo","doi":"10.1109/ETFA.2014.7005180","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005180","url":null,"abstract":"The industrial machinery reliability represents a critical factor in order to assure the proper operation of the whole productive process. In regard with this, diagnosis schemes based on physical magnitudes acquisition, features calculation, features reduction and classification are being applied. However, in this paper, in order to enhance the condition monitoring capabilities, a forecasting approach is proposed, in which not only the current status of the system under monitoring in identified, diagnosis, but also the future condition is assessed, prognosis. The novelties of the proposed methodology are based on a distributed features forecasting approach by means of adaptive neuro-fuzzy inference system models. The proposed method is validated by means of an accelerated bearing degradation experimental platform.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"31 1","pages":"1-8"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78072444","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}
引用次数: 17
An energy efficient traffic shaping algorithm for Ethernet-based multimedia industrial traffic 基于以太网的多媒体工业流量节能整形算法
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005278
A. Cenedese, Marco Michielan, F. Tramarin, S. Vitturi
Industrial communication systems, like the very popular real-time Ethernet networks, are ever more used to carry multimedia traffic, i.e. that generated by applications employing complex sensors such as, for example, video cameras. Ethernet networks, however, revealed to be quite inefficient in terms of energy saving since the power consumption of a link between any two devices does not decrease significantly during the (statistically long) idle periods, i.e. the intervals of time in which the link is not crossed by traffic. In this paper we present a novel traffic shaping technique that aims at saving energy when the multimedia industrial traffic has self similar characteristics. In particular, the proposed method combines the statistical properties of the traffic, with the opportunities offered by the recent amendment to the Ethernet standard, called Energy Efficient Ethernet (EEE), to design a strategy based on the analysis of current traffic levels and the prediction of the incoming data flow. Simulation results are presented to prove the effectiveness of the strategy which leads to considerable energy savings at the expense of only a limited bounded delay in frame delivery.
工业通信系统,如非常流行的实时以太网,越来越多地用于承载多媒体流量,即由采用复杂传感器的应用程序产生的流量,例如,摄像机。然而,以太网络在节能方面显示出相当低的效率,因为任何两个设备之间的链路的功耗在(统计上很长的)空闲期间(即链路不被流量穿越的时间间隔)不会显著降低。针对多媒体工业流量具有自相似特性的情况,提出了一种新的流量整形技术。特别地,所提出的方法结合了流量的统计特性,以及最近对以太网标准的修订(称为节能以太网(EEE))提供的机会,设计了基于当前流量水平分析和传入数据流预测的策略。仿真结果证明了该策略的有效性,以有限的帧传输延迟为代价,节省了大量的能量。
{"title":"An energy efficient traffic shaping algorithm for Ethernet-based multimedia industrial traffic","authors":"A. Cenedese, Marco Michielan, F. Tramarin, S. Vitturi","doi":"10.1109/ETFA.2014.7005278","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005278","url":null,"abstract":"Industrial communication systems, like the very popular real-time Ethernet networks, are ever more used to carry multimedia traffic, i.e. that generated by applications employing complex sensors such as, for example, video cameras. Ethernet networks, however, revealed to be quite inefficient in terms of energy saving since the power consumption of a link between any two devices does not decrease significantly during the (statistically long) idle periods, i.e. the intervals of time in which the link is not crossed by traffic. In this paper we present a novel traffic shaping technique that aims at saving energy when the multimedia industrial traffic has self similar characteristics. In particular, the proposed method combines the statistical properties of the traffic, with the opportunities offered by the recent amendment to the Ethernet standard, called Energy Efficient Ethernet (EEE), to design a strategy based on the analysis of current traffic levels and the prediction of the incoming data flow. Simulation results are presented to prove the effectiveness of the strategy which leads to considerable energy savings at the expense of only a limited bounded delay in frame delivery.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"43 1","pages":"1-4"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73419504","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
Design of distributed energy systems: Role and requirements of modeling and simulation 分布式能源系统设计:建模与仿真的作用与要求
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005305
Felix Felgner, J. Meiers, L. Exel, Georg Frey
The interconnection of distributed generation units has a significant impact on the performance of an energy system. In this paper, challenges in designing grid-connected and islanded distributed energy systems (DES) are described and a concept of simulation models in the component-oriented modeling language Modelica® is presented, wherein simulation models are divided into physically detailed and physically abstracted models.
分布式发电机组的互联对能源系统的性能有着重要的影响。本文描述了设计并网和孤岛分布式能源系统(DES)的挑战,并提出了面向组件的建模语言Modelica®中的仿真模型概念,其中仿真模型分为物理详细模型和物理抽象模型。
{"title":"Design of distributed energy systems: Role and requirements of modeling and simulation","authors":"Felix Felgner, J. Meiers, L. Exel, Georg Frey","doi":"10.1109/ETFA.2014.7005305","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005305","url":null,"abstract":"The interconnection of distributed generation units has a significant impact on the performance of an energy system. In this paper, challenges in designing grid-connected and islanded distributed energy systems (DES) are described and a concept of simulation models in the component-oriented modeling language Modelica® is presented, wherein simulation models are divided into physically detailed and physically abstracted models.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"62 1","pages":"1-5"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82376570","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
Beyond instrumentation: FDI for modular subsystems with proprietary protocols 超越仪器:具有专有协议的模块化子系统的FDI
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005145
D. Schulz, Roland Braun, U. Topp, Martin Stockl
Upon its first release, the FDI standard (field device integration, IEC 62769) [1] will be the most widely accepted standard for field device integration in automation industry [6]. Although it is a very new standard, the underlying technology re-use protects investments in customer installed base on an even wider scale. Still, FDI-related work has mostly been focused on the support of field instruments and compact electrical devices. Toward a complete coverage of all automation devices with one integration technology, we have therefore investigated the potential of FDI to also support the particularities of modular electrical subsystems. Using ABB's low-voltage switchgear MNS iS as a case study, we have attempted to practically port the relevant parts of the existing tool chain to FDI technology. While other modular devices such as remote IOs typically come from the same vendor as the device management system (DMS) and therefore may be supported in a proprietary manner, we must be able to integrate electrical subsystems into an FDI system like any compact device: by loading standard-conforming description files. Given the approval state of the standard and the still ongoing development of common FDI software components, we find the results rather encouraging. From the gaps we found in both the standard and the currently available implementation, we have concluded a set of proposals for action. We are confident that with reasonable effort the value of FDI can be enhanced even further.
首次发布后,FDI标准(现场设备集成,IEC 62769)[1]将成为自动化行业中最广泛接受的现场设备集成标准[6]。尽管这是一个非常新的标准,但底层技术重用在更大范围内保护了客户安装基础的投资。不过,与外国直接投资有关的工作主要集中于支助现场仪器和小型电气设备。因此,为了用一种集成技术完全覆盖所有自动化设备,我们研究了FDI的潜力,以支持模块化电气子系统的特殊性。以ABB的低压开关设备MNS iS为例,我们试图将现有工具链的相关部分实际移植到FDI技术中。虽然其他模块化设备(如远程IOs)通常来自与设备管理系统(DMS)相同的供应商,因此可能以专有方式得到支持,但我们必须能够像任何紧凑设备一样将电气子系统集成到FDI系统中:通过加载符合标准的描述文件。考虑到标准的批准状态和通用FDI软件组件仍在进行的开发,我们发现结果相当令人鼓舞。根据我们在标准和目前可用的实现中发现的差距,我们总结了一套行动建议。我们相信,通过合理的努力,外国直接投资的价值可以进一步提高。
{"title":"Beyond instrumentation: FDI for modular subsystems with proprietary protocols","authors":"D. Schulz, Roland Braun, U. Topp, Martin Stockl","doi":"10.1109/ETFA.2014.7005145","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005145","url":null,"abstract":"Upon its first release, the FDI standard (field device integration, IEC 62769) [1] will be the most widely accepted standard for field device integration in automation industry [6]. Although it is a very new standard, the underlying technology re-use protects investments in customer installed base on an even wider scale. Still, FDI-related work has mostly been focused on the support of field instruments and compact electrical devices. Toward a complete coverage of all automation devices with one integration technology, we have therefore investigated the potential of FDI to also support the particularities of modular electrical subsystems. Using ABB's low-voltage switchgear MNS iS as a case study, we have attempted to practically port the relevant parts of the existing tool chain to FDI technology. While other modular devices such as remote IOs typically come from the same vendor as the device management system (DMS) and therefore may be supported in a proprietary manner, we must be able to integrate electrical subsystems into an FDI system like any compact device: by loading standard-conforming description files. Given the approval state of the standard and the still ongoing development of common FDI software components, we find the results rather encouraging. From the gaps we found in both the standard and the currently available implementation, we have concluded a set of proposals for action. We are confident that with reasonable effort the value of FDI can be enhanced even further.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"29 1","pages":"1-7"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82515163","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
Trend-weighted rule-based expert system for process diagnosis 基于趋势加权规则的过程诊断专家系统
Pub Date : 2014-09-01 DOI: 10.1109/ETFA.2014.7005325
D. C. D. Souza, A. Neto, L. A. Guedes
This paper presents and innovative technique-referred to as trend-weighted rule-based expert system (TWRBES) - grounded in the integration of two existing tools of the artificial intelligence field, expert systems (ES) and qualitative trend analysis (QTA). The main goal of this approach is to benefit of the main advantages associated with each of the techniques used, such as the ability to represent knowledge through rules and the ability to extract the behavior and the trends of a continuous signal. Such integration allows a direct purpose in industrial environment applications, especially in the intelligent automation field. This paper introduces this technique and preliminary results obtained from applying it to industrial process diagnosis.
本文提出了一种基于趋势加权规则的专家系统(TWRBES)的创新技术,该技术基于人工智能领域的两种现有工具,专家系统(ES)和定性趋势分析(QTA)的集成。这种方法的主要目标是利用与所使用的每种技术相关的主要优势,例如通过规则表示知识的能力,以及提取连续信号的行为和趋势的能力。这样的集成可以直接用于工业环境的应用,特别是在智能自动化领域。本文介绍了该技术及其在工业过程诊断中的初步应用效果。
{"title":"Trend-weighted rule-based expert system for process diagnosis","authors":"D. C. D. Souza, A. Neto, L. A. Guedes","doi":"10.1109/ETFA.2014.7005325","DOIUrl":"https://doi.org/10.1109/ETFA.2014.7005325","url":null,"abstract":"This paper presents and innovative technique-referred to as trend-weighted rule-based expert system (TWRBES) - grounded in the integration of two existing tools of the artificial intelligence field, expert systems (ES) and qualitative trend analysis (QTA). The main goal of this approach is to benefit of the main advantages associated with each of the techniques used, such as the ability to represent knowledge through rules and the ability to extract the behavior and the trends of a continuous signal. Such integration allows a direct purpose in industrial environment applications, especially in the intelligent automation field. This paper introduces this technique and preliminary results obtained from applying it to industrial process diagnosis.","PeriodicalId":20477,"journal":{"name":"Proceedings of the 2014 IEEE Emerging Technology and Factory Automation (ETFA)","volume":"42 1","pages":"1-4"},"PeriodicalIF":0.0,"publicationDate":"2014-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81393565","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
期刊
Proceedings of the 2014 IEEE Emerging Technology 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