Click or drag to resize

IComputeInputs Interface

Represents a class that computes PLC inputs in response to updates from the lower level emulation.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public interface IComputeInputs

The IComputeInputs type exposes the following members.

Methods
  NameDescription
Public methodComputeInputs
Called to compute PLC inputs immediately after new data is received from the low level emulator.
Top
See Also