Zone Data
Description
Action Parameter: Contains the data of a Zone Data declaration.
Constructors
Deconstructors
Casting methods
Cast from an Action parameter: Constructs a Zone Data parameter from a generic Action parameter. This is only possible if the created Action parameter was constructed from a Zone Data parameter.
Cast from an Integer parameter: Constructs a Zone Data parameter from a primitive Integer parameter. The integer value will be round off to the nearest predefined zonedata value by ABB. Predefined zonedata values are -1
, 0
, 1
, 5
, 10
, 15
, 20
, 30
, 40
, 50
, 60
, 80
, 100
, 150
and 200
. For example, the integer value 9
will be casted to the predefined zonedata variable z10
. If the value equals -1
the precision is interpreted as fine
.
Cast from a Number parameter: Constructs a Zone Data parameter from a primitive Number parameter. The number value will be round off to the nearest predefined zonedata value by ABB. Predefined zonedata values are -1
, 0
, 1
, 5
, 10
, 15
, 20
, 30
, 40
, 50
, 60
, 80
, 100
, 150
and 200
. For example, the number value 9
will be casted to the predefined zonedata variable z10
. If the value equals -1
the precision is interpreted as fine
.
Cast from a Text parameter: Constructs Zone Data parameter from a primitive Text parameter. Only text values are allowed that start with a z
followed by a predefined zonedata number. Allowed predefined zonedata text values are fine
, z0
, z1
, z5
, z10
, z15
, z20
, z30
, z40
, z50
, z60
, z80
, z100
, z150
and z200
.
Cast to an Action parameter: Cast to the generic Action parameter.
Transformation methods
This parameter does not support transformation methods.
Morphing methods
This parameter does not support morphing methods.