翻訳と辞書
Words near each other
・ Epicrocis piliferella
・ Epicrocis plumbifasciata
・ Epicrocis poliochyta
・ Epicrocis pseudonatalensis
・ Epicrocis pulchra
・ Epicrocis punctata
・ Epicrocis sacculata
・ Epicrocis sahariensis
・ Epicrocis signatella
・ Epicrocis spiculata
・ Epicrocis stibiella
・ Epicrocis striaticosta
・ Epicrocis umbratella
・ Epicrocis vansoni
・ Epicrocis vicinella
EPICS
・ Epics (company)
・ EPICS (disambiguation)
・ Epics in Minutes
・ Epicterodes
・ Epictetus
・ Epictetus Database Client
・ EpicTimes
・ Epictinae
・ Epicure (band)
・ Epicurea
・ Epicurean (album)
・ Epicurean (disambiguation)
・ Epicurean Masters of the World
・ Epicureanism


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

EPICS : ウィキペディア英語版
EPICS

The Experimental Physics and Industrial Control System (EPICS) is a software environment used to develop and implement distributed control systems to operate devices such as particle accelerators, telescopes and other large experiments. EPICS also provides SCADA capabilities. The tool is designed to help develop systems which often feature large numbers of networked computers providing control and feedback.
EPICS uses client/server and publish/subscribe techniques to communicate between the various computers. One set of computers (the servers or input/output controllers), collect experiment and control data in real-time using the measurement instruments attached to it. This information is given to another set of computers (the clients) using the Channel Access (CA) network protocol. CA is a high bandwidth networking protocol, which is well suited to soft real-time applications such as scientific experiments.
==Look and feel==
EPICS interfaces to the real world with IOCs (Input Output Controllers) . These are either stock-standard PCs, VME, or MicroTCA standard embedded system processors that manage a variety of "plug and play" modules (GPIB, RS-232, IP Carrier etc.) which interface to control system instruments (oscilloscopes, network analyzers) and devices (motors, thermocouples, switches, etc.). Some instruments also can come with EPICS already embedded within them, like certain (Oscilloscopes ). The IOC holds and runs a database of 'records' which represent either devices or aspects of the devices to be controlled. IOC software used for hard-real-time normally use RTEMS or VxWorks, though work has been ongoing in porting to other systems. Soft real-time IOC software sometimes runs on Linux or Microsoft Windows based machines.
Other computers on the network can interact with the IOC via the concept of channels. For example, take a particle accelerator with shutters between sectors. There would typically be several channels corresponding to a shutter: an output channel to activate shutter motion; an input channel to see the status of the shutter (e.g. shut, open, moving, etc.); and, probably some additional analog input channels representing temperatures and pressures on each side of the shutter. Channel names are typically in the form EQUIPMENT:SIGNALNAME (e.g. ACCELERATOR_RING:TEMP_PROBE_4, although they can be much less verbose to save time).
Most operations are driven directly from a standalone GUI package such as EDM (extensible display manager) or MEDM (Motif/EDM). These allow creation of GUI screens with dials, gauges, text boxes, simple animations, etc. Newer control systems and
GUI interfaces such as CSS/BOY are being investigated.
However it is not just GUI software which can interact with EPICS: any software which can speak the CA protocol can get and put values of records. For example on the EPICS website there are several extension packages which allow CA support in things like MATLAB, LabVIEW, Perl, Python, Tcl, ActiveX, etc. Hence it is easy to do things like write scripts that can activate EPICS controlled equipment.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「EPICS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.