Abstract base class for ModBus actors.
override string Namespace
XML Namespace where the element is defined.
override string SchemaResource
Points to the embedded XML Schema resource defining the semantics of the XML namespace.
const string ComSimModBusSchema
Resource name of ModBus schema.
ModBusActor(ISimulationNode Parent, Model Model)
Abstract base class for ModBus actors.
const string ComSimModBusNamespace
http://lab.tagroot.io/Schema/ComSim.xsd
ModBusActor(ISimulationNode Parent, Model Model, int InstanceIndex, string InstanceId)
Abstract base class for ModBus actors.
Root node of a simulation model
Abstract base class for actors
string InstanceId
ID of actor instance.
int InstanceIndex
Actor instance index.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...
ISimulationNode Parent
Parent node in the simulation model.