Click or drag to resize

ISymbolEmulator Interface

Represents an emulator for a symbol.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public interface ISymbolEmulator : IConstructEmulator, 
	IProcessOutputs, IComputeInputs, IDisposable

The ISymbolEmulator type exposes the following members.

Methods
  NameDescription
Public methodComputeInputs
Called when PLC inputs need to be computed.
(Inherited from IComputeInputs.)
Public methodConstruct
Called when the module emulator has been created and tags bound, to allow final emulator construction.
(Inherited from IConstructEmulator.)
Public methodProcessOutputs
Called when PLC outputs need to be processed.
(Inherited from IProcessOutputs.)
Top
See Also