Click or drag to resize

EmulatorEventsEventActionsComputeInputs Property

An action to call to compute PLC inputs immediately after new data is received from the low level emulator.

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

Property Value

Type: Action
Remarks

Called when the lower level emulation changes a tag value in order to compute PLC inputs.

May be called in any thread.

See Also