首页 > 最新文献

2022 IEEE AUTOTESTCON最新文献

英文 中文
Towards Continuous Cyber Testing with Reinforcement Learning for Whole Campaign Emulation 面向全战役仿真的强化学习连续网络测试
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984769
Tyler Cody, P. Beling, Laura Freeman
Modern automated penetration testing uses rule-based procedures and model-checking concepts to search through all possible attacks on network models and identify those that violate some correctness or security property by generating an attack graph. By generating all possible attacks, modern, top-down approaches inherently do not isolate the few attacks that matter the most. This weakness is exacerbated in future network settings like 5G and Internet of Things (IoT) settings where networks are expected to have thousands of hosts (or more) and evolve over time. This has created a perception that the attack graph concept itself is inadequate, in turn hindering the automation of cyber testing. Recent research re-positions automated attack graph generation as a best practice in cyber defense by applying deep reinforcement learning (RL). While recent research into penetration testing with RL has seen a rapid growth in interest, a clear concept of operational use has not been defined. We define and provide formalism for the concept of whole campaign emulation (WCE). We present WCE as both a challenge problem and a framework for automating cyber T&E with RL. This manuscript captures an RL-oriented perspective on the past, present, and future of attack graph generation, and serves as a primer from researchers and practitioners alike. With WCE, organizations from small businesses to nation-states can feasibly institute continuous cyber T&E with low test costs and low disruption to operations.
现代自动化渗透测试使用基于规则的过程和模型检查概念来搜索网络模型上所有可能的攻击,并通过生成攻击图来识别那些违反某些正确性或安全性属性的攻击。通过生成所有可能的攻击,现代的自顶向下的方法本质上不能隔离最重要的少数攻击。这一弱点在未来的网络设置中会加剧,比如5G和物联网(IoT)设置,这些网络预计将拥有数千台(或更多)主机,并随着时间的推移而发展。这造成了一种观点,即攻击图概念本身是不够的,从而阻碍了网络测试的自动化。最近的研究通过应用深度强化学习(RL)将自动攻击图生成重新定位为网络防御的最佳实践。虽然最近对RL渗透测试的研究兴趣迅速增长,但还没有明确的操作使用概念。我们定义并提供了整个战役仿真(WCE)概念的形式化形式。我们将WCE视为一个具有挑战性的问题,同时也是一个使用RL实现网络T&E自动化的框架。该手稿从过去、现在和未来的攻击图生成的角度捕捉了面向强化学习的视角,并作为研究人员和实践者的入门读物。有了WCE,从小型企业到民族国家的组织都可以在低测试成本和低运营中断的情况下建立持续的网络T&E。
{"title":"Towards Continuous Cyber Testing with Reinforcement Learning for Whole Campaign Emulation","authors":"Tyler Cody, P. Beling, Laura Freeman","doi":"10.1109/AUTOTESTCON47462.2022.9984769","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984769","url":null,"abstract":"Modern automated penetration testing uses rule-based procedures and model-checking concepts to search through all possible attacks on network models and identify those that violate some correctness or security property by generating an attack graph. By generating all possible attacks, modern, top-down approaches inherently do not isolate the few attacks that matter the most. This weakness is exacerbated in future network settings like 5G and Internet of Things (IoT) settings where networks are expected to have thousands of hosts (or more) and evolve over time. This has created a perception that the attack graph concept itself is inadequate, in turn hindering the automation of cyber testing. Recent research re-positions automated attack graph generation as a best practice in cyber defense by applying deep reinforcement learning (RL). While recent research into penetration testing with RL has seen a rapid growth in interest, a clear concept of operational use has not been defined. We define and provide formalism for the concept of whole campaign emulation (WCE). We present WCE as both a challenge problem and a framework for automating cyber T&E with RL. This manuscript captures an RL-oriented perspective on the past, present, and future of attack graph generation, and serves as a primer from researchers and practitioners alike. With WCE, organizations from small businesses to nation-states can feasibly institute continuous cyber T&E with low test costs and low disruption to operations.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114516464","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
Design and implementation of a ultra-high timing resolution pulse generator based on real-time computation 基于实时计算的超高时序分辨率脉冲发生器的设计与实现
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984792
Hanglin Liu, Hongliang Chen, Zaiming Fu, Shirui Qi, Yindong Xiao, Houjun Wang
In the field of automatic test systems, direct digital synthesis (DDS) technology plays a crucial role with features such as fast frequency switching speed, high-frequency resolution, and flexible waveforms. However, the timing resolution of the pulse waveform generated by DDS technology is limited by the storage depth of waveform memory and sampling rate. DDS generates a maximum 1 clock cycle jitter in the pulse waveform as the frequency tune word (FTW) changes driven by the sampling clock, and the pulse width modulation (PWM) of the pulse waveform is not possible with DDS technology. In this paper, a parallel pulse waveform synthesis method based on real-time computation is proposed. The pulse waveform generated by this method has a timing resolution that far exceeds the sampling period including rising time resolution, falling time resolution, pulse width resolution, and delay resolution. Since the pulse parameters such as rising time, falling time, and pulse width can be independently adjusted with phase continuity, and the waveform samples are generated by real-time computation, the method can easily implement PWM and various modulations. The waveform samples computed in real-time correspond precisely to their theoretical phases with extremely low phase truncation error, thus jitter is greatly reduced and the timing resolution can be significantly improved. In this paper, based on the real-time computation of waveform samples, the sampling rate is increased eight times by parallelizing the computation. Each computing channel is run at 156.25 MHz, and the sampling rate of 1.25 GSPS waveform samples is achieved by running in parallel with eight channels. Finally, the pulse waveform is generated with a timing resolution of 0.2 ps, which theoretically requires a sampling rate of 5 TSPS to achieve.
在自动测试系统领域,直接数字合成(DDS)技术以其切换频率快、高频分辨率高、波形灵活等特点发挥着至关重要的作用。然而,DDS技术产生的脉冲波形的时序分辨率受到波形存储器的存储深度和采样率的限制。由于采样时钟驱动的频率调谐字(FTW)变化,DDS在脉冲波形中产生最大1个时钟周期的抖动,并且DDS技术无法实现脉冲波形的脉宽调制(PWM)。本文提出了一种基于实时计算的并行脉冲波形合成方法。该方法产生的脉冲波形具有远远超过采样周期的时序分辨率,包括上升时间分辨率、下降时间分辨率、脉宽分辨率和延迟分辨率。由于脉冲的上升时间、下降时间、脉宽等参数可以独立地进行相位连续调节,并且波形样本是通过实时计算生成的,因此该方法可以方便地实现PWM和各种调制。实时计算的波形样本与理论相位精确对应,相位截断误差极低,从而大大降低了抖动,显著提高了时序分辨率。本文在波形采样实时计算的基础上,通过并行化计算,将采样率提高了8倍。每个计算通道运行频率为156.25 MHz,通过8个通道并行运行实现1.25 GSPS波形采样率。最后生成时序分辨率为0.2 ps的脉冲波形,理论上需要5 TSPS的采样率才能实现。
{"title":"Design and implementation of a ultra-high timing resolution pulse generator based on real-time computation","authors":"Hanglin Liu, Hongliang Chen, Zaiming Fu, Shirui Qi, Yindong Xiao, Houjun Wang","doi":"10.1109/AUTOTESTCON47462.2022.9984792","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984792","url":null,"abstract":"In the field of automatic test systems, direct digital synthesis (DDS) technology plays a crucial role with features such as fast frequency switching speed, high-frequency resolution, and flexible waveforms. However, the timing resolution of the pulse waveform generated by DDS technology is limited by the storage depth of waveform memory and sampling rate. DDS generates a maximum 1 clock cycle jitter in the pulse waveform as the frequency tune word (FTW) changes driven by the sampling clock, and the pulse width modulation (PWM) of the pulse waveform is not possible with DDS technology. In this paper, a parallel pulse waveform synthesis method based on real-time computation is proposed. The pulse waveform generated by this method has a timing resolution that far exceeds the sampling period including rising time resolution, falling time resolution, pulse width resolution, and delay resolution. Since the pulse parameters such as rising time, falling time, and pulse width can be independently adjusted with phase continuity, and the waveform samples are generated by real-time computation, the method can easily implement PWM and various modulations. The waveform samples computed in real-time correspond precisely to their theoretical phases with extremely low phase truncation error, thus jitter is greatly reduced and the timing resolution can be significantly improved. In this paper, based on the real-time computation of waveform samples, the sampling rate is increased eight times by parallelizing the computation. Each computing channel is run at 156.25 MHz, and the sampling rate of 1.25 GSPS waveform samples is achieved by running in parallel with eight channels. Finally, the pulse waveform is generated with a timing resolution of 0.2 ps, which theoretically requires a sampling rate of 5 TSPS to achieve.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"181 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129183679","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
Solution Approaches from Industry for Flightline of the Future and Next Generation Test Systems 面向未来航线和下一代测试系统的工业解决方案
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984798
M. Dziuk, Lewis Edinburgh, Shawn Reynolds, Jim Rousseau, Jason Boots Winn
Department of Defense “Maintenance of the Future” capabilities will necessarily nest under the digital transformation banner and require near-term innovative solutions. The required attributes, while essentially common across the Services, will push long-standing, traditional maintenance facilities and practices out of comfort zones. Genuine transformation to agile software/hardware delivery, digital twins, information assured/resilient network architectures, 5G, Internet of Things (IoT), and Modular Open Systems Architecture (MOSA) represent both the challenges and opportunities to harness Maintenance for the Future transformation - easier said than done. Maintainers and facilities need tomorrow's answers, today. Fortunately, many are available and adaptable for immediate integration. For example, Air Force Material Command and the Air Force Sustainment Center have shared with industry various overviews of their image for Flightline-of-the-Future and Digital Depots concepts, outlining that the government is in the process of data gathering to shape requirements as well as understand the cutting-edge capabilities of industry. The purpose of this paper is to provide an overview of capabilities and solutions for what the Flightline of the Future can be and how continuity can be maintained between all maintenance levels (Organizational, Intermediate, and Depot). This paper also explores approaches for Next Generation Test Systems by highlighting current solutions and goals for the future. We focus on breaking from legacy implementations of backplanes and instrumentation as well as new capabilities for ensuring cybersecurity, streamlined processing of Authority to Operate (ATO), MOSA frameworks for interfacing to Industrial Internet of Things (IIoT), and potential schemas for advanced data analysis supporting logistical and predictive methodologies.
国防部的“维护未来”能力必然会在数字化转型的旗帜下扎根,并需要近期的创新解决方案。所需的属性虽然在各军种中都是通用的,但将推动长期存在的传统维护设施和实践走出舒适区。向敏捷软件/硬件交付、数字孪生、信息保证/弹性网络架构、5G、物联网(IoT)和模块化开放系统架构(MOSA)的真正转型代表了利用维护实现未来转型的挑战和机遇——说起来容易做起来难。维护人员和设施需要明天的答案,今天。幸运的是,许多工具都是可用的,并且适合立即集成。例如,空军物资司令部和空军保障中心与工业界分享了他们对未来飞行线和数字仓库概念的各种概述,概述了政府正在收集数据以形成需求并了解工业的尖端能力。本文的目的是概述未来航线的能力和解决方案,以及如何在所有维护级别(组织、中间和仓库)之间保持连续性。本文还通过强调当前的解决方案和未来的目标,探讨了下一代测试系统的方法。我们专注于突破背板和仪器的传统实现,以及确保网络安全的新功能,简化操作权限(ATO)的处理,与工业物联网(IIoT)接口的MOSA框架,以及支持后勤和预测方法的高级数据分析的潜在模式。
{"title":"Solution Approaches from Industry for Flightline of the Future and Next Generation Test Systems","authors":"M. Dziuk, Lewis Edinburgh, Shawn Reynolds, Jim Rousseau, Jason Boots Winn","doi":"10.1109/AUTOTESTCON47462.2022.9984798","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984798","url":null,"abstract":"Department of Defense “Maintenance of the Future” capabilities will necessarily nest under the digital transformation banner and require near-term innovative solutions. The required attributes, while essentially common across the Services, will push long-standing, traditional maintenance facilities and practices out of comfort zones. Genuine transformation to agile software/hardware delivery, digital twins, information assured/resilient network architectures, 5G, Internet of Things (IoT), and Modular Open Systems Architecture (MOSA) represent both the challenges and opportunities to harness Maintenance for the Future transformation - easier said than done. Maintainers and facilities need tomorrow's answers, today. Fortunately, many are available and adaptable for immediate integration. For example, Air Force Material Command and the Air Force Sustainment Center have shared with industry various overviews of their image for Flightline-of-the-Future and Digital Depots concepts, outlining that the government is in the process of data gathering to shape requirements as well as understand the cutting-edge capabilities of industry. The purpose of this paper is to provide an overview of capabilities and solutions for what the Flightline of the Future can be and how continuity can be maintained between all maintenance levels (Organizational, Intermediate, and Depot). This paper also explores approaches for Next Generation Test Systems by highlighting current solutions and goals for the future. We focus on breaking from legacy implementations of backplanes and instrumentation as well as new capabilities for ensuring cybersecurity, streamlined processing of Authority to Operate (ATO), MOSA frameworks for interfacing to Industrial Internet of Things (IIoT), and potential schemas for advanced data analysis supporting logistical and predictive methodologies.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128265968","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
Organizational Level Armament Test Reimagined 重新设想组织级军备测试
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984781
Stephen T. Sargeant, A. Wells
Organizational Level (O-Level) Maintenance personnel face tremendous pressure to maintain the mission readiness of aircraft and weapons systems in some of the most inhospitable conditions imaginable. Whether deployed on an aircraft carrier in the middle of the Atlantic, or on a remote airbase in Alaska, maintainers are only as effective as their training and test equipment. This can be especially challenging for the armament maintainer as new weapons systems and munitions are developed and fielded, and commonly utilized alongside legacy munitions. Test equipment must not only address the legacy test requirements, but must include new capabilities; this results in the proliferation of multiple types and generations of test equipment that impacts test execution performance, training, logistics and ultimately aircraft mission readiness. O-Level armament maintenance includes scheduled and unscheduled activities; scheduled test occurs after installation or scheduled maintenance, and unscheduled test occurs in support of fault analysis and troubleshooting. For this reason, the USAF has employed two versions of O-Level testers for most fighter aircraft. The first is a simple reliability tester most often known as the Armament Circuit Preload Test Set (ACPTS), and the second is an advanced tester (COLT, SST, 198, etc.) used for functional checkouts. Furthermore, O-Level armament support for the F-16 may require up to five different testers (5060, SST, FIST, MBFI and Viper), with each tester being employed for a different function or mission. Clearly this poses significant training and proficiency challenges for the maintainer, but also impacts logistics as any deployment must also include each of these test sets along with associated cable assemblies. This paper will explore the need for a universal O-Level armament test set that combines all O-Level armament tests into one test set, and identify the reliability and functional test requirements that must be addressed to support legacy as well as new and emerging aircraft armament and weapons.
组织级(o级)维护人员面临着巨大的压力,要在一些可以想象的最恶劣的条件下保持飞机和武器系统的任务准备状态。无论是部署在大西洋中部的航空母舰上,还是部署在阿拉斯加偏远的空军基地上,维护人员的有效性取决于他们的训练和测试设备。这对于武器维护人员来说尤其具有挑战性,因为新的武器系统和弹药正在开发和部署,并且通常与传统弹药一起使用。测试设备不仅要满足传统的测试需求,还必须包含新的功能;这导致了多种类型和几代测试设备的激增,影响了测试执行性能、训练、后勤和最终的飞机任务准备。o级军备维修包括计划内和计划外活动;计划测试在安装或定期维护之后进行,计划外测试在支持故障分析和故障排除时进行。出于这个原因,美国空军已经为大多数战斗机使用了两个版本的o级测试器。第一个是一个简单的可靠性测试仪,通常被称为军备电路预载测试集(ACPTS),第二个是一个先进的测试仪(COLT, SST, 198等),用于功能检查。此外,F-16的o级武器支持可能需要多达五个不同的测试器(5060,SST, FIST, MBFI和Viper),每个测试器被用于不同的功能或任务。显然,这对维护人员的培训和熟练程度提出了重大挑战,但也影响了后勤工作,因为任何部署都必须包括这些测试集以及相关的电缆组件。本文将探讨将所有o级武器测试合并为一个测试集的通用o级武器测试集的需求,并确定必须解决的可靠性和功能测试需求,以支持传统以及新型和新兴的飞机武器和武器。
{"title":"Organizational Level Armament Test Reimagined","authors":"Stephen T. Sargeant, A. Wells","doi":"10.1109/AUTOTESTCON47462.2022.9984781","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984781","url":null,"abstract":"Organizational Level (O-Level) Maintenance personnel face tremendous pressure to maintain the mission readiness of aircraft and weapons systems in some of the most inhospitable conditions imaginable. Whether deployed on an aircraft carrier in the middle of the Atlantic, or on a remote airbase in Alaska, maintainers are only as effective as their training and test equipment. This can be especially challenging for the armament maintainer as new weapons systems and munitions are developed and fielded, and commonly utilized alongside legacy munitions. Test equipment must not only address the legacy test requirements, but must include new capabilities; this results in the proliferation of multiple types and generations of test equipment that impacts test execution performance, training, logistics and ultimately aircraft mission readiness. O-Level armament maintenance includes scheduled and unscheduled activities; scheduled test occurs after installation or scheduled maintenance, and unscheduled test occurs in support of fault analysis and troubleshooting. For this reason, the USAF has employed two versions of O-Level testers for most fighter aircraft. The first is a simple reliability tester most often known as the Armament Circuit Preload Test Set (ACPTS), and the second is an advanced tester (COLT, SST, 198, etc.) used for functional checkouts. Furthermore, O-Level armament support for the F-16 may require up to five different testers (5060, SST, FIST, MBFI and Viper), with each tester being employed for a different function or mission. Clearly this poses significant training and proficiency challenges for the maintainer, but also impacts logistics as any deployment must also include each of these test sets along with associated cable assemblies. This paper will explore the need for a universal O-Level armament test set that combines all O-Level armament tests into one test set, and identify the reliability and functional test requirements that must be addressed to support legacy as well as new and emerging aircraft armament and weapons.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"70 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121573215","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
An Instrumentation System for an Embedded Linux-Based Flight Controller 嵌入式linux飞行控制器仪表系统
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984735
M. Don, Nathan L. Schomer, Mitchell Grabner, Cory Miller, Jonathan M. Hallameyer
The DEVCOM Army Research Laboratory has redesigned its Multi-functional Instrumentation and Data Ac-quisition System (MIDAS) to support an embedded Linux-based flight controller for its smart munitions research. This includes field-programmable gate array development of a serial peripheral interface between the sensor board and flight controller, integration of three new digital sensors using a soft-core processor, and the design of a custom Linux software stack. This new version of MIDAS has been successfully used in several flight experiments, and will continue to support future smart munitions research and development.
DEVCOM陆军研究实验室重新设计了其多功能仪器和数据采集系统(MIDAS),以支持其智能弹药研究中基于嵌入式linux的飞行控制器。这包括传感器板和飞行控制器之间串行外设接口的现场可编程门阵列开发,使用软核处理器集成三个新的数字传感器,以及定制Linux软件堆栈的设计。这种新版本的MIDAS已经成功地用于几次飞行实验,并将继续支持未来智能弹药的研究和开发。
{"title":"An Instrumentation System for an Embedded Linux-Based Flight Controller","authors":"M. Don, Nathan L. Schomer, Mitchell Grabner, Cory Miller, Jonathan M. Hallameyer","doi":"10.1109/AUTOTESTCON47462.2022.9984735","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984735","url":null,"abstract":"The DEVCOM Army Research Laboratory has redesigned its Multi-functional Instrumentation and Data Ac-quisition System (MIDAS) to support an embedded Linux-based flight controller for its smart munitions research. This includes field-programmable gate array development of a serial peripheral interface between the sensor board and flight controller, integration of three new digital sensors using a soft-core processor, and the design of a custom Linux software stack. This new version of MIDAS has been successfully used in several flight experiments, and will continue to support future smart munitions research and development.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121674603","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
Lockheed Martin ATE's Support Automatic Test-Markup Language (ATML) 1671.1 and 1641 洛克希德·马丁公司支持自动测试标记语言(ATML) 1671.1和1641
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984764
Yan Rodriguez Ramirez
The design of modern Automated Test Equipment (ATE) is now being enabled to support the IEEE standards for ATML. These standards are IEEE 1671.1 (Test Description) and 1641 (Signal and Test Definition). The critical task is now defining the processes to develop and support the Test Program Sets to ensure they follow the standards. This is feasible by using existing commercial tools that allow creating System Model Language (SysML®) and generating ATML Test Description (ATML 1671.1) and Signals (ATML 1641) that define the test and signals expected to be present in the TPS. Conversion tools are then used to generate NI TestStand™ sequences based on the test and signals defined in the ATML Test Description. Once developed, the TPS must be validated to submit or load on the designated ATE. Using this process, we recommend following a TPS style guide to fully benefit the capabilities and features of the ATE Test Executive. The objective of this paper is to show the process and steps taken to create and ATML compliant TPS with the proper validation for submitting it to a designated ATE platform.
现代自动化测试设备(ATE)的设计现在可以支持IEEE的ATML标准。这些标准是IEEE 1671.1(测试描述)和1641(信号和测试定义)。现在的关键任务是定义开发和支持测试程序集的过程,以确保它们遵循标准。这是可行的,通过使用现有的商业工具,允许创建系统模型语言(SysML®)和生成ATML测试描述(ATML 1671.1)和信号(ATML 1641),定义测试和信号预计将出现在TPS。然后使用转换工具根据ATML测试描述中定义的测试和信号生成NI TestStand™序列。一旦开发完成,TPS必须经过验证才能在指定的ATE上提交或加载。使用此过程,我们建议遵循TPS风格指南,以充分利用ATE Test Executive的功能和特性。本文的目的是展示创建和兼容ATML的TPS的过程和步骤,并将其提交到指定的ATE平台进行适当的验证。
{"title":"Lockheed Martin ATE's Support Automatic Test-Markup Language (ATML) 1671.1 and 1641","authors":"Yan Rodriguez Ramirez","doi":"10.1109/AUTOTESTCON47462.2022.9984764","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984764","url":null,"abstract":"The design of modern Automated Test Equipment (ATE) is now being enabled to support the IEEE standards for ATML. These standards are IEEE 1671.1 (Test Description) and 1641 (Signal and Test Definition). The critical task is now defining the processes to develop and support the Test Program Sets to ensure they follow the standards. This is feasible by using existing commercial tools that allow creating System Model Language (SysML®) and generating ATML Test Description (ATML 1671.1) and Signals (ATML 1641) that define the test and signals expected to be present in the TPS. Conversion tools are then used to generate NI TestStand™ sequences based on the test and signals defined in the ATML Test Description. Once developed, the TPS must be validated to submit or load on the designated ATE. Using this process, we recommend following a TPS style guide to fully benefit the capabilities and features of the ATE Test Executive. The objective of this paper is to show the process and steps taken to create and ATML compliant TPS with the proper validation for submitting it to a designated ATE platform.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124976630","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
Automated Test Equipment Data Analytics in a PBL Environment PBL环境中的自动化测试设备数据分析
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984785
M. J. Smith, W. J. Headrick
The Performance Based Logistics (PBL) approach to platform sustainment is greatly enhanced when informed by high quality information about the current state of critical fleet assets, and a reliable estimate of anticipated future needs. Aircraft platform sustainment stakeholders have long used information from data analytic software to inform PBL teams and make more efficient and cost optimized decisions on operations, maintenance, and supply chain actions. These analytics consume platform operational data sources, and fleet asset parametric data to provide a wide range of information including fault diagnostics, failure prognostics, and part order demand forecasts. The branches of the U.S. Armed Forces operate and maintain a “fleet” of Automated Test Equipment (ATE) used to evaluate and diagnose critical Line Replaceable Units (LRUs) removed across a wide range of vehicle platforms. These critical test platforms generate comprehensive log files for test procedures including: self-diagnostic tests, calibration, and LRU Unit Under Test (UUT) evaluations. Generally speaking, this data is not finding its way back to a central repository where it can be analyzed, processed by automated analytic processes, and used for platform analysis and decision making. This paper describes a design for Automated Test Equipment test log analytics to provide enhanced information to test platform Performance Based Logistics. Examples are provided to show how results for a fleet of test instruments can be aggregated into central repository appropriate for human and machine learning processes. When a representative dataset is compiled, models can be trained achieve analytics goals of increasing sophistication from simple anomaly detection, through fault isolation diagnostics, to projections of future maintenance and supply chain needs. Also covered is how these test log based analytics can be combined with information extracted from other operational data sources including UUT test findings, test station maintenance logs, and part orders to provide additional test platform benefits. Finally, the implementation of test log analytics has potential benefits to the UUT platforms as well. This includes providing a path to accelerated component diagnostics through smart Test Program Sets (TPSs) that self-optimize based upon an understanding of historic test results.
基于性能的物流(PBL)平台维护方法在获得关键机队资产当前状态的高质量信息和对预期未来需求的可靠估计后得到了极大的增强。飞机平台维护利益相关者长期以来一直使用数据分析软件提供的信息为PBL团队提供信息,并在运营、维护和供应链行动方面做出更有效、成本更优的决策。这些分析使用平台操作数据源和车队资产参数数据,以提供广泛的信息,包括故障诊断、故障预测和零件订单需求预测。美国武装部队的分支机构运营和维护一个自动化测试设备(ATE)“舰队”,用于评估和诊断各种车辆平台上移除的关键线路可更换单元(lru)。这些关键的测试平台为测试过程生成全面的日志文件,包括:自诊断测试、校准和LRU被测单元(UUT)评估。一般来说,这些数据没有找到返回中央存储库的方法,在中央存储库中可以对其进行分析,由自动化分析过程进行处理,并用于平台分析和决策制定。本文描述了自动化测试设备测试日志分析的设计,为测试平台基于性能的物流提供增强的信息。示例展示了如何将测试仪器的结果聚合到适合人类和机器学习过程的中央存储库中。当编译代表性数据集时,可以训练模型来实现从简单的异常检测到故障隔离诊断,再到对未来维护和供应链需求的预测,越来越复杂的分析目标。还介绍了如何将这些基于测试日志的分析与从其他操作数据源提取的信息(包括UUT测试结果、测试站维护日志和零件订单)结合起来,以提供额外的测试平台优势。最后,测试日志分析的实现对UUT平台也有潜在的好处。这包括通过智能测试程序集(tps)提供加速组件诊断的途径,该测试程序集可以根据对历史测试结果的理解进行自我优化。
{"title":"Automated Test Equipment Data Analytics in a PBL Environment","authors":"M. J. Smith, W. J. Headrick","doi":"10.1109/AUTOTESTCON47462.2022.9984785","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984785","url":null,"abstract":"The Performance Based Logistics (PBL) approach to platform sustainment is greatly enhanced when informed by high quality information about the current state of critical fleet assets, and a reliable estimate of anticipated future needs. Aircraft platform sustainment stakeholders have long used information from data analytic software to inform PBL teams and make more efficient and cost optimized decisions on operations, maintenance, and supply chain actions. These analytics consume platform operational data sources, and fleet asset parametric data to provide a wide range of information including fault diagnostics, failure prognostics, and part order demand forecasts. The branches of the U.S. Armed Forces operate and maintain a “fleet” of Automated Test Equipment (ATE) used to evaluate and diagnose critical Line Replaceable Units (LRUs) removed across a wide range of vehicle platforms. These critical test platforms generate comprehensive log files for test procedures including: self-diagnostic tests, calibration, and LRU Unit Under Test (UUT) evaluations. Generally speaking, this data is not finding its way back to a central repository where it can be analyzed, processed by automated analytic processes, and used for platform analysis and decision making. This paper describes a design for Automated Test Equipment test log analytics to provide enhanced information to test platform Performance Based Logistics. Examples are provided to show how results for a fleet of test instruments can be aggregated into central repository appropriate for human and machine learning processes. When a representative dataset is compiled, models can be trained achieve analytics goals of increasing sophistication from simple anomaly detection, through fault isolation diagnostics, to projections of future maintenance and supply chain needs. Also covered is how these test log based analytics can be combined with information extracted from other operational data sources including UUT test findings, test station maintenance logs, and part orders to provide additional test platform benefits. Finally, the implementation of test log analytics has potential benefits to the UUT platforms as well. This includes providing a path to accelerated component diagnostics through smart Test Program Sets (TPSs) that self-optimize based upon an understanding of historic test results.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117124774","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
From Design Development to Production, One STE to Test Them All 从设计开发到生产,一个STE测试他们所有
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984774
Vi T Weaver, Juan E Ramos
Test equipment used to support engineering design development typically differs from the test equipment used to perform acceptance testing in a production factory. Because the timeframe in which engineering and production test equipment are needed during a product lifecycle is staggered, a program will develop two sets of test equipment for a single product. The primary driver for this strategy results from the long development cycles typically required of production test equipment or Special Test Equipment (STE). This drives the product design engineers to develop their own test benches, or lash-up equipment, so that they can begin integrating and testing their hardware as soon as it arrives. However, what if the barrier for the long STE development cycle were removed? What if a program could deliver test equipment within a 10-month timeframe, from when detailed physical block diagrams and requirements for the product were available to when the test equipment was built and ready to be integrated with the Unit Under Test (UUT)? With the right planning and test strategy, the need for unique engineering test benches would be eliminated. This paper explores the strategy for developing a single STE, which can be used throughout the entire life of a program from development to design verification to production. Additionally, the paper explores the methodology for implementing a 10-month STE development cycle through the use of a common core test capability, composable test capabilities for product unique capabilities, and product artifacts required to interface the test equipment to the product.
用于支持工程设计开发的测试设备通常不同于用于生产工厂进行验收测试的测试设备。由于在产品生命周期中,工程和生产测试设备所需的时间框架是交错的,因此一个程序将为单个产品开发两套测试设备。该策略的主要驱动因素是生产测试设备或特殊测试设备(STE)通常需要较长的开发周期。这促使产品设计工程师开发他们自己的测试台或应急设备,以便他们可以在硬件到达时立即开始集成和测试。然而,如果STE开发周期长的障碍被消除了呢?如果一个程序可以在10个月的时间框架内交付测试设备,从详细的物理框图和产品需求可用到测试设备建成并准备与被测单元(UUT)集成,那会怎么样?有了正确的计划和测试策略,对独特的工程测试平台的需求将被消除。本文探讨了开发单个STE的策略,该策略可以在程序从开发到设计验证再到生产的整个生命周期中使用。此外,本文还探讨了通过使用公共核心测试能力、产品独特能力的可组合测试能力以及将测试设备连接到产品所需的产品工件来实现10个月STE开发周期的方法。
{"title":"From Design Development to Production, One STE to Test Them All","authors":"Vi T Weaver, Juan E Ramos","doi":"10.1109/AUTOTESTCON47462.2022.9984774","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984774","url":null,"abstract":"Test equipment used to support engineering design development typically differs from the test equipment used to perform acceptance testing in a production factory. Because the timeframe in which engineering and production test equipment are needed during a product lifecycle is staggered, a program will develop two sets of test equipment for a single product. The primary driver for this strategy results from the long development cycles typically required of production test equipment or Special Test Equipment (STE). This drives the product design engineers to develop their own test benches, or lash-up equipment, so that they can begin integrating and testing their hardware as soon as it arrives. However, what if the barrier for the long STE development cycle were removed? What if a program could deliver test equipment within a 10-month timeframe, from when detailed physical block diagrams and requirements for the product were available to when the test equipment was built and ready to be integrated with the Unit Under Test (UUT)? With the right planning and test strategy, the need for unique engineering test benches would be eliminated. This paper explores the strategy for developing a single STE, which can be used throughout the entire life of a program from development to design verification to production. Additionally, the paper explores the methodology for implementing a 10-month STE development cycle through the use of a common core test capability, composable test capabilities for product unique capabilities, and product artifacts required to interface the test equipment to the product.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"109 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124836198","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
Test system constraints with emerging Avionics power requirements 测试系统与新兴航空电子电源要求的约束
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984731
C. Sparr, Robert A. Fox, Ross Myers, Richard G. Lawrence
The 5th generation of United States Navy and Marine Corps aircraft have Electrical Power System test requirements that far exceed the power capability of power supplies utilized in the Navy's current suite of Intermediate Level Automatic Test Systems (ATS). The Navy's latest ATS, the electronic Consolidated Support System (eCASS), will deploy on thirteen aircraft carriers, eleven amphibious assault ships, and several shore sites. This paper will focus on the hardware and software challenges of integrating a 50 kW DC power supply and a 25 kW DC power supply into eCASS using existing calibration standards and maintenance procedures while allowing dynamic ranges of capability if a component is not available. Power supply paralleling and automated reconfiguration after power supply failures are some of the methods employed to overcome the hardware and software challenges. Addition of the power supplies also requires integration of new environmental monitoring and power subsystem control hardware that interfaces with the existing eCASS power subsystem. Safe and responsive control of the additional power delivery devices is important to ensure operator and facility integration and safety. The allowable heat generated from the ATS augmentation is limited by facility HVAC capacity to ensure the shipboard equipment remains reliable and the ATS operator comfortable. The existing power control unit software of eCASS is expanded on to support new environmental monitoring infrastructure.
美国海军和海军陆战队第五代飞机的电力系统测试要求远远超过海军当前中级自动测试系统(ATS)套件中使用的电源的功率能力。海军最新的ATS,即电子综合支持系统(eCASS),将部署在13艘航空母舰、11艘两栖攻击舰和几个海岸站点上。本文将重点关注使用现有的校准标准和维护程序将50 kW直流电源和25 kW直流电源集成到eCASS中的硬件和软件挑战,同时允许在组件不可用的情况下动态范围的能力。电源并联和电源故障后的自动重构是克服硬件和软件挑战的一些方法。增加电源还需要集成与现有eCASS电源子系统接口的新环境监测和电源子系统控制硬件。额外电力输送设备的安全和响应控制对于确保操作人员和设施的集成和安全非常重要。为了确保船上设备的可靠性和ATS操作人员的舒适,增加ATS产生的允许热量受到设施HVAC容量的限制。eCASS现有的电力控制单元软件进行了扩展,以支持新的环境监测基础设施。
{"title":"Test system constraints with emerging Avionics power requirements","authors":"C. Sparr, Robert A. Fox, Ross Myers, Richard G. Lawrence","doi":"10.1109/AUTOTESTCON47462.2022.9984731","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984731","url":null,"abstract":"The 5th generation of United States Navy and Marine Corps aircraft have Electrical Power System test requirements that far exceed the power capability of power supplies utilized in the Navy's current suite of Intermediate Level Automatic Test Systems (ATS). The Navy's latest ATS, the electronic Consolidated Support System (eCASS), will deploy on thirteen aircraft carriers, eleven amphibious assault ships, and several shore sites. This paper will focus on the hardware and software challenges of integrating a 50 kW DC power supply and a 25 kW DC power supply into eCASS using existing calibration standards and maintenance procedures while allowing dynamic ranges of capability if a component is not available. Power supply paralleling and automated reconfiguration after power supply failures are some of the methods employed to overcome the hardware and software challenges. Addition of the power supplies also requires integration of new environmental monitoring and power subsystem control hardware that interfaces with the existing eCASS power subsystem. Safe and responsive control of the additional power delivery devices is important to ensure operator and facility integration and safety. The allowable heat generated from the ATS augmentation is limited by facility HVAC capacity to ensure the shipboard equipment remains reliable and the ATS operator comfortable. The existing power control unit software of eCASS is expanded on to support new environmental monitoring infrastructure.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"139 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126226169","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
Digital Transformation for Automated Test Systems 自动化测试系统的数字化转换
Pub Date : 2022-08-29 DOI: 10.1109/AUTOTESTCON47462.2022.9984772
Kaleb S. Romero, Jared J. Boyden, W. J. Headrick
Automatic Test Equipment (ATE) have been key in the laboratory testing, calibration, and maintenance of Unit Under Test (UUT) and Line Replaceable Components (LRC), maintaining a high standard in the sustainment of complex systems. In a wide market full of unique capabilities, spanning from legacy systems to cutting-edge technologies, it only makes sense to evolve the ATE world adopting a modular architecture from inception to deployment. A modular mentality applied to every aspect of a system design, shifts away from a rigid perspective and towards a flexible environment where customer ideas and goals can thrive. From utilizing AGILE strategies in execution of design and documentation, taking “vertical slices” on complex designs, utilizing Model-Based Systems Engineering to derive system requirements, using collaborative, cloud-based tools to maximize productivity and shorten program-execution schedules, developing full kit-based solutions, to the virtualization of the ATE design, test and manufacturing plans; All in support of a product that offers confidence during design and execution, maximizes future upgradeability, obsolescence management and field-sustainment, while minimizing non-recurring costs experienced on a traditional, fixed, waterfall ATE design environment. This paper will describe how Digital Transformation in a modular test system makes this possible and enables customers to achieve and maintain success for years to come.
自动测试设备(ATE)一直是实验室测试、校准和维护被测单元(UUT)和线路可更换组件(LRC)的关键,在复杂系统的维护中保持高标准。在一个充满独特功能的广阔市场中,从遗留系统到尖端技术,只有从开始到部署采用模块化体系结构来发展ATE世界才有意义。模块化的心态应用于系统设计的各个方面,从僵化的角度转向灵活的环境,在这种环境中,客户的想法和目标可以蓬勃发展。从在设计和文档的执行中利用AGILE策略,在复杂的设计上采取“垂直切片”,利用基于模型的系统工程来得出系统需求,使用协作的,基于云的工具来最大化生产力并缩短程序执行时间表,开发基于完整套件的解决方案,到ATE设计,测试和制造计划的虚拟化;所有这些都支持产品在设计和执行过程中提供信心,最大限度地提高未来的可升级性、过时管理和现场维护,同时最大限度地减少传统、固定、瀑布式ATE设计环境中的非重复性成本。本文将描述模块化测试系统中的数字化转型如何实现这一目标,并使客户能够在未来几年取得并保持成功。
{"title":"Digital Transformation for Automated Test Systems","authors":"Kaleb S. Romero, Jared J. Boyden, W. J. Headrick","doi":"10.1109/AUTOTESTCON47462.2022.9984772","DOIUrl":"https://doi.org/10.1109/AUTOTESTCON47462.2022.9984772","url":null,"abstract":"Automatic Test Equipment (ATE) have been key in the laboratory testing, calibration, and maintenance of Unit Under Test (UUT) and Line Replaceable Components (LRC), maintaining a high standard in the sustainment of complex systems. In a wide market full of unique capabilities, spanning from legacy systems to cutting-edge technologies, it only makes sense to evolve the ATE world adopting a modular architecture from inception to deployment. A modular mentality applied to every aspect of a system design, shifts away from a rigid perspective and towards a flexible environment where customer ideas and goals can thrive. From utilizing AGILE strategies in execution of design and documentation, taking “vertical slices” on complex designs, utilizing Model-Based Systems Engineering to derive system requirements, using collaborative, cloud-based tools to maximize productivity and shorten program-execution schedules, developing full kit-based solutions, to the virtualization of the ATE design, test and manufacturing plans; All in support of a product that offers confidence during design and execution, maximizes future upgradeability, obsolescence management and field-sustainment, while minimizing non-recurring costs experienced on a traditional, fixed, waterfall ATE design environment. This paper will describe how Digital Transformation in a modular test system makes this possible and enables customers to achieve and maintain success for years to come.","PeriodicalId":298798,"journal":{"name":"2022 IEEE AUTOTESTCON","volume":"134 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116045769","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
期刊
2022 IEEE AUTOTESTCON
全部 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