VisuFbAnalyzeTextVarsDateTimeOnly.GetAsLINT (METH) ¶ METHOD GetAsLINT : LINT Takes the current variable value and converts it into a LINT value. This method can be only used if the variable’s type is TIME, TOD or LTIME. InOut: Scope Name Type Return GetAsLINT LINT
VisuFbAnalyzeTextVarsDateTimeOnly.GetAsLWORD (METH) ¶ METHOD GetAsLWORD : LWORD Takes the current variable value and converts it into a LWORD value. This method can be only used if the variable’s type is DATE, DT, LDATE or LDT. InOut: Scope Name Type Return GetAsLWORD LWORD
Tap Awareness ¶ VisuFbAnalyzeStateVarsTapAware (FunctionBlock) VisuFbMoveAbsoluteTapAware (FunctionBlock) Execute (Method) prvIsChangedToPreviousCall (Method) VisuFbMoveAbsoluteTapAwareF (FunctionBlock) Execute (Method) prvIsChangedToPreviousCall (Method) VisuFbMoveRelativeTapAware (FunctionBlock) prvIsChangedToPreviousCall (Method)
VisuFbAnalyzeStateVarsTapAware (FB) ¶ FUNCTION_BLOCK VisuFbAnalyzeStateVarsTapAware EXTENDS VisuFbAnalyzeStateVars InOut: Scope Name Type Comment Inherited from Input State VisuStructElementState set as Variable VisuFbAnalyzeStateVars wStateVarsValid WORD set according to used Variables VisuFbAnalyzeStateVars Inout _EffectiveState VisuStructElementState evtl. as Parameter to Method Execute VisuFbAnalyzeStateVars
VisuFbMoveAbsoluteTapAware (FB) ¶ FUNCTION_BLOCK VisuFbMoveAbsoluteTapAware EXTENDS VisuFbMoveAbsolute InOut: Scope Name Type Inherited from Input Data VisuStructMoveAbsoluteData VisuFbMoveAbsolute Methods: Execute prvIsChangedToPreviousCall Structure: Execute (Method) prvIsChangedToPreviousCall (Method)
VisuEnumActionType (ENUM) ¶ TYPE VisuEnumActionType : enum for different action, which can be used as inputaction can be extended if needed. Attributes: qualified_only InOut: Name Initial Undefined 0 OpenDialog
VisuEnumAfterTransformation (ENUM) ¶ TYPE VisuEnumAfterTransformation : Attributes: qualified_only InOut: Name Initial None 0 DecreaseBottomRight 16#1 DecreaseUpLeft 16#2 IncreaseBottomRight 16#4 IncreaseUpLeft 16#8
VisuEnumAttachedElementLocation (ENUM) ¶ TYPE VisuEnumAttachedElementLocation : This enumeration describes the possible locations of attached visual elements. The enum members are self-explanatory. Attributes: qualified_only InOut: Name Comment UNDEFINED Indicates the absence of a value ABOVE LEFT RIGHT BELOW
VisuEnumLineCapStyle (ENUM) ¶ TYPE VisuEnumLineCapStyle : Attributes: qualified_only InOut: Name Initial Comment CAPSTYLE_FLAT 16#0 ist der Defaultwert. Wird hier was geändert, AddSetLine anpassen! CAPSTYLE_SQUARE 16#1 CAPSTYLE_ROUND 16#2
VisuEnumLineJoinStyle (ENUM) ¶ TYPE VisuEnumLineJoinStyle : Attributes: qualified_only InOut: Name Initial Comment LINEJOIN_MITER 16#0 ist der Defaultwert. Wird hier was geändert, AddSetLine anpassen! LINEJOIN_BEVEL 16#1 LINEJOIN_ROUND 16#2 LINEJOIN_RESERVED_FOR_RUNTIME 16#3 special value that is only used in the runtime