VisuStructElementState (STRUCT) ¶ TYPE VisuStructElementState : STRUCT InOut: Name Type Initial bInvisible BOOL FALSE bInputDeactivated BOOL FALSE
VisuStructFont (STRUCT) ¶ TYPE VisuStructFont : STRUCT workaround for styles feature (name is not available in the factory due to a known problem of the converter), so we generate a generic setter for this one InOut: Name Type Initial Comment Name STRING ‘Arial’ Height INT 12 Flags DWORD 16#0 CharSet DWORD 16#0 This member doesn’t have any effect at the moment, so it shouldn’t be visible Color DWORD 16#FF000000
IVisualizationStyle (ITF) ¶ INTERFACE IVisualizationStyle Methods: GetColor GetDINT GetFont GetFontWithColor GetString GetUDINT Structure: GetColor (Method) GetDINT (Method) GetFont (Method) GetFontWithColor (Method) GetString (Method) GetUDINT (Method)
IVisualizationStyle.GetColor (METH) ¶ METHOD GetColor : UDINT This method searches for a style entry of type Color and returns the according value if found. InOut: Scope Name Type Comment Return GetColor UDINT Input stStyleKey STRING The name of the style entry to seach for. udiDefault UDINT The default value to use if the entry is not found. pOptResult POINTER TO UDINT An optional result error code. Common result values are Errors.ERR_OK if a valid style was found or Errors.ERR_INVALIDID if no style entry was found. In this case, the method will return the default value.
IVisualizationStyle.GetDINT (METH) ¶ METHOD GetDINT : DINT This method searches for a style entry of type DINT and returns the according value if found. InOut: Scope Name Type Comment Return GetDINT DINT Input stStyleKey STRING The name of the style entry to seach for. diDefault DINT The default value to use if the entry is not found. pOptResult POINTER TO UDINT An optional result error code. Common result values are Errors.ERR_OK if a valid style was found or Errors.ERR_INVALIDID if no style entry was found. In this case, the method will return the default value.
VisuFbFileTransferManager.RequestStreamingVisuToPlc2 (METH) ¶ METHOD RequestStreamingVisuToPlc2 InOut: Scope Name Type Comment Input itfVisuStreamWriter IVisuStreamWriter This must be an instance of IVisuStreamWriter, processes the data sent from the visualization to the plc pxOptTransferActive POINTER TO BOOL Point to an optionally configured BOOL variable, that will indicate, whether currently the streaming is active pxOptTransferSuccessful POINTER TO BOOL Point to an optionally configured BOOL variable, that will indicate, whether the last streaming was successful or not pxOptErrorCode POINTER TO Visu_AllNumericTypesUnion Point to an optionally configured numeric variable, that will receive the error code tcOptErrorCodeType __SYSTEM.TYPE_CLASS Contains the type of the variable pxOptErrorCode points to xDoNotUsePropertyInfo BOOL This flag is TRUE, when called from the generated code of the visualization, where the compiler define VISU_USEPROPERTYINFO might be defined. dwControlFlags DWORD iftElement IVisualElement
VisuFbFileTransferManager.RequestStreamingVisuToPlc (METH) ¶ METHOD RequestStreamingVisuToPlc InOut: Scope Name Type Comment Input itfVisuStreamWriter IVisuStreamWriter This must be an instance of IVisuStreamWriter, processes the data sent from the visualization to the plc pxOptTransferActive POINTER TO BOOL Point to an optionally configured BOOL variable, that will indicate, whether currently the streaming is active pxOptTransferSuccessful POINTER TO BOOL Point to an optionally configured BOOL variable, that will indicate, whether the last streaming was successful or not pxOptErrorCode POINTER TO Visu_AllNumericTypesUnion Point to an optionally configured numeric variable, that will receive the error code tcOptErrorCodeType __SYSTEM.TYPE_CLASS Contains the type of the variable pxOptErrorCode points to xDoNotUsePropertyInfo BOOL This flag is TRUE, when called from the generated code of the visualization, where the compiler define VISU_USEPROPERTYINFO might be defined. dwControlFlags DWORD
VisuFbFileTransferManager.RequestTransfer (METH) ¶ METHOD PUBLIC RequestTransfer InOut: Scope Name Type Input direction VisuEnumFileTransferDirection plcObjPathRel STRING(255) optVisuObjPath STRING(255) pOptTransferActive POINTER TO BOOL pOptTransferSuccessful POINTER TO BOOL pOptErrorCode POINTER TO Visu_AllNumericTypesUnion optErrorCodeType __SYSTEM.TYPE_CLASS doNotUsePropertyInfo BOOL
VisuFbFileTransferManager.RequestTransfer2 (METH) ¶ METHOD PUBLIC RequestTransfer2 InOut: Scope Name Type Input direction VisuEnumFileTransferDirection plcObjPathRel POINTER TO STRING udiBufferSize UDINT optVisuObjPath STRING(255) pOptTransferActive POINTER TO BOOL pOptTransferSuccessful POINTER TO BOOL pOptErrorCode POINTER TO Visu_AllNumericTypesUnion optErrorCodeType __SYSTEM.TYPE_CLASS doNotUsePropertyInfo BOOL dwControlFlags DWORD
VisuFbFileTransferManager.RequestTransfer3 (METH) ¶ METHOD PUBLIC RequestTransfer3 InOut: Scope Name Type Input direction VisuEnumFileTransferDirection plcObjPathRel POINTER TO STRING udiBufferSize UDINT optVisuObjPath STRING(255) pOptTransferActive POINTER TO BOOL pOptTransferSuccessful POINTER TO BOOL pOptErrorCode POINTER TO Visu_AllNumericTypesUnion optErrorCodeType __SYSTEM.TYPE_CLASS doNotUsePropertyInfo BOOL dwControlFlags DWORD iftElement IVisualElement