IRMPFBCommunication.ReceiveCounter (PROP) ¶ PROPERTY ReceiveCounter : UDINT This property returns the count of received full data sets; as long as no data was received, this property shall return 0.
IRMPFBCommunication.SendCounter (PROP) ¶ PROPERTY SendCounter : UDINT This property returns the count of sent full data sets and sent via any network.
IRMPFBCommunication.SendToComAdress (PROP) ¶ PROPERTY SendToComAdress : UDINT This property returns the ComAddress of the application messages are send to (given via InitializeCommunicationParameters).
RMPVarData (STRUCT) ¶ TYPE RMPVarData : STRUCT Structure holding one set of mirror variable data to be transmitted InOut: Name Type Comment pVarData POINTER TO BYTE Pointer to the variable to be mirrored byVarDataSize BYTE Size of the variable to be mirrored
IRMPService (ITF) ¶ INTERFACE IRmpService EXTENDS __SYSTEM.IQueryInterface Interface implemented by the RMP (Reliable Message Protocoll) service Properties: LocalAppID Methods: IsMessageSent QueueSendMessage Receive Structure: IsMessageSent (Method) LocalAppID (Property) QueueSendMessage (Method) Receive (Method)
ProxyInstance.Main (METH) ¶ METHOD PUBLIC Main
ProxyInstance.SetProxyIdentification (METH) ¶ METHOD PUBLIC FINAL SetProxyIdentification InOut: Scope Name Type Input pbyName POINTER TO BYTE udiAddr UDINT udiLocAddr UDINT pEnvironment POINTER TO MEnv
TreeNavigation ¶ Functionalities used for navigating through the module instance tree from within IEC. AncestorRange (FunctionBlock) First (Property) Init (Method) IsEmpty (Property) PopFirst (Method) DepthFirstRange (FunctionBlock) First (Property) Init (Method) IsEmpty (Property) PopFirst (Method) GetAncestorRange (Function) GetChildRange (Function) GetDepthFirstRange (Function) GetInstancePath (Function) GetLastChild (Function) GetLastInRange (Function) GetLastSibling (Function) GetNextModule (Function) GetPrevModule (Function) GetToplevelInstance (Function) GetToplevelRange (Function) IModuleRangeForward (Interface) First (Property) IsEmpty (Property) PopFirst (Method) SiblingRange (FunctionBlock) First (Property) Init (Method) IsEmpty (Property) PopFirst (Method)
AncestorRange (FB) ¶ FUNCTION_BLOCK FINAL AncestorRange IMPLEMENTS IModuleRangeForward The range of all ancestors of a module instance, starting with the instance itself and ending with the toplevel instance. Properties: First IsEmpty Methods: Init PopFirst Structure: First (Property) Init (Method) IsEmpty (Property) PopFirst (Method)
AncestorRange.First (PROP) ¶ PROPERTY FINAL First : IModule Returns the current first item of the range