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
VisuFbXYChartGenericVariable.SetValueREAL (METH) ¶ METHOD SetValueREAL Write REAL value InOut: Scope Name Type Input rValue REAL
VisuFbXYChartGenericVariableArray (FB) ¶ FUNCTION_BLOCK VisuFbXYChartGenericVariableArray EXTENDS VisuFbXYChartGenericVariable This function block extends VisuFbXYChartGenericVariable. It is used in case of array, like curves. InOut: Scope Name Type Comment Inherited from Input pVar __XWORD Points to the variable VisuFbXYChartGenericVariable varType TypeClass Data type of variable VisuFbXYChartGenericVariable diSize DINT Data size VisuFbXYChartGenericVariable Methods: GetValueRAWixUnck GetValueREALixUnck CheckVarPointerIsChanged , inherited from VisuFbXYChartGenericVariable GetValueBOOL , inherited from VisuFbXYChartGenericVariable GetValueDINT , inherited from VisuFbXYChartGenericVariable GetValueREAL , inherited from VisuFbXYChartGenericVariable GetValueUDINT , inherited from VisuFbXYChartGenericVariable SetInitialAddress , inherited from VisuFbXYChartGenericVariable SetValueDINT , inherited from VisuFbXYChartGenericVariable SetValueREAL , inherited from VisuFbXYChartGenericVariable Structure: GetValueRAWixUnck (Method) GetValueREALixUnck (Method)
VisuFbXYChartGenericVariableArray.GetValueRAWixUnck (METH) ¶ METHOD GetValueRAWixUnck : LWORD Get RAW value with index without check if the index is in the range. The assumption is that the check it’s already done InOut: Scope Name Type Return GetValueRAWixUnck LWORD Input diPos DINT
IXYChartDataProvider.GetPntCurve (METH) ¶ METHOD GetPntCurve : POINTER TO VisuStructXYChartCurve Get pointer to data of specific curve InOut: Scope Name Type Return GetPntCurve POINTER TO VisuStructXYChartCurve Input iWhich INT
IXYChartDataProvider.GetPntData (METH) ¶ METHOD GetPntData : POINTER TO VisuStructXYChart Get pointer to data of the element InOut: Scope Name Type Return GetPntData POINTER TO VisuStructXYChart
IXYChartDataProvider.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
IXYChartDataProvider.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
IXYChartDataProvider.GetUpdateType (METH) ¶ METHOD GetUpdateType : EnXYChartUpdateType Get the element update type InOut: Scope Name Type Return GetUpdateType EnXYChartUpdateType