Click or drag to resize

CIPServices Class

A class for processing CIP service requests.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesCIPServices
    Demo3D.PLC.Comms.CIP.NodesCIPObject

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class CIPServices

The CIPServices type exposes the following members.

Constructors
 NameDescription
Public methodCIPServicesInitializes a new instance of the CIPServices class
Top
Methods
 NameDescription
Public methodGetAttributeList Service GetAttributeList CIP request.
Public methodGetAttributesAll Service GetAttributesAll CIP request.
Public methodGetAttributeSingle Service GetAttributeSingle CIP request.
Public methodServiceErrorStatus Return error code for a service that's not supported by this node.
Public methodServiceRequest(MessageContext, OutgoingResponseContainer, IncomingRequest) Service a request.
Public methodServiceRequest(MessageContext, OutgoingResponseContainer, IncomingRequest, EPATHLogicalPath, ServiceRequestHandler) Try to service a request where we couldn't traverse the entire logical EPATH. Route will contain the remaining elements of the path that need to be resolved.
Public methodSetAttributeList Service SetAttributeList CIP request.
Public methodSetAttributesAll Service SetAttributesAll CIP request.
Public methodSetAttributeSingle Service SetAttributeSingle CIP request.
Top
See Also