• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    About Mango 3.3

    Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
    5 Posts 2 Posters 1.7k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • seanS Offline
      sean
      last edited by

      In the version 3.3.0 <ma-point-value point-xid is point-xid have trouble?
      Isn't get current location like this picture.
      0_1516248672368_3.3pxid.PNG

      1 Reply Last reply Reply Quote 0
      • JoelHaggarJ Offline
        JoelHaggar
        last edited by

        Hi Sean, What are you trying to do? This doesn't make any sense to me.

        1 Reply Last reply Reply Quote 0
        • seanS Offline
          sean
          last edited by

          In my dashboard.
          all data should use xid to setting only location not to use ma-point-list select datapoint
          I want use <ma-get-point-value point-xid="DP_xxx" point="point1">

          <div class="data">{{point1.value}}</div>

          like this . but point-xid is not use.

          dashboard now like picture every datapoint value is not get by point-xid
          0_1516250325388_3.3pxid-2.PNG
          code like
          0_1516250340402_3.3pxid-3.PNG
          dashboard like
          0_1516250399389_3.3pxid-4.PNG

          1 Reply Last reply Reply Quote 0
          • JoelHaggarJ Offline
            JoelHaggar
            last edited by

            This code works fine for me:

            <ma-get-point-value point-xid="DP_XXX" point="point1"></ma-get-point-value>
            
            <div class="data">{{point1.value}}</div>
            

            I think your issue is that you have "/" in your XID. Please remove the "/" from the XID and see if your issue resolves.

            1 Reply Last reply Reply Quote 0
            • seanS Offline
              sean
              last edited by sean

              In the 3.2 everything is fine.
              But our Mango server update to 3.3 It not work in 3.3 question maybe in the 3.3

              Ok remove / in XID it work.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post