• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. johana crisbany gamez

    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
    J
    • Profile
    • Following 0
    • Followers 1
    • Topics 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    johana crisbany gamez

    @johana crisbany gamez

    0
    Reputation
    174
    Profile views
    5
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    johana crisbany gamez Unfollow Follow

    Latest posts made by johana crisbany gamez

    • Integral of a point

      I have a component that has an entry point as a parameter and I need to show the integral of this point.
      I was testing with this:

      <ma-get-point-value  point="$ctrl.data"></ma-get-point-value>
      <ma-calc input="$ctrl.data | filter:{statistics:'INTEGRAL'} " output="$ctrl.dataIntegral"></ma-calc>
      

      but it does not work, also try this:

      <ma-get-point-value  point="$ctrl.data"></ma-get-point-value>
      <ma-point-statistics points="$ctrl.data" rendered=false  display-mode="INTEGRAL" rollup-interval="1 MONTHS"></ma-point-statistics>
      

      I was seeing some examples and after trying other options, I can't show the value in my view.

      Thanks.

      posted in User help
      J
      johana crisbany gamez
    • RE: Obtain value of point in javascript.

      @mattfox
      Yes, I have created my components. In a parent component, I filter the points that I need and in a child component, I bind the point I need. Now, I need to make a logic with the point value in javascript.
      I would appreciate an example of using the maPointValues ​​service, thanks!

      posted in User help
      J
      johana crisbany gamez
    • RE: Multistate Data Point in Virtual Source

      @pyeager Oh, I think it's not very intuitive, I hadn't realized that these values ​​were chips.

      I really appreciate your help, thanks!

      posted in User help
      J
      johana crisbany gamez
    • RE: Multistate Data Point in Virtual Source

      @pyeager I have the same problem, could you solve it
      ?

      posted in User help
      J
      johana crisbany gamez
    • Obtain value of point in javascript.

      I need to get the value of a point in the javascript of my component, to perform some operations. In HTML, can I do with the ma-point value, but in javascript? Thank you

      posted in User help
      J
      johana crisbany gamez