I found that can use <ma-calc>
e.g.
<ma-calc input="designer.points | filter:{name:'P17'}:true | maFirst" output="myPoint"></ma-calc>
Best Regards,
Dominik
I found that can use <ma-calc>
e.g.
<ma-calc input="designer.points | filter:{name:'P17'}:true | maFirst" output="myPoint"></ma-calc>
Best Regards,
Dominik
Hi,
I have problem with assigning Data Point variable from designer.points.
From the example "Live values"
<ma-get-point-value point="myPoint"></ma-get-point-value>
<p>Raw point value is {{myPoint.value}} at epoch timestamp {{myPoint.time}}.</p>
<p>Rendered point value is <span ng-style="{color:myPoint.renderedColor}">{{myPoint.renderedValue}}</span>.</p>
but my <ma-get-point-value> looks like
<ma-get-point-value point="designer.points | filter:{name:'P17'}:true | maFirst" ></ma-get-point-value>
and how to assign it to variable named e.g 'myPoint'
Best Regards,
Dominik
I think about bad robots that ignore any directives :)
I have nginx up front.
It works fine in config: http://10.0.0.1/ -> http://10.0.0.1:8080/
but does not: http://10.0.0.1/scada/ -> http://10.0.0.1:8080/
in this case a page source looks like:
...
<link rel="manifest" href="/modules/mangoUI/web/ui/manifest.json?v=6adfd6d26015f7aa95abe22e893d6593">
...
<div ng-cloak ng-if="::noApi" class="missing-module">mangoApi module is required.</div>
so links point to http://10.0.0.1/modules/... not to http://10.0.0.1/scada/modules/...
I'm afraid I would have to rewrite/redirect all subdirs used by Mango - poor solution.
Best Regards,
How can I change "base url path" for mango:
I mean e.g:
default: http://10.0.0.1:8080/
needed: http://10.0.0.1:8080/scada/
I would like to avoid unnecessary scanning by robots.
Best Regards,