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
AC_Visu_Base.Up (METH) ¶ METHOD FINAL Up : BOOL Moves up to the next ancestor visualization. If there is none, nothing is done. InOut: Scope Name Type Return Up BOOL
protected ¶ GetAncestor (Method) OnFrameIndexChanged (Method)
AC_Visu_Base.GetAncestor (METH) ¶ METHOD PROTECTED GetAncestor : INT This method returns the next ancestor visualisation for a given visualisation or -1 if there is none. It is used internally by this function block and it is overridden in a derived class created by the composer during generation. InOut: Scope Name Type Comment Return GetAncestor INT Input uiIdx UINT The index for which the ancestor shall be returned