Click or drag to resize

ModuleEmulatorOnAfterLogic Event

Occurs after logic has run that might have affected the module emulator outputs.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public event Action<IModuleEmulator> OnAfterLogic

Value

Type: SystemActionIModuleEmulator
See Also