Click or drag to resize

IProcessOutputsProcessOutputs Method

Called to process PLC outputs just before passing then to the low level emulator.

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

Called at regular short intervals and should run as fast as possible without blocking.

May be called in any thread.

See Also