KUIML
Blue Cat's User Interface Programming Language
PARAM_TO_STRING_LINK

Description

This element connects a parameter to a string to convert parameter values into strings. This means than whenever the 'from' parameter changes, the 'to' string takes the value specified by the link properties and the value of the parameter.

Inherited Attributes

See Attributes Common to All Elements.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

from

ref_type_identifier["identifier"]

Empty

Identifier of the origin parameter.

Mandatory

1.6.1

No

to

string id

Empty

Identifier of the target string.

Mandatory

1.6.1

No

enabled

boolean

'true'

Enables or disables the link.


1.6.1

1.6.1

content

string with param fields

'{value} {unit}'

Content to display


1.6.1

No

value_format

param value formatting

' .1'

Format of the 'value' field

The default format shows the value with one character for the decimal part, and positive values start with a blank.

1.6.1

No

value_suffix

boolean

'false'

If the value is too small or too big, the system will use a suffix for the value, such as 'k' for kilo, 'M' for Mega, or 'm' for 'milli'.


1.6.1

No

significant_digits

positive integer value

0

Number of significant digits to display, forcing the system to perform rounding.

With significant_digits set to 2, "45678" will be displayed as 46000, and "0.654" will be displayed as 0.65. Set this parameter to 0 to disable rounding.

1.7

No