ModuleEmulatorScheduleControl Enumeration |
Namespace:
Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:
PLC (in PLC.dll) Version: 18.03.00
Syntax[FlagsAttribute]
public enum ScheduleControl
Members|
| Member name | Value | Description |
|---|
| ScheduleUnsetFromNow | 1 |
If time is unset, then schedule the event from now.
|
| ScheduleNotSynchronizedInRealTime | 2 |
If the model isn't running, then schedule the event in real time from now.
|
| ScheduleTimePassedNow | 4 |
If the time has already passed, then run the action immediately.
|
| Default | 7 |
Default control.
|
See Also