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: 14.0.0.10531
Syntax
C#
public class CIPServices

The CIPServices type exposes the following members.

Constructors
  NameDescription
Public methodCIPServices
Initializes a new instance of the CIPServices class
Top
Methods
  NameDescription
Protected methodGetAttributeList
Service GetAttributeList CIP request.
Public methodGetAttributeProperties
Returns all attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
Public methodGetAttributeProperties(UInt32)
Return the attribute properties for one attribute.
Protected methodGetAttributesAll
Service GetAttributesAll CIP request.
Protected methodGetAttributeSingle
Service GetAttributeSingle CIP request.
Public methodGetAttributeValue
Read the value of one attribute and write it into the responseData.
Public methodNotifyAttributesSet
Callback to indicate that an attribute value has been set. Only called at the end of the protocol request after all attributes in the packet have been set.
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.
Protected methodSetAttributeList
Service SetAttributeList CIP request.
Protected methodSetAttributesAll
Service SetAttributesAll CIP request.
Protected methodSetAttributeSingle
Service SetAttributeSingle CIP request.
Public methodSetAttributeValue
Set one attribute to the value read from requestData.
Top
See Also