• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. CraigWeb
    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
    Offline
    • Profile
    • Following 0
    • Followers 5
    • Topics 22
    • Posts 655
    • Groups 0

    Topics

    • CraigWebC

      Help with ideas for how to guide

      Watching Ignoring Scheduled Pinned Locked Moved User help
      9
      1 Votes
      9 Posts
      3k Views
      joeamiragliaJ
      @tomatopi We are still working on documentation. I know it has been a very slow process but we are adding what we can to the doc sites (v4 and v5) as well as adding scripts to our script-examples in GitHub.
    • CraigWebC

      Greetings Mango OS community!

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      1
      1 Votes
      1 Posts
      562 Views
      No one has replied
    • CraigWebC

      iDrive anad iDevUtil

      Watching Ignoring Scheduled Pinned Locked Moved User help
      11
      0 Votes
      11 Posts
      4k Views
      phildunlapP
      Thanks for sharing how you got it working!
    • CraigWebC

      Softether vs OpenVPN

      Watching Ignoring Scheduled Pinned Locked Moved User help
      8
      0 Votes
      8 Posts
      2k Views
      MattFoxM
      Correct
    • CraigWebC

      Mango persistent TCP

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      3
      0 Votes
      3 Posts
      2k Views
      CraigWebC
      @Brad_GMI Seems like only the publisher has a connection lost event. I think ill set up a 'hasn't changed' event on one of my data points. Unfortunately the publisher event is not as reliable as they are normally in the field and are more prone to loosing their internet connection.
    • CraigWebC

      Disaster Recovery on Mango ES

      Watching Ignoring Scheduled Pinned Locked Moved MangoES Hardware
      4
      0 Votes
      4 Posts
      2k Views
      CraigWebC
      Seems like the issue I was having was not related to me doing the restore, but the problem that I reported on email.
    • CraigWebC

      CSV download from the bulk editor + meta points

      Watching Ignoring Scheduled Pinned Locked Moved User help
      5
      0 Votes
      5 Posts
      2k Views
      CraigWebC
      Works great on LibreOffice and numbers! Excel just cant get it right I have tried all the delimiters.
    • CraigWebC

      mangoUI 3.4.6

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      1k Views
      Jared WiltshireJ
      https://forum.infiniteautomation.com/topic/3635/release-notes-for-mangoui-3-4-7
    • CraigWebC

      State parameters

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      4
      0 Votes
      4 Posts
      1k Views
      phildunlapP
      That sounds like a CSS styling to me. text-transform: uppercase; is on the md-button class in material design's CSS.
    • CraigWebC

      Data type change via upload

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      922 Views
      CraigWebC
      Hi Phildunlap, Thank you for the response. I have a whole lot of meta data points used to scale a value, which are alphanumeric. I want to change to numeric. Not to worried about losing data. Just wanted to make sure It is safe to do a bulk update with out anything else going wrong.
    • CraigWebC

      event handlers

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      1k Views
      CraigWebC
      Awesome! i'll give it a shot... Thank you.
    • CraigWebC

      Deleting Event Detectors

      Watching Ignoring Scheduled Pinned Locked Moved User help
      2
      0 Votes
      2 Posts
      821 Views
      phildunlapP
      The Import / Export tool tries to not delete things. You could delete them surgically from the database if you trust your SQL or you can. delete from eventDetectors where sourceTypeName='DATA_POINT'; Then import your configuration backup of the data points again.
    • CraigWebC

      Filter by device name in bulk editor

      Watching Ignoring Scheduled Pinned Locked Moved Wishlist
      2
      0 Votes
      2 Posts
      1k Views
      Jared WiltshireJ
      @CraigWeb its already possible, switch to the tags view, every deviceName is registered as a 'device' tag. [image: KvcXSEI.png] PS CSV import/export is being added to the bulk editor and will be available next week!
    • CraigWebC

      Linear gradients and ios safari

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      5
      0 Votes
      5 Posts
      5k Views
      Jared WiltshireJ
      The two directives reference the image differently, <ma-switch-img> simply uses a <img> tag internally and sets its src attribute. <ma-svg> embeds the contents of the SVG into the page. This definitely points to the SVG not being able to reference its gradients correctly once its embedded, I'd play around with moving the <linearGradient> into a <defs> tag inside the SVG as per the stack overflow link I posted.
    • CraigWebC

      Mango ES wont boot up

      Watching Ignoring Scheduled Pinned Locked Moved MangoES Hardware
      7
      0 Votes
      7 Posts
      2k Views
      CraigWebC
      Started getting this problem again. Replaced the power supply and it booted right up.
    • CraigWebC

      img refresh

      Watching Ignoring Scheduled Pinned Locked Moved User help
      5
      0 Votes
      5 Posts
      2k Views
      CraigWebC
      I want the expression to run a few seconds after a button is clicked, I need to wait for a script outside of mango to run. So I don't have a callback. The script replaces an image in the file store. Once it done I want to change a pointless parameter like Phil did above
    • CraigWebC

      Watchlist Chart min/max

      Watching Ignoring Scheduled Pinned Locked Moved User help
      2
      0 Votes
      2 Posts
      1k Views
      Jared WiltshireJ
      @craigweb Not currently possible on the watchlist itself. If you mean in a <ma-serial-chart> on a custom page you should be able to set the options attribute according to the amcharts documentation.
    • CraigWebC

      CSV with Nested structure

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      2
      0 Votes
      2 Posts
      2k Views
      Jared WiltshireJ
      @craigweb said in CSV with Nested structure: Is there any way to import data points as CSV that includes nested structures. The answer is kind of for data points only, but it wont import event detectors. You can export CSV from the data sources page. Then import the CSV on the configuration import/export page. We are currently working on better solution for importing and exporting data points via CSV. It will get tied into the new bulk data point edit page. For the time being your approach of using a script to generate JSON for import via the configuration import/export page is a good one.
    • CraigWebC

      New to AngularJS

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      2
      0 Votes
      2 Posts
      1k Views
      phildunlapP
      No worries! Thanks for contributing a resource you like!
    • CraigWebC

      Scaling a data point

      Watching Ignoring Scheduled Pinned Locked Moved Wishlist
      4
      1 Votes
      4 Posts
      2k Views
      phildunlapP
      If done that way it would still appear as the rendered value in API queries and whatnot. A virtual point with two point links to and from the scaled point, with links like: unscaled to scaled: if(source.time <= target.time) return UNCHANGED; TIMESTAMP=source.time; return ((source.value/4095)*100).toFixed(0); scaled to unscaled: if(source.time <= target.time) return UNCHANGED; TIMESTAMP=source.time; return ((source.value/100)*4095).toFixed(0); Will permit you to set or display whichever point suits the purposes.