共查询到20条相似文献,搜索用时 0 毫秒
1.
随着J-TEXT装置的发展,原有的数据采集系统在稳定性、模块化、采样率等方面已不能满足装置运行的需要,所以需建立一套新的数据采集系统来满足实验需求。本文介绍了基于PXI Express的托卡马克分布式高速同步数据采集系统的设计与实现。系统的采集单元由PXIe机箱NI PXIe-1062Q、PXIe控制器NI PXIe-8133和高速同步数据采集卡NI PXIe-6368组成,兼容ITER CODAC最新标准,具有良好的机械封装性、模块化程度高和高采样率等优点。系统采用同步差分采集方式采集实验数据,并将数据存储于核聚变领域通用的MDSplus数据库中。测试和使用结果表明,系统能在2 MSps采样率下连续稳定工作,可较好地满足装置运行的需要。 相似文献
2.
A data service system plays an indispensable role in HT-7 Tokamak experiment. Since the former system doesn't provide the function of timely data procession and analysis, and all client software are based on Windows, it can't fulfill virtual fusion laboratory for remote researchers. Therefore, a new system which is simplified by three kinds of data servers and one data analysis and visualization software tool has been developed. The data servers include a data acquisition server based on file system, an MDSplus server used as the central repository for analysis data, and a web server. Users who prefer the convenience of application that can be run in a Web Browser can easily access the experiment data without knowing X-Windows. In order to adjust instruments to control experiment the operators need to plot data duly as soon as they are gathered. To satisfy their requirement, an upgraded data analysis and visualization software GT-7 is developed. It not only makes 2D data visualization more efficient, but also it can be capable of processing, analyzing and displaying interactive 2D and 3D graph of raw. analyzed data by the format of ASCII, LZO and MDSplus. 相似文献
3.
《Fusion Engineering and Design》2014,89(5):784-786
The first version of MDSplus was released in 1991 for VAX/VMS. Since that time the underlying file formats have remained constant. The software however has evolved, it was ported to unix, linux, Windows, and Macintosh. In 1997 a TCP based protocol, mdsip, was added to provide network access to MDSplus data. In 2011 a mechanism was added to allow protocol plugins to permit the use of other transport mechanisms such as ssh to access data users. This paper describes a similar design which permits the insertion of plugins to handle the reading and writing of MDSplus data at the data storage level. Tree paths become URIs which specify the protocol, host, and protocol specific information. The protocol is provided by a dynamically activated shared library that can provide any consistent subset of the data store access API, treeshr. The existing low level network protocol called mdsip, is activated by defining tree paths like “host::/directory”. Using the new plugin mechanism this is re-implemented as an instance of the general plugin that replaces the low level treeshr input/output routines. It is specified by using a path like “mdsip://host/directory”.This architecture will make it possible to adapt the MDSplus data organization and analysis tools to other underlying data storage. The first new application of this, after the existing network protocol is implemented, will be a plugin based on a key value store. Key value stores, can provide inexpensive scalable, redundant data storage. An example of this might be an Amazon G3 plugin which would let you specify a tree path such as “AG3://container” to access MDSplus data stored in the cloud. 相似文献
4.
《Fusion Engineering and Design》2014,89(5):649-651
Support of the MDSplus data handling system has been enhanced by the addition of an automated build system which does nightly builds of MDSplus for many computer platforms producing software packages which can now be downloaded using a web browser or via package repositories suitable for automatic updating. The build system was implemented using an extensible continuous integration server product called Hudson which schedules software builds on a collection of VMware based virtual machines. New releases are created based on updates via the MDSplus cvs code repository and versioning are managed using cvs tags and branches. Currently stable, beta and alpha releases of MDSplus are maintained for eleven different platforms including Windows, MacOSX, RedHat Enterprise Linux, Fedora, Ubuntu and Solaris. For some of these platforms, MDSplus packaging has been broken into functional modules so users can pick and choose which MDSplus features they want to install. An added feature to the latest Linux based platforms is the use of package dependencies. When installing MDSplus from the package repositories, any additional required packages used by MDSplus will be installed automatically greatly simplifying the installation of MDSplus. This paper will describe the MDSplus package automated build and distribution system. 相似文献
5.
先进托卡马克装置需要长脉冲放电实验运行,针对装置长脉冲放电实验的数据存储和交互技术是重要的研究内容之一。本工作设计了一种Web数据显示系统,系统采用ASP.NET架构和数据分段技术从MDSplus数据库读取分段数据,利用NI Measurement Studio控件库将数据显示在Web页面中。数据分段技术将长脉冲实验数据划分为多个较小的数据单元--数据段,用户可按需读取长脉冲实验数据中的部分数据段。同时系统制定了高效的分段读取策略,可准确、快速地显示用户所需的数据波形。Web数据显示系统在J-TEXT托卡马克上进行了测试,运行性能稳定,达到了系统的设计目标。 相似文献
6.
《Fusion Engineering and Design》2014,89(5):736-740
As a large fusion reaction device, experimental advanced superconducting tokamak (EAST)’s internal structure is complicated and not easily accessible. Moreover, various diagnostic systems and complicated configuration bring about the inconveniency to the scientists who are unfamiliar with the system but interested in the data. We propose a virtual system to display the 3D model of EAST facility and enable people to view its inner structure and get access to the information of its components in various view sights. We would also provide most of the diagnostic configuration details together with their signal names and physical properties. Compared to the previous ways of viewing information by reference to collected drawings and videos, virtual EAST system is more interactive and immersive. We constructed the browser-oriented virtual EAST physical experiment system, integrated real-time experiment data acquisition, plasma shape visualization and experiment result simulation in order to reproduce physical experiments in a web browser. This system used B/S (Browser/Server) structure in combination with the technology of virtual reality – VRML (Virtual Reality Modeling Language) and Java 3D. In order to avoid the bandwidth limit across internet, we balanced the rendering speed and the precision of the virtual model components. Any registered user can view the experimental information visually and efficiently by logining the system through a web browser. The establishment of the system provides the framework basis for a comprehensive virtual EAST cooperative physical experimental environment. 相似文献
7.
《Fusion Engineering and Design》2014,89(5):775-779
The first version of MDSplus was released in 1991 for VAX/VMS. Since then MDSplus has been progressively adopted in an increasing number of fusion experiments and its original implementation has been extended during these years to cover new requirements and toward a multi-platform implementation. Currently MDSplus is in use at more than 30 laboratories and is being used both for pulsed applications as well as for continuous data streaming for long lasting experiments. Thanks to its large user base, it has been possible to collect requirements driving the evolution of the system toward improved usability and better performance. An important recent feature of the MDSplus is its ability of handling a continuous stream of data, which is readily available as soon at it has been stored in the pulse files. Current development is oriented toward an improved modularity of MDSplus and the integration of new functionality.Improved modularity is achieved by moving away from monolithic implementation toward a plug-ins approach. This has already been achieved recently for the management of remote data access, where the original TCP/IP implementation can now be integrated with new user-provided network protocols. Following a similar approach, work is in progress to let new back-ends be integrated in the MDSplus data access layer. By decoupling the MDSplus data management from the disk data file format it is possible to integrate new solutions such as data cloud without affecting the user Application Programming Interface. 相似文献
8.
EAST is a fully superconducting Tokamak in China used for controlled fusion research. MDSplus, a special software package for fusion research, has been used successfully as a central repository for analysed data and PCS (Plasma Control System) data since the debugging experiment in the spring of 2006 [1]. In this paper, the reasons for choosing MDSplus as the analysis database and the way to use it are presented in detail, along with the solution to the problem that part of the MDSplus library does not work in the multithread mode. The experiment showed that the data system based on MDSplus operated stably and it could provide a better performance especially for remote users. 相似文献
9.
10.
In order to obtain diagnostic data with physical meaning,the acquired raw data must be processed through a series of physical formulas or processing algorithms.Some diagnostic data are acquired and processed by the diagnostic systems themselves.The data processing programs are specific and usually run manually,and the processed results of the analytical data are stored in their local disk,which is unshared and unsafe.Thus,it is necessary to integrate all the specific process programs and build an automatic and unified data analysis system with shareable data storage.This paper introduces the design and implementation of the online analysis system.Based on the MDSplus event mechanism,this system deploys synchronous operations for different processing programs.According to the computational complexity and real-time requirements,combined with the programmability of parallel algorithms and hardware costs,the OpenMP parallel processing technology is applied to the EAST analysis system,and significantly enhances the processing efficiency. 相似文献
11.
《Fusion Engineering and Design》2014,89(5):674-678
A long pulse discharge requires high throughput data acquisition. As more physics diagnostics with high sampling rate are applied and the pulse length becomes longer, the original EAST (Experimental Advanced Superconducting Tokamak) data system no longer satisfies the requirements of real-time data storage and quick data access. A new system was established to integrate various data acquisition hardware and software for easy expansion and management of the system. Slice storage mechanism in MDSplus is now being used for the continuous and quasi real-time data storage. For every data acquisition thread and process, sufficient network bandwidth is ensured. Moreover, temporal digitized data is cached in computer memory in doubly linked circular lists to avoid the possible data loss by the occasional temporal storage or transfer jam. These data are in turn archived in MDSplus format by using slice storage mechanism called “segments”. For the quick access of the archived data to the users, multiple data servers are used. These data servers are linked using LVS (Linux Virtual server) load balance technology to provide a safe, highly scalable and available data service. 相似文献
12.
Daniel R. Cohn 《Journal of Fusion Energy》1987,6(3):281-284
Recent experimental results and advances in magnet engineering suggest that super high-field, high-aspect ratio tokamak devices could be a very efficient way to achieve burning plasma conditions and could open up a new area of research. Copper magnet devices with fields of 13 to 25 T at the plasma are considered. The super high-field approach could also provide advantages for ETR and demonstration/commercial reactor concepts (magnetic fields at the plasma in the 8–13 T range).Presented at the American Vacuum Society Meeting, October 30, 1986, Baltimore, Maryland. 相似文献
13.
14.
《Fusion Engineering and Design》2014,89(5):750-753
With the continuous renewal and increasing number of diagnostics, the EAST tokamak routinely generates ∼3 GB of raw data per pulse of the experiment, which is transferred to a centralized data management system. In order to strengthen international cooperation, all the acquired data has been converted and stored in the MDSplus servers. During the data system operation, there are some problems when a lot of client machines connect to a single MDSplus data server. Because the server process keeps the connection until the client closes its connection, a lot of server processes use a lot of network ports and consume a large amount of memory, so that the speed of access to data is very slow, but the CPU resource is not fully utilized. To improve data management system performance, many MDSplus servers will be installed on the blade server and form a server cluster to realize load balancing and high availability by using LVS and heartbeat technology. This paper will describe the details of the design and the test results. 相似文献
15.
The main results obtained in the small tokamak TBR-1 of University of São Paulo (USP) are reviewed. The main effort has been concentrated on the characterization and external control of MHD activity, plasma edge phenomena and diagnostic development. The design of a small-aspectratio tokamak, TBR-E, and the research program to be carried out in TCA, to be transferred from Lausanne to São Paulo, are also briefly described. 相似文献
16.
《Fusion Engineering and Design》2014,89(5):669-673
FTU is operating since 1989, thus its hardware and software infrastructure must be continuously updated to preserve its efficiency and reliability. This issue can be addressed by means of two distinct approaches: (i) the migration to an emulated environment enabling the use of modern hardware on virtualized standard servers to keep the operating systems full functionality and the application environment; (ii) the porting of the complete system architecture to new hardware, new operating systems, and new programming languages. This paper reports on the upgrades implemented on FTU in the last two years using both these approaches including the new system to acquire and store the image frames of FTU plasma discharges through a Photron FASTCAM SA4 camera. Regarding data handling, a small Linux high performance computing system (1TFlops) with a high performance data storage system (100 TB) in InfiniBand DDR infrastructure has been installed as data analysis, modelling and archive cluster for the next three years of FTU experimental activities. 相似文献
17.
G. Cunningham 《Fusion Engineering and Design》2013,88(12):3238-3247
A plasma vertical control system able to control high elongation (~2.5) plasmas at moderate internal inductance (~0.9) is analysed, including both active and passive components in a closed loop system. The analysis is based on the RZIp rigid plasma model and this is extensively validated using present day MAST discharges, especially at the limits of controllability. Special consideration is given to the unusual MAST geometry (coils inside the main vacuum vessel) and general conclusions regarding system design are drawn wherever possible. 相似文献
18.
A. Cucchiaro R. Albanese G. Brolatti V. Cocilovo R. Coletti P. Frosi F. Crisanti G. Maddaluno A. Pizzuto G. Ramogida 《Fusion Engineering and Design》2010,85(2):174-180
Fusion advanced studies torus (FAST) is a proposal for a satellite facility which can contribute the rapid exploitation of ITER and prepare ITER and DEMO regimes of operation, as well as exploiting innovative DEMO technology. FAST is a compact (R0 = 1.82 m, a = 0.64 m, triangularity δ = 0.4) machine able to investigate non-linear dynamics effects of alpha particle behaviours in burning plasmas
[1], [2] and [5]. The project is based on a dominant 30 MW of ion cyclotron resonance heating (ICRH), 6 MW of lower hybrid (LH) and 4 MW of electron cyclotron resonance heating (ECRH). FAST operates at a wide range [3] and [4] of parameters, e.g., in high performance H-mode (BT up to 8.5 T; IP up to 8 MA) as well as in advanced Tokamak operation (IP = 3 MA), and full non-inductive current scenario (IP = 2 MA). Helium gas at 30 K is used for cooling the resistive copper magnets [6]. That allows for a pulse duration up to 170 s. To limit the TF magnet ripple ferromagnetic insert have been introduced inside the vacuum vessel (VV). Ports have been designed to also accommodate up to 10 MW of negative neutral beam injection (NNBI). Tungsten (W) or liquid lithium (L-Li) have been chosen as the divertor plates material, and argon or neon as the injected impurities to mitigate the thermal loads. 相似文献
19.
《Fusion Engineering and Design》2014,89(5):780-783
The Java tool jScope has been widely used for years to display acquired waveform in MDSplus. The choice of the Java programming language for its implementation has been successful for several reasons among which the fact that Java supports a multiplatform environment and it is well suited for graphics and the management of network communication. jScope can be used both as a local and remote application. In the latter case, data are acquired via TCP/IP communication using the mdsip protocol. Exporting data in this way however introduces several security problems due to the necessity of opening firewall holes for the user ports. For this reason, and also due to the fact that JavaScript is becoming a widely used language for web applications, a new tool written in JavaScript and called WebScope has been developed for the visualization of MDSplus data in web browsers.Data communication is now achieved via http protocol using Asynchronous JavaScript and XML (AJAX) technology. At the server side, data access is carried out by a Python module that interacts with the web server via Web Server Gateway Interface (WSGI).When a data item, described by an MDSplus expression, is requested by the web browser for visualization, it is returned as a binary message and then handled by callback JavaScript functions activated by the web browser.Scalable Vector Graphics (SVG) technology is used to handle graphics within the web browser and to carry out the same interactive data visualization provided by jScope. In addition to mouse events, touch events are supported to provide interactivity also on touch screens. In this way, waveforms can be displayed and manipulated on tablet and smartphone devices. 相似文献