• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. DominikJ

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    DominikJ

    @DominikJ

    0
    Reputation
    370
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    DominikJ Unfollow Follow

    Latest posts made by DominikJ

    • RE: Dynamic Pages and Data Point values

      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

      posted in How-To
      D
      DominikJ
    • Dynamic Pages and Data Point values

      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

      posted in How-To
      D
      DominikJ
    • RE: Custom base url path

      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,

      posted in Mango Automation Installation
      D
      DominikJ
    • Custom base url path

      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,

      posted in Mango Automation Installation
      D
      DominikJ