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.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
void ProcessOutputs()
Remarks

Called at regular short intervals and should run as fast as possible without blocking. Will only be called after at least one Assembly ForwardOpen is received (see Configured). Where there are multiple instances of this interface, the order of execution of events is strictly defined. See ExecutionOrderAttribute for details.

May be called in any thread.

See Also