Installing and Starting the CygNet OPC Server

This topic describes the following:

Once installed use the OPC Check utility to interact with the CygNet OPC Server.

Install the CygNet OPC Server

The CygNet OPC Server can be installed using the CygNet Client Installer (CInstall.exe) utility; the application can be found under SUPPORT. The CygNet Client Installer sets up integrated version management to ensure that you have the latest version of the application files and that all files are registered properly. See CygNet Client Installer for more information.

Note: The CygNet OPC Server now includes updated OpcFoundation OPC Core Components and will upgrade these system-level components automatically when you version manage the executable. See OPC Core Components for more information.

The following files are necessary for installing the CygNet OPC Server.

Found in the APPS\SUPPORT folder and installed to the CygNet\Support\CygNetOPC folder:

Found in the APPS\SUPPORT folder and installed to the Windows\SysWOW64 folder:

To Install the CygNet OPC Server Using the CygNet Client Installer

  1. Open the CygNet Client Installer (Start Menu > All Programs > CygNet > CygNet Client Installer). The CygNet Client Installer/Launcher dialog box will be displayed.

    CygNet Client Installer/Launcher

    CygNet Client Installer/Launcher

  2. On the Blob Service: Admin drop-down menu, select the APPS Service.
  3. In the Blob Folder: list select Support.
  4. In the Select CygNet Applications to Install list select CygNet OPC Server.
  5. Click the check box adjacent to Add shortcut to desktop to select/clear this feature.
  6. Click Install. A confirmation message will be displayed asking if you want to start the application.
  7. Select Yes to launch and register the CygNet OPC Server.

Note: The optimal server configuration is to have the CygNet OPC Server version managed on the same machine where the OPC client is installed so that the CygNet OPC Server can communicate with CygNet via CygNet messages, but is also local so the OPC client can connect and communicate directly. The CygNet OPC Server is version managed via the batch file (RegOPC.bat) which registers the server in place.

If your CygNet\Support\CygNetOPC folder does not have the version management files required to install the OPC Server (.rsp and .app files), contact CygNet Support.

CygNet OPC Server Name

The name of the CygNet OPC Server is CygNet.OPCServer.1.

Start and Stop the CygNet OPC Server

The CygNet OPC Server is a COM application so it runs on demand once it has been registered. When an OPC client starts to interact with the CygNet OPC Server it will be automatically launched by Windows. It will shut down when not in use after 60 seconds. You can tell it's running because the CygNet OPC Server tray icon CygNet OPC Server icon will display.

The CygNet OPC Server tray icon has three menu options:

CygNet OPC Server Security

The CygNet OPC Server itself does not have security. However, security is checked for the services from which data is retrieved. These are the current value services; the PNT and the CAS. The login credential on the client computer must have at least "Read" authorization for the services.

See Security for more information about setting up general CygNet security.

Register Points with the CygNet OPC Server

The following CygNet tag string formats are supported for the CygNet OPC Server:

CygNet Tag String Format Type Accepted OPC Identifier Format

Tag String

Site.Service.PointID

Long Tag String

Site.Service:LongID

Full Tag String

Site.Service.PointID:LongID

Facility Tag String

Site.Service::Facility.UDC

External ID Tag String

Site.Service:::MixedCaseExternalId{;PROPERTY}

Note: The most efficient way to register tags with the CygNet OPC Server is to provide the tag format as either Site.Service.PointID;<optional_property> or Site.Service:LongID;<optional_property>. Providing other tag formats will incur some additional messaging to the PNT service to resolve the tag to the appropriate CygNet point.

See Using External ID-based Tags in the OPC Item for more information about using optional point properties in the OPC tag format.

See Omitting the Site.Service Specifier in the OPC Item for the CygNet OPC Server for more information about omitting the Site.Service specifier from an OPC request.

Back to top