RMPService.GetComFBForComAddress (METH) ¶ METHOD GetComFBForComAddress : IRMPFBCommunication This functions returns the communication FB used to communicate to or from a given Module ComAddress of a Module. ..note: If communication FBs are not used for communication this function will always return 0! ..return: If FB communication was used and a FB communicating to or from the given ComAddress exists the correspnding FB/Interface is returned If no communication FB is available 0 is reutnred. InOut: Scope Name Type Comment Return GetComFBForComAddress IRMPFBCommunication Input udiModuleComAddress UDINT The ComAddress of the Module for which the CommunicationFB shall be received
RMPService.GetIsActionOngoing (METH) ¶ METHOD GetIsActionOngoing : BOOL ..return: If it was possible to get the current state of activity. If this is FALSE xIsActionOngoing is not valid! InOut: Scope Name Type Return GetIsActionOngoing BOOL Output xIsActionOngoing BOOL
RMPService.LocalAppID (PROP) ¶ PROPERTY FINAL LocalAppID : UINT
Receive ¶ Receive (Method)
RMPService.Receive (METH) ¶ METHOD FINAL Receive : UDINT InOut: Scope Name Type Return Receive UDINT Input uiReceiverModuleID UINT pmd POINTER TO ARRAY [0..63] OF BYTE
Send ¶ IsMessageSent (Method) QueueSendMessage (Method)
RMPService.IsMessageSent (METH) ¶ METHOD FINAL IsMessageSent : BOOL InOut: Scope Name Type Return IsMessageSent BOOL Input uiHandle UINT
RMPService.QueueSendMessage (METH) ¶ METHOD FINAL QueueSendMessage : UINT return values: 16#FFFF -> buffer full 16#fffe: -> receiver app not connected ot this app 16#FFF0 -> local devi InOut: Scope Name Type Return QueueSendMessage UINT Input udiSenderID UDINT udiReceiverID UDINT tValidity TIME pmdData POINTER TO ARRAY [0..63] OF BYTE
AC_Visu_Base.Forward (METH) ¶ METHOD FINAL Forward Moves forward one step in the history of selected frames. If there is no next step, nothing is done.
AC_Visu_Base.GetModuleFrameIndex (METH) ¶ METHOD GetModuleFrameIndex : INT The implementation of this method is created by the composer during generation and returns the frame index of the page visualization of a given module. If the module has no page visualization or a page visualization cannot be identified -1 is returned. InOut: Scope Name Type Comment Return GetModuleFrameIndex INT Input hnd ModuleHandle The module handle for which the page visu frame index shall be returned