Click or drag to resize

AcyclicRecord Class

Container for acyclic record data travelling through Demo3D.Net
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Siemens.AcyclicAcyclicRecord

Namespace:  Demo3D.PLC.Siemens.Acyclic
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class AcyclicRecord

The AcyclicRecord type exposes the following members.

Properties
  NameDescription
Public propertyData
Record data.
Public propertyDataSize
Designated record data size, which may not reflect the current record data.
Public propertyDateTime
The virtual system time of the controller when an acyclic event was raised.
Public propertyHardware
Hardware identifier or index.
Public propertyIndex
Record index.
Public propertySlave
Slave index.
Public propertySlot
Slot index.
Public propertySubslot
Subslot index.
Top
Methods
  NameDescription
Public methodAcknowledgeRecord
Acknowledge that the AcyclicRecord has been received and processed. Calling this method will signal the acyclic event done.
Public methodAdoptCachedData
Adopts cached data, converting into an empty buffer with the expected data size.
Public methodWaitRecordAsync
Wait for acknowledgement.
Top
See Also