Promotic

Macro expression $.join

This macro expression represents a string value composed of all parameters of the current expression.

Syntax:
$.join("xx"[,yy,zz...])
- xx, yy, zz = text strings (in quotation marks) or other macro expressions.


Example2:
Obtains the value of the temperature variable from the data object in the BoilerX object. where X is the value of the $.par expression of the boil parameter. If the boil parameter is not set, then it is replaced by the 0 value.
$.join("../Boiler",$.par("boil",0),"/data#temperature")
Example3:
Obtains the text value that represents the shortened localized name of the first day of the week with the ":" character added.
$.join($.text("sys","day1s"),":")

Configurators in extended value editor:
AddAdds additional expression parameter
InsertInserts additional parameter to defined position
DeleteRemoves parameter from defined position
Delete allRemoves all parameters

History:
Pm8.02.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.