AcyclicRecord Class |
Namespace: Demo3D.PLC.Siemens.Acyclic
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class AcyclicRecord
The AcyclicRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| Data |
Record data.
| |
| DataSize |
Designated record data size, which may not reflect the current record data.
| |
| DateTime |
The virtual system time of the controller when an acyclic event was raised.
| |
| Hardware |
Hardware identifier or index.
| |
| Index |
Record index.
| |
| Slave |
Slave index.
| |
| Slot |
Slot index.
| |
| Subslot |
Subslot index.
|
| Name | Description | |
|---|---|---|
| AcknowledgeRecord |
Acknowledge that the AcyclicRecord has been received and processed.
Calling this method will signal the acyclic event done.
| |
| AdoptCachedData |
Adopts cached data, converting into an empty buffer with the expected data size.
| |
| WaitRecordAsync |
Wait for acknowledgement.
|