Click or drag to resize

EmulatorEventsEventActions Constructor

Constructs EventActions.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public EventActions(
	Action<MessageRouter, IComponentLogger?>? construct,
	Action? processOutputs,
	Action? computeInputs
)

Parameters

construct
Type: SystemActionMessageRouter, IComponentLogger
Called once when the module emulator has been created and tags bound, to allow final emulator construction.
processOutputs
Type: SystemAction
Called to process PLC outputs just before passing then to the low level emulator.
computeInputs
Type: SystemAction
Called to compute PLC inputs immediately after new data is received from the low level emulator.
See Also