Click or drag to resize

CIP1Properties Class

CIP Class 1 properties.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPCIP1DeviceProperties
    Demo3D.PLC.Comms.CIPCIP1Properties

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class CIP1Properties : CIP1DeviceProperties

The CIP1Properties type exposes the following members.

Constructors
  NameDescription
Public methodCIP1Properties
Initializes a new instance of the CIP1Properties class
Top
Properties
  NameDescription
Public propertyAutoConfigureDevices
Automatically execute device configuration scripts (if present).
Public propertyAutoStartProcess
Automatically start external CIP Class 1 devices IO process.
Public propertyClass1Timing
Class 1 CIP IO timing clock source.
(Inherited from CIP1DeviceProperties.)
Public propertyCreateIpAddresses
Automatically create IP addresses for CIP Class 1 devices.
Public propertyNumExternalProcess
Use an external process for CIP Class 1 devices.
Public propertyProbeForDevices
Probe for conflicting devices.
Top
Methods
  NameDescription
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
(Inherited from CIP1DeviceProperties.)
Protected methodNotifyPropertyChanged(String)
Raises the PropertyChanged event.
(Inherited from CIP1DeviceProperties.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property changes.
(Inherited from CIP1DeviceProperties.)
Top
See Also