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
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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