• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. chrapchp
    3. Topics

    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 18
    • Posts 66
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by chrapchp

    • C

      H2 to mySQL Error

      User help
      • • • chrapchp
      4
      0
      Votes
      4
      Posts
      802
      Views

      MattFoxM

      Fair enough, but looking at your error looks like you are trying to overwrite existing columns.

    • C

      MQTT Can't connect

      User help
      • • • chrapchp
      2
      0
      Votes
      2
      Posts
      567
      Views

      CraigWebC

      Hi @chrapchp

      I believe there is a bug in the module, please try enabling auto-reconnect this may work around the bug for now.

    • C

      Rest API vs object methods

      User help
      • • • chrapchp
      1
      0
      Votes
      1
      Posts
      599
      Views

      No one has replied

    • C

      Retrieving Historical Values

      User help
      • • • chrapchp
      4
      0
      Votes
      4
      Posts
      1.5k
      Views

      Jared WiltshireJ

      @chrapchp here's the commit where I added the bookend attribute for reference - https://github.com/infiniteautomation/ma-dashboards/commit/4180be9742aa02017e869c96a5b5c3d8097d3e92

    • C

      Create menu item

      User help
      • • • chrapchp
      3
      0
      Votes
      3
      Posts
      1.3k
      Views

      C

      Thanks. It worked.

    • C

      Out of Memory Error

      User help
      • • • chrapchp
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      C

      I'm updating once 1 minute. Did not seem to bad. So far no issue with mysql.

    • mdp-time-picker refreshing issue

      Dashboard Designer & Custom AngularJS Pages
      • • • chrapchp
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      C

      Thanks. I

    • C

      Version Control e.g. github

      Dashboard Designer & Custom AngularJS Pages
      • • • chrapchp
      4
      0
      Votes
      4
      Posts
      1.5k
      Views

      phildunlapP

      Hi chrapchp,

      From our perspective, we're usually dealing with backups rather than revision control. With a backup, you should be able to restore to that point in your development. These backups can be created by Mango for you, and the JSON backup could be checked into Github and probably meaningfully diff'ed against subsequent changes (if you wanted, you could have a cron push the current JSON backup to github) but as Fox suggested that's probably not ideal for database files.

      What I wanted to contribute here, though, was a suggestion that you see what's stored in the Audit database table in terms of dashboard designer pages, json store items and pages created through the "Edit pages" page. Every time you save, your previous code should be recorded into the audit table. In the future, we intend to supply a way to revert to a previous revision of a dashboard directly within Mango, without having to set up the revision control.

    • C

      Temporal observational data on collected data

      User help
      • • • chrapchp
      8
      1
      Votes
      8
      Posts
      1.7k
      Views

      Jared WiltshireJ

      @thutchis Turn on the Swagger API documentation by setting swagger.enabled=true in your overrides env.properties file. Check that swagger.mangoApiVersion=v[12] too.

      You can then access the REST API documentation at /swagger/index.html

      Just quickly though-

      Get tags for a data point XID:
      GET /rest/v2/data-point-tags/{xid}

      Set tags for a data point XID:
      POST /rest/v2/data-point-tags/{xid}
      Body is a JSON object

      { "tagKey": "tagValue", "site": "Denver" }

      To query for data points with a given set of tags:
      GET /rest/v2/data-points?tags.site=Denver&tags.device=MachineX

      Note there are psuedo-tags device and name which map to the data point's device name and name respectively.

    • C

      Mango 3.0 - Renaming a datasource does not propagate to data points

      Mango feedback
      • • • chrapchp
      3
      0
      Votes
      3
      Posts
      1.5k
      Views

      C

      Thanks. That makes sense.

      pjc

    • C

      Mango osx - Modbus over Serial issues

      Mango Automation general Discussion
      • • • chrapchp
      4
      0
      Votes
      4
      Posts
      2.2k
      Views

      phildunlapP

      If you encounter trouble getting it to start and can't find answers to the issues you encounter, We'll certainly answer posts here trying to help you get it going.

    • C

      Udoo Quad

      Mango Automation Installation
      • • • chrapchp
      6
      0
      Votes
      6
      Posts
      4.2k
      Views

      C

      I got it to work. It is nothing on your end. Long story short, the quad wireless is uber-slow and when I copied the m2m2 content from a NAS I thought everything was copied over. It looked like it was complete. Anyway, not all files where there hence the problem. The core works (started without error and can login ) on JDk 1.70_45 (soft float) and Java 6 open JDK-Armel.

      I was hoping not have to go down the JDK 8 route as there is no soft-float release from what I can see.

      pjc

    • C

      Pachube Rate Limit

      User help
      • • • chrapchp
      5
      0
      Votes
      5
      Posts
      2.9k
      Views

      M

      It sends a snapshot of all the points every 15 minutes.

    • C

      Update Period Error in v1.9

      How-To
      • • • chrapchp
      10
      0
      Votes
      10
      Posts
      4.0k
      Views

      C

      That did it. Left overs from something.

      thx

    • C

      Writing a polled Point to Pachube

      How-To
      • • • chrapchp
      11
      0
      Votes
      11
      Posts
      6.8k
      Views

      C

      Ok. My bad. I always sand-boxed myself in the data source world. I never used publisher and saw it. No brainer now.

    • C

      Triggering TimeSync to end devices

      How-To
      • • • chrapchp
      23
      0
      Votes
      23
      Posts
      17.5k
      Views

      J

      Don't worry. Sure you are faster than my C++ skills

    • C

      Data Loging and Trending

      Mango feedback
      • • • chrapchp
      4
      0
      Votes
      4
      Posts
      2.6k
      Views

      C

      Thanks. I know I did it once--I just installed Mango a couple of days ago--but forgot how to get there.

      I'll get used to the UI navigation.

      BTW, nice work.