Use EPICS I/O Servers
- Updated2025-11-07
- 2 minute(s) read
The Experimental Physics and Industrial Control System (EPICS) is a set of open-source software tools you can use to develop large, distributed control systems.
EPICS systems use the Channel Access (CA) network protocol to pass data between Channel Access clients (CACs) and Channel Access servers (CASs). The CA network protocol is a TCP/IP-based protocol.
Typically, a CAS contains multiple Process Variables (PVs). A PV represents a single value within a server and is the primary object of the CA network protocol. You can use CACs to read, write, or subscribe to PVs in an EPICS system.
In LabVIEW, you can create the following types of EPICS I/O servers:
Refer to the Interactively Configuring EPICS I/O Servers article on the manufacturer's web site for more information about how to interactively configure both EPICS Client I/O servers and EPICS Server I/O servers in LabVIEW.