This document has only the specific information about the device connection settings and its address syntax.

Refer to the User Guide for more information on the  Device Module or on UNS TagProvider Connections.

On this page:


Summary

Parameter

Value

Explanation

Driver Name

LCP IC - Local Control Panel Interface Control

Identifies the driver that manages communication between the Local Control Panel (LCP) and the system.

Assembly Name

T.ProtocolDriver.LCP_IC.dll

Provides the main dynamic-link library (DLL) that implements the driver functionalities.

Assembly Version

1.0.0.0

Specifies the current version of the driver implementation.

Available for Linux

FALSE

Indicates that the driver supports only Windows operating systems.

Supported Protocols

EIA-232, EIA-422, TIA/EIA-485, RS-232/422

Supports serial communication protocols used for point-to-point and multi-point data exchange. Defines:

  • EIA-232 (RS-232): Uses point-to-point communication over short distances.
  • EIA-422: Connects multiple devices in a long-distance setup.
  • TIA/EIA-485: Manages up to 32 connected devices using differential signaling.
  • RS-232/422: Adapts to legacy systems with combined protocol support.

Max Number of Nodes

User defined

Allows users to configure the number of devices based on system limitations and application needs.

Interface

Serial

Uses serial ports, such as COM ports or USB-Serial adapters, for direct device communication.

Network Protocol

TCP/IP

Supports data transmission over Ethernet networks using standard TCP/IP protocols.

PC Requirements

Standard PC Serial ports, Ethernet port

Requires a PC with standard hardware, including serial communication ports or Ethernet connectivity.


Configuration

All initial configurations for devices in the solutions on the software platform encompass the following workflow:

  1. Defining a Channel using a target communication Protocol creates the base instance for linking a Node. Learn more at DevicesChannels.

  2. Defining the Node linked to the created Channel. Learn more at Devices - Nodes.

  3. Defining the Point that you would like to monitor. Learn more at Devices - Points.

Protocols define communication rules between the platform and devices. Channels define global parameters for using a communication protocol. Nodes represent physical field devices (like a PLC) with a unique field address (PrimaryStation). Points represent tags within a device. Additionally, AccessType defines how the device interacts with the platform (Read and/or Write). Learn more at Devices - AccessType.

Channels

Settings

Baud RateData BitsStop BitsParityDTRRTSCTS

1200

8

1

Even

Off

Off

Off

Nodes

Primary Station

Not used in this Driver.

Points

Available types:

TypeReadWriteDataType

I - Indicator

(tick)-

Native(Bit)

C - Control

-(tick)

Native(Bit)

U - Update

-(tick)

Native(Bit)

The Update Type is utilized to periodically refresh the buffer, and it requires configuration with a user-defined time trigger:

Troubleshoot

The status of the driver execution can be observed through the diagnostic tools, which are:

  • Trace window
  • Property Watch
  • Module Information

The above tools indicate if the operations have succeeded or have failed where the status 0 (zero) means success. Negative values are internal error codes and positive values are protocol error codes.



Driver Revision History

LCP IC Driver Revision History

Version 

Notes

1.0.0.1

Initial release on new documentation standards.

1.0.0.0

Initial version published on May, 16th 2023.


In this section:

  • No labels