VisuFbXYChartDataProvider.GetPntData (METH) ¶ METHOD GetPntData : POINTER TO VisuStructXYChart Get pointer to data of the element InOut: Scope Name Type Return GetPntData POINTER TO VisuStructXYChart
VisuFbXYChartDataProvider.GetPntWorkingDataAxis (METH) ¶ METHOD GetPntWorkingDataAxis : POINTER TO StruXYChartWorkingDataAxis Get pointer to working data of specific axis InOut: Scope Name Type Return GetPntWorkingDataAxis POINTER TO StruXYChartWorkingDataAxis Input iWhich INT
VisuFbXYChartDataProvider.GetPntWorkingDataCurve (METH) ¶ METHOD GetPntWorkingDataCurve : POINTER TO StruXYChartWorkingDataCurve Get pointer to working data of specific curve InOut: Scope Name Type Return GetPntWorkingDataCurve POINTER TO StruXYChartWorkingDataCurve Input iWhich INT
VisuFbXYChartDataProvider.GetUpdateType (METH) ¶ METHOD GetUpdateType : EnXYChartUpdateType Get the element update type InOut: Scope Name Type Return GetUpdateType EnXYChartUpdateType
VisuFbXYChartDataProvider.GetVariableItf (METH) ¶ METHOD GetVariableItf : IXYChartGenericVariable Get variable interface InOut: Scope Name Type Comment Return GetVariableItf IXYChartGenericVariable Input eWhich EnXYChartDataProviderVar Which variable I need
IXYChartDataProvider2 ¶ GetDataProviderAxis (Method)
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