• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Cristian Herrera

    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
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Cristian Herrera

    @Cristian Herrera

    0
    Reputation
    148
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Cristian Herrera Unfollow Follow

    Latest posts made by Cristian Herrera

    • RE: Alarm list and update

      Yep, i tried to echoing, works fine but only refreshing manually the page :(, with ma-point-values and realtime=true works with a delay when the page is refresh, but does not work when the alarm dissapear and does not delete the row in realtime.

      Thanks :)

      posted in User help
      C
      Cristian Herrera
    • RE: Alarm list and update

      Dear @MattFox Thanks a lot for the help and tips, i tried your code, but unfortunately does not work the realtime, i changed manually the status of the data point, from false to true, then i reload the page and the table does not show an alarm, after some time does it, but when i change it back to false, the row does not dissapear.

      It is possible to change ma-point-value to ma-get-point-value ? but this last one does not have realtime option.

      <ma-point-query query="{$and: true, deviceName:'Menerga Alarms', name:''}" limit="30" points="puntos"></ma-point-query>
      
      <ma-get-point-value points="puntos"></ma-get-point-value>
      
      <div id="f18b7537-6b27-406b-9d2c-48daa56b3ff0" style="position: absolute; left: 21px; top: 922px; border-width: medium; border-style: solid; border-radius: 10px; border-color: rgb(153, 153, 153); width: 485px; height: 165px;">
      
      <table class="customTable">
        <thead>
          <tr>
            <th>Current Alarms</th>
            <th>Value</th>
          </tr>
        </thead>
        <tbody>
          <tr ng-repeat="punto in puntos" ng-show="punto.value">
              <td>{{punto.name}}</td>
              <td style="color: red">{{punto.renderedValue}}</td>
          </tr>
          
        </tbody>
      </table>
      

      Thanks so much again.

      posted in User help
      C
      Cristian Herrera
    • RE: Alarm list and update

      I update the code to make it simplest

      <ma-point-query query="{$and: true, deviceName:'Menerga Alarms', name:''}" limit="30" points="puntos"></ma-point-query>
      
      <ma-get-point-value points="puntos"></ma-get-point-value>
      
      <div id="f18b7537-6b27-406b-9d2c-48daa56b3ff0" style="position: absolute; left: 21px; top: 922px; border-width: medium; border-style: solid; border-radius: 10px; border-color: rgb(153, 153, 153); width: 485px; height: 165px;">
      
      <table class="customTable">
        <thead>
          <tr>
            <th>Current Alarms</th>
            <th>Value</th>
          </tr>
        </thead>
        <tbody>
          <tr ng-repeat="punto in puntos" ng-if="punto.renderedValue == true">
              <td>{{punto.name}}</td>
              <td style="color: red">{{punto.renderedValue}}</td>
          </tr>
          
        </tbody>
      </table>
      

      This work ok, but not in realtime, i changed the data point but the table is not updating with a new row, only when manualy reload the page. Also when i change back the data point does not remove the row :(. again only reloading the page. works.

      Thanks.

      posted in User help
      C
      Cristian Herrera
    • RE: Alarm list and update

      i forgot to mention, datapoints logging is set in "when point value changes", i want show the table with the current status of the system showing only the datapoint alarmed, and show a empty table when the system its ok.

      Another small question, how i can get the value of a list of datapoints, i have to use ma-point-query with ma-point-value ? there is a way to have a list of datapoints and made a ng-repeat="point in points" then point.value?

      Thanks a lot in advance.

      posted in User help
      C
      Cristian Herrera
    • Alarm list and update

      Hi all
      I have some problems i am new in Mango, if someone can help me, i want to perform a simple thing but i cant do it.
      I have a data source with a list of data point (binary). I want to show in a GUI "only" the one that is alarmed in realtime, mean value=true. and fill a table with that..

      This code that i am testing, Does not work property does not show in realtime, i change manually the value to test and no row is show in a table.

      When i manually update the page, appear a row but not in realtime.

      <ma-point-query query="{$and: true, deviceName:'Menerga Faults', name:''}" limit="30" points="puntos_faults"></ma-point-query>
      <ma-point-values points="puntos_faults" values="combined_faults" latest="1" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rendered="true" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}">
      </ma-point-values>
      
      <div id="3a040097-4b4d-46c7-bcc4-1bb62d4563e8" style="position: absolute; left: 590px; top: 937px; border-width: medium; border-style: solid; border-radius: 10px; border-color: rgb(153, 153, 153); width: 485px; height: 165px;">
      
      <table class="customTable">
        <thead>
          <tr>
            <th>Current Faults</th>
            <th>Value</th>
          </tr>
        </thead>
        <tbody>
          <tr ng-repeat="punto in puntos_faults" ng-if="combined_faults[0]['value_' + punto.xid + '_rendered'] == 'true'">
              <td>{{punto.name}}</td>
              <td style="color: red" ng-repeat="value in combined_faults">{{value['value_' + punto.xid + '_rendered']}}</td>
          </tr>
       
        </tbody>
      </table>
      

      Thanks you very much for the help.

      posted in User help
      C
      Cristian Herrera
    • Lost Dashboard designer

      Hi All.

      Something weird happened in my Mango instalation, i lost the dashboard designer app from Administration menu, i tried to open from http://[mangoServer]/ui/administration/dashboard-designer/ and say page not found. There is a way to reload? i tried also to restart mango and the same. the module is on the list and looks ok, but i can not enter. Thanks for your advices.

      Cristian.

      posted in User help
      C
      Cristian Herrera
    • RE: Licence questions

      Thanks for the info, there is a way to transfer only some data?, i mean, just need a few data sources and dashboards. And start fresh with that?

      Thanks a lot for the advices.

      Cristian.

      posted in User help
      C
      Cristian Herrera
    • Licence questions

      Dear All

      I have a few questions about license, i bought a comercial license and we want create a fresh new instance of mango and transfer the license, there is a simple way to do this?, I know there is a form to fill for change the GUID. i have to contact helpdesk of mango everytime that we need this?. I need to move a few datapoints and dashboards from the old instance, which currently have the license, to the new one, when the license is transfered how to i can move those data? i can reach the old instance?

      Sorry for all the question, i new in mango.
      Thanks for all the comments and advices.

      posted in User help
      C
      Cristian Herrera