Hard coding XID in the Angular JS
-
THis may be real basic, but I want to put in my html document a section in the top of the page where I can hard code specific XID's for each specific page. I have gauges and Value displays that I want to always look at "demandkw", "energykwh", etc. That way, this html can be a template to use for other pages.
I am thinking I need to change this code to : <ma-point-value point-xid="demandkw"></ma-point-value> and then it'll work. but how do I code the following to be a refernece
demandkw = "DP_355369"
energykwh = "DP_355369"
chwbtu = "DP_355369"
htwbtu = "DP_355369"
temp = "DP_355369"
condition = "DP_355369" -
nevermind. I figured it out using your "Get Point by XID" help.