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:41] – mk | c_niagara:animation:pxfile:bformat [2022/02/11 22:29] (current) – mk | ||
---|---|---|---|
Line 12: | Line 12: | ||
^%Minutes%|Get the total elapsed time in minutes| | ^%Minutes%|Get the total elapsed time in minutes| | ||
^%displayName%|Display Name of the component| | ^%displayName%|Display Name of the component| | ||
+ | ^%displayName.substring(0, | ||
+ | ^%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" within the Fault, Offnormal or Normal text of an alarm| | ||
+ | ^%alarmData.lowLimit%|(to use on Alarm Extension Text) Returns the "Low Limit" within the Fault, Offnormal or Normal text of an alarm| | ||
+ | ^%out.prevDay%\\ %out.prevMonth%\\ %out.prevYear%|Using the " | ||
+ | ^%out.Hour%\\ %out.Minute%\\ %out.Day%\\ %out.Month%\\ %out.Year%|Using the " | ||
</ | </ | ||
<WRAP clear></ | <WRAP clear></ |