Click or drag to resize

SyncPoints Enumeration

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
C#
[FlagsAttribute]
public enum SyncPoints
Members
  Member nameValueDescription
CycleControlPoint1 The instance freezes at the cycle control point (end of cycle).
ProcessImagePartition2 The instance freezes before reading in the process image partition.
All3 The instance freezes at all possible synchronization points.
See Also