This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
c_niagara:animation:pxfile:bformat [2022/02/11 21:39] – mk | c_niagara:animation:pxfile:bformat [2022/02/11 22:29] (current) – mk | ||
---|---|---|---|
Line 7: | Line 7: | ||
^BFormat^Description^ | ^BFormat^Description^ | ||
^%.%|Value and Status of the Out slot| | ^%.%|Value and Status of the Out slot| | ||
- | ^20 °C - 50 °C|Legionella growth, optimum conditions is 35 °C to 46 °C| | + | ^%out.value%|Value of the Out slot| |
- | ^Above 50 °C|Legionella can survive but won't grow| | + | ^%out.status%|Status of the Out slot| |
- | ^55 °C|Legionella dies within | + | ^%Hours%|Get the total elapsed time in hours| |
- | ^60 °C|Legionella dies within | + | ^%Minutes%|Get the total elapsed time in minutes| |
- | ^66 °C|Legionella dies within | + | ^%displayName%|Display Name of the component| |
+ | ^%displayName.substring(0,3)%|Display Name of the component showing only the part from the first to the third character| | ||
+ | ^%displayName.substring(-2)%|Display Name of the component showing only the end part from the second-last character| | ||
+ | ^%name%|Name of the component| | ||
+ | ^%parent.displayName%|Display Name of the parent component (1 level up)| | ||
+ | ^%parent.name%|Name of the parent component (1 level up)| | ||
+ | ^%parent.parent.name%|Name of the parent of the parent component (2 levels up)| | ||
+ | ^%parent.proxyExt.device.name%|Name of the device in which a proxy point resides (no matter how many levels above the point)| | ||
+ | ^%parent.proxyExt.network.name%|Name of the network in which a proxy point resides (no matter how many levels above the point)| | ||
+ | ^%proxyExt.topic%|On an MQTT point, returns the " | ||
+ | ^%user()%|Returns the username of the user logged in (use " | ||
+ | ^%time()%|Returns the current time (use " | ||
+ | ^%alarmData.sourceName%|(to use on Alarm Extension Text) Returns the " | ||
+ | ^%alarmData.highLimit%|(to use on Alarm Extension Text) Returns the "High Limit" | ||
+ | ^%alarmData.lowLimit%|(to use on Alarm Extension Text) Returns the "Low Limit" | ||
+ | ^%out.prevDay%\\ %out.prevMonth%\\ %out.prevYear%|Using the " | ||
+ | ^%out.Hour%\\ %out.Minute%\\ %out.Day%\\ %out.Month%\\ %out.Year%|Using the " | ||
</ | </ | ||
<WRAP clear></ | <WRAP clear></ |