Click or drag to resize

IComputeInputsComputeInputs Method

Called when PLC inputs need to be computed.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
void ComputeInputs()
Remarks

Called (by WriteValuesFromTagItems) when Emulate3D changes a tag value in order to compute PLC inputs.

May be called in any thread.

See Also