See also
VariableStateChecked Property (Page 2400)
VALUE_TIMEOUT Property (Page 2376)
VALUE_STARTUP_VALUE Property (Page 2375)
VALUE_SERVERDOWN Property (Page 2373)
VALUE_NOT_ESTABLISHED Property (Page 2372)
VALUE_MIN_RANGE Property (Page 2370)
VALUE_MIN_LIMIT Property (Page 2369)
VALUE_MAX_RANGE Property (Page 2367)
VALUE_MAX_LIMIT Property (Page 2365)
VALUE_HARDWARE_ERROR Property (Page 2358)
VALUE_HANDSHAKE_ERROR Property (Page 2356)
VALUE_CONVERSION_ERROR Property (Page 2354)
VALUE_ADDRESS_ERROR Property (Page 2333)
VALUE_ACCESS_FAULT Property (Page 2331)
VariableStateValue Object (Page 1986)
VALUE_LOWLIMITED Property
Description
Specifies the value assigned to a dynamized property if quality code "low limited" occurs, or
returns its value.
In order for the quality code to be analyzed, the QualityCodeStateChecked property must be
TRUE.
Example:
In the following example the radius of a circle will be dynamically configured using the Dynamic
dialog. Dynamization uses the analysis of the quality code of a tag. If the tag fails to return a
quality code, a substitute value (ElseCase property) is defined:
Sub AddDynamicDialogToCircleRadiusTypeAnalog()
'VBA770
Dim objDynDialog As HMIDynamicDialog
Dim objCircle As HMICircle
Set objCircle = ActiveDocument.HMIObjects.AddHMIObject("Circle_A", "HMICircle")
Set objDynDialog = objCircle.Radius.CreateDynamic(hmiDynamicCreationTypeDynamicDialog,
"'NewDynamic1'")
With objDynDialog
.ResultType = hmiResultTypeAnalog
VBA for Automated Configuration
4.4 The object model of the Graphics Designer
MDM - WinCC: Scripting (VBS, ANSI-C, VBA)
System Manual, 11/2008,
2363