Click or drag to resize

EmulatorEventsEventActionsProcessOutputs Property

An action to call to process PLC outputs just before passing then to the low level emulator.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Action? ProcessOutputs { get; }

Property Value

Type: Action
Remarks

Typically called at regular short intervals and should run as fast as possible without blocking.

May be called in any thread.

See Also