Click or drag to resize

IComputeInputsComputeInputs Method

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

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
void ComputeInputs()
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