IProcessOutputsProcessOutputs Method |
Namespace: Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
void ProcessOutputs()
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.