Click or drag to resize

IAfterOutputsAfterOutputs Method

Called immediately when PLC outputs are received from the PLC.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
void AfterOutputs()
Remarks

Called at the RPI and should run as fast as possible without blocking. 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