Determines the synchronization points at which the instance freezes simulation and signals to exchange data.
Namespace:
Demo3D.PLC.Siemens.Comms.S7.PlcSimAdvanced
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntax[FlagsAttribute]
public enum SyncPoints
Members|
| Member name | Value | Description |
|---|
| CycleControlPoint | 1 |
The instance freezes at the cycle control point (end of cycle).
|
| ProcessImagePartition | 2 |
The instance freezes before reading in the process image partition.
|
| All | 3 |
The instance freezes at all possible synchronization points.
|
See Also