IXYChartDataProvider3 ¶ GetPntAxisProper (Method) GetPntCurveProper (Method) GetPntDataProper (Method) SetMultiClientData (Method)
VisuFbXYChartDataProvider.IsAxisVarLocal (METH) ¶ METHOD IsAxisVarLocal : BOOL It returns if the axis variable VisuStructXYChartAxis is local or user instantiated InOut: Scope Name Type Return IsAxisVarLocal BOOL Input iWhich INT
VisuFbXYChartGenericVariable (FB) ¶ FUNCTION_BLOCK VisuFbXYChartGenericVariable IMPLEMENTS IXYChartGenericVariable2 This function block is the implementation of the IXYChartGenericVariable interface. It is used by the generated code to provide suitable instances of this interface. It contains parameters to identify a generic variable InOut: Scope Name Type Comment Input pVar __XWORD Points to the variable varType TypeClass Data type of variable diSize DINT Data size Methods: CheckVarPointerIsChanged GetValueBOOL GetValueREAL GetValueUDINT SetInitialAddress SetValueREAL GetValueDINT SetValueDINT Structure: CheckVarPointerIsChanged (Method) GetValueBOOL (Method) GetValueREAL (Method) GetValueUDINT (Method) IXYChartGenericVariable2 GetValueDINT (Method) SetValueDINT (Method) SetInitialAddress (Method) SetValueREAL (Method)
VisuFbXYChartGenericVariable.CheckVarPointerIsChanged (METH) ¶ METHOD CheckVarPointerIsChanged : BOOL Checks, if the data pointer has changed and does already an update of the used pointer adresses. InOut: Scope Name Type Comment Return CheckVarPointerIsChanged BOOL Input bUpdatePointer BOOL Update the used pointer
VisuFbXYChartGenericVariable.GetValueBOOL (METH) ¶ METHOD GetValueBOOL : BOOL Get value as BOOL InOut: Scope Name Type Return GetValueBOOL BOOL
VisuFbXYChartGenericVariable.GetValueREAL (METH) ¶ METHOD GetValueREAL : REAL Get value as REAL InOut: Scope Name Type Return GetValueREAL REAL
VisuFbXYChartGenericVariable.GetValueUDINT (METH) ¶ METHOD GetValueUDINT : UDINT Get value as UDINT InOut: Scope Name Type Return GetValueUDINT UDINT
IXYChartGenericVariable2 ¶ GetValueDINT (Method) SetValueDINT (Method)
VisuFbXYChartGenericVariable.SetInitialAddress (METH) ¶ METHOD SetInitialAddress Set initial value of the address to all the available pointers … it helps to speed up in loops
IXYChartDataProvider.GetLineLevelStruct (METH) ¶ METHOD GetLineLevelStruct : POINTER TO IXYChartVisuStructLevelLine Get a level line structure It’s used only in offline mode InOut: Scope Name Type Comment Return GetLineLevelStruct POINTER TO IXYChartVisuStructLevelLine Input iWhichAx INT iWhichLv INT which axis I’m asking for