Text scripts for points

You can edit the Text Format property in any BoundLabel widget to include additional static text, and/or modify (or limit) the real-time data in the text.

The following table provides a few example BFormatting scripts and results for writable points.

Text (BFormat) script Description Example 1 Example 2 (script and result)
%out.value% Value only (with facets). On AHU is %out.value%

AHU is On.

%out.status% Status including priority level, if writable point. {ok} @ 16 Status of AHU is %out.status%.

Status of AHU is {ok} @ 16.

%activeLevel% Number only (1-16, def) for priority level, writable points only. 16 AHU is %out.value% at level %activeLevel%.

AHU is On at level 16.

%status.flagsToString% String value(s) for status flags set, without braces. If non: ok. ok AHU status is %status.flagsToString%.

AHU status is ok.

The Example 1 column illustrates the resulting text if the Out script is On {ok} @ 16.

The Example 2 column shows the script and the resulting display when static text is added to the script.