OPC Server Features and Options


The Cyberlogic OPC Server has a modular structure that supports a variety of industrial devices and communication networks. The various communication subsystems, called driver agents, are plug-ins that you can easily add as required. As a result, the server maintains a set of common features, but has the flexibility to allow additional features as required by the specific driver agent.

This page describes some of the features and options available for the Cyberlogic OPC Server.

Cyberlogic OPC Server

The Cyberlogic OPC Server, certified by the OPC Foundation, provides OPC connectivity for various networks, controllers and compatible devices. It supports major industrial brands, such as Allen-Bradley and Modicon.

Cyberlogic OPC Server is a core component of all Cyberlogic OPC Suites. Cyberlogic's OPC Suites are integrated, all-in-one products, and no third-party components are required.

  • The unique OPC Math & Logic feature allows users to write programs that apply complex mathematical and logical operations to the data.
  • The Data Logger option gives the Cyberlogic OPC Server the capability to log real-time data to a database for archiving, later analysis, and other purposes.
  • The built-in OPC redundancy and reliability features allow users to configure an unlimited number of redundant OPC servers, redundant networks and redundant devices.
  • A Health Monitor continuously verifies the operation of each OPC server, network and device, automatically switching to backups when there is a problem.
  • The built-in data bridging and data concentration features allow users to configure highly efficient data acquisition topologies.
  • The built-in unsolicited messaging feature lets PLCs initiate data transmissions, eliminating the need to poll for data.
OPC Server Redundancy for Mission-Critical Applications

The Cyberlogic OPC Server has integrated fault-tolerant communication features not found in other OPC servers. Multiple, priority-based access paths can be used to build a true redundant communication architecture below the server level. The built-in Health Watchdog monitors the health of all network connections to all physical devices. The auto-switching access paths can be configured to quickly redirect communications to an unlimited number of plant-floor devices and networks.

Built for Performance

The Cyberlogic OPC Server guarantees minimal load on the communication networks through advanced message transaction optimizers. In addition to server-level global optimization, the high-performance server also offers unsolicited data updates with advanced message filtering from unwanted data sources to ensure data integrity and security.

Packed with Intelligent and Powerful Features

Using Auto-configuration and DirectAccess™ features, a user can configure a minimal server setup with a single mouse click and gain access to all the registers in each network node without any user configuration. Power users can control many aspects of the server configuration. For enhanced security, write operations can be disabled for some or all of the data sources at data item, folder, device, device folder or network node levels. DirectAccess writes can also be disabled at each network node.

Since version 7, the DirectAccess feature has supported redundancy at device level. This allows all DirectAccess operations to switch seamlessly between redundant network nodes.

Summary of Features

More Info

Release Notes
Help Files
Part Of
Supported OPC Specifications
  • Data Access 3.0
  • Data Access 2.05a
  • Data Access 1.0a
  • Alarms & Events 1.1
  • XML Data Access 1.0
OPC Foundation Certified
Certified for OPC Compliance

The OPC Foundation website recommends that "OPC Users should look for OPC Client and OPC Server products that have passed ‘Compliance Certification’ Testing and display the ‘Certified’ logo".

Configuration
  • Network node automatic configuration
  • Logical grouping of tags within a single PLC
  • Logical organization of tags across multiple PLCs
  • Configuration import and export
  • Configuration import from third-party OPC servers
Data Features
  • Data write protection
  • Data conversion
  • Span messages/force atomic r/w for large data types
  • Default canonical data type override
  • 64-bit data support
  • Arrays
  • Bit arrays
  • Bit fields
  • Bit order reconfiguration
Redundancy
  • Network and device level redundancy
  • OPC server level redundancy
  • Unlimited number of backup PLC data sources
  • Unlimited number of backup networks
  • Unlimited number of backup OPC servers
  • Automatic switchover to higher priority data path
Troubleshooting & Reliability
  • OPC Server Status diagnostic utility
  • Cyberlogic Control Panel configuration utility
  • Diagnostic Status Tags built into OPC Server
  • Windows Performance Monitor support built into device drivers
  • Windows Event Logger support built into device drivers
  • Windows Event Logger support built into OPC Server
  • Health Monitor for all network nodes
Data Types
  • 1-bit Boolean
  • Signed 8-bit integer
  • Unsigned 8-bit integer
  • Signed 16-bit integer
  • Unsigned 16-bit integer
  • Signed 32-bit integer
  • Unsigned 32-bit integer
  • Signed 64-bit integer
  • Unsigned 64-bit integer
  • IEEE format 32-bit floating point number
  • IEEE format 64-bit floating point number
  • BCD value in the range of 0 - 9999
  • BCD value in the range of 0 - 99999999
  • Zero terminated ASCII string of 8-bit characters
  • Zero terminated UNICODE string of 16-bit characters
  • Multiple bit field
Communications
  • Unsolicited communications
  • Filtering of unsolicited message sources (no priority)
  • Filtering of unsolicited message sources (with priority)
  • DirectAccess™ to all PLC registers
  • Load Balancing to prevent network overload
  • Load Balancing to prevent PLC overload

Math & Logic: Triggers and Switches

Triggers and switches are configured using simple dialogs. These dialogs then generate C-Logic™ code that is run by Cyberlogic's Math & Logic engine.

A trigger is a piece of logic that increments a counter each time a certain condition occurs (e.g., a certain time of day, an elapsed interval). Triggers are exception-based, meaning the value of the trigger should be monitored for any change.

Switches are level-based. This means that when the specified condition is active, the value of the switch is true. When the condition is no longer active, the switch value is false. The Shift definition is an example of a switch. The value is true at the beginning of during the entire shift. When the shift ends, the value is reset to false.

Back to Top

Math & Logic: Custom Programs

The Custom Program feature of Math & Logic allows you to write programs in the C-logic™ programming language. These programs can include complex mathematical and logical functions that operate on one or more data items. The results appear as data items that are available to the OPC clients.

Basic OPC servers may provide a limited ability to simulate data or convert the values into engineering units, but rely on the client software to handle more complex calculations. A far better approach is to use Cyberlogic's Math & Logic to process the data in the OPC server. This lets you program the calculations and logical functions once for the entire system. You do the programming one time, in one place, using a single editor and programming language.

Summary of Features

  • Familiar programming syntax, similar to the C programming language.
  • Integrated development environment (IDE).
  • Programs are compiled so they can execute in microseconds, far faster than is possible with interpreted code.
  • Each program can produce multiple outputs.
  • A program can dynamically create address space data items, which can be used as inputs, outputs or both.
  • Program execution triggered on input data change, by a trigger item, at a fixed interval, or as scheduled by the program itself.
  • Broad selection of data types from 1 to 64 bits, including Boolean, signed and unsigned integer, floating point, and string, as well as OPC UA data types.
  • Support for arrays.
  • Library of sample programs.

Communicate With Other OPC DA Servers

The OPC DA Driver Agent is a plug-in module for the Cyberlogic OPC Server. It gives the Cyberlogic OPC Server the ability to communicate to other OPC DA servers. This can be done whether the other OPC servers are on the local system or on another computer on the network, and can also be done regardless of the brand of OPC servers used.

With this plug-in, the Cyberlogic OPC Server can consolidate data from multiple OPC servers. This gives OPC clients a simple method of accessing data by hiding differences between device types and OPC server brands.

It also enables OPC server redundancy. An unlimited number of OPC servers can be configured as redundant OPC servers. With the integrated fault-tolerant communication of the Cyberlogic OPC Server, multiple, priority-based access paths can be used to build a true redundant communication architecture. The built-in Health Watchdog monitors the health of all connections, including those to other OPC servers. The auto-switching access paths can be configured to quickly redirect communications to an unlimited number of redundant OPC servers.

Summary of Features

OPC Data Concentrator
  • Aggregate data in a single OPC server
  • Encapsulate third-party OPC servers
  • Encapsulate legacy OPC servers with lesser features, and service clients with full-featured, compliance-certified Cyberlogic OPC server
Redundant OPC Servers
  • OPC server level redundancy
  • Configure unlimited number of redundant, backup OPC servers
  • Automatic switchover to higher priority data paths
Communications
  • DirectAccess™ to all other OPC servers
  • Load Balancing to prevent network overload
  • Load Balancing to prevent server overload

Crosslink - Transfer Values Between OPC Data Items

Crosslink is a plug-in module for the Cyberlogic OPC Server. This feature allows the OPC server to function as a data bridge between PLCs, between OPC DA servers, and between PLCs and OPC DA servers by using the installed Driver Agents.

It can read data from an input device and then write it to one or more output devices. These input and output devices may be OPC servers, PLCs or both, depending on which Driver Agents are installed. That allows you to transfer data from a PLC to another PLC, from an OPC server to another OPC server, from a PLC to an OPC server, or from an OPC server to a PLC. These transfers can be configured to occur at regular intervals, when the data changes, or when a trigger condition is detected.

Summary of Features

  • Transfer data from one OPC server to another
  • Transfer data from one PLC server to another
  • Transfer data from between OPC servers to PLCs
  • Write data to one or multiple (unlimited) output devices (PLCs, OPC servers)
  • Configure data transfer to occur at regular intervals
  • Configure data transfer to occur when data changes
  • Configure data transfer to occur when a trigger condition is detected
  • Associate inputs and outputs with the same device (PLCs, OPC servers)
  • Associate inputs and outputs with different devices (PLCs, OPC servers)

Data Logger - Log Data Items to Relational Databases

The Data Logger is a plug-in module for the Cyberlogic OPC Server. It gives the Cyberlogic OPC Server the capability to log real-time data to a database for archiving, later analysis, and other purposes.

Logging data at the server reduces complexity and cost compared to client-based logging options. In addition, the OPC server can expose the internal status and diagnostic information of the logging operations as OPC data items which OPC clients can use to monitor and control the logging process.

Support for popular databases

Microsoft SQL Server, Oracle, MySQL, and Microsoft Access databases are all supported by the OPC Data Logger. In fact, the Data Logger can simultaneously write data to multiple databases, which may be of different types, using both local and remote connections.

Built for Reliability

The OPC Data Logger uses both disk and memory caches to preserve data records in case the connection to the database is slow or unavailable. Those caches are flushed to the database when the connection problems are corrected, preventing the loss of valuable data.

Summary of Features

More Info

Release Notes
Help Files
Part Of
Databases
  • Microsoft SQL Server
  • Oracle
  • MySQL
  • Microsoft Access
Connection Management
  • Local and remote connections are supported
  • Connection can be kept open, closed after an idle timeout, or closed after every write operation
  • Support for dynamically-enabled database connections
  • Memory and disk caches preserve data records when the database connection is slow, disabled, or otherwise unavailable
Logging Groups
  • Combine logging tasks with common enable criteria and data acquisition settings
  • Can be dynamically enabled and disabled
  • Other settings such as database table name and stored procedure name can also be updated dynamically
Record Generation
  • New records generated at a fixed interval, on data change, or using data item as a trigger
  • Pre-programmed Math & Logic Triggers and Switches.
  • Write operation can insert a new record or update multiple existing records
  • Concurrently write to multiple databases, which can be of different types.
  • Data values can be passed as parameters to stored procedures
  • Ability to purge old records
-