Differences between revisions 2 and 3
Revision 2 as of 2018-01-18 16:31:08
Size: 618
Editor: YoichiAso
Comment:
Revision 3 as of 2018-01-18 16:31:25
Size: 630
Editor: YoichiAso
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
PV (Process variable)
EPICS record
PV (Process variable)<<BR>>
EPICS record<<BR>>

EPICS interface for the PLC system

<<TableOfContents: execution failed [Argument "maxdepth" must be an integer value, not "[2]"] (see also the log)>>

Overview

PLC system holds signal values in its internal registers. By reading the register values or writing values into the registers, we can communicate with the PLC system.

EPICS translator is a software translating the PLC register values to EPICS process variables (PVs).

A note on the EPICS terminology

The following words mean basically the same thing.

PV (Process variable)
EPICS record
EPICS channel

"PV" and "record" are correct EPICS terms. "Channel" is widely used to mean PV or record, but it is a misuse.

KAGRA/Subgroups/MIF/PLC/EPICS (last edited 2018-02-01 16:06:24 by YoichiAso)