• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. duncan
    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
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by duncan

    • duncanD

      Coal Processing Plant

      Stories
      • • • duncan
      5
      0
      Votes
      5
      Posts
      3.8k
      Views

      JoelHaggarJ

      Thanks Duncan!

    • duncanD

      DGLux - no Design Mode link

      User help
      • • • duncan
      4
      0
      Votes
      4
      Posts
      2.5k
      Views

      duncanD

      Hi Joel,

      I have tried clearing cache and have even used another browser. The user icon in Dglux only has the option to logout. This is true on both internal and public IP's.

      Thanks

      Duncan

    • duncanD

      Script help

      User help
      • • • duncan
      4
      0
      Votes
      4
      Posts
      2.7k
      Views

      phildunlapP

      I think CraziFuzzy does have the root of what's causing that output, but there are some other things you might want to fix in your script,

      (typeof(p9.value || p10.value)=='undefined')

      will not work, anything that can be logical or'ed tends to be boolean by its very nature. You have to split that into

      (typeof(p9.value) == 'undefined' || typeof(p10.value)=='undefined')

      There is also no definition for result when a < 0 to return.

    • duncanD

      Scaling Data

      How-To
      • • • duncan
      3
      0
      Votes
      3
      Posts
      2.3k
      Views

      duncanD

      I was being rather stupid. Please ignore the request. Its a simple math formula.
      :oops:

    • duncanD

      Profibus

      Mango Automation general Discussion
      • • • duncan
      3
      0
      Votes
      3
      Posts
      2.0k
      Views

      JoelHaggarJ

      Hi Duncan,

      We currently do not have a Profibus module but we are always looking to add new Data Sources. If you can provide some protocol specifications I can work out an estimate of what it would cost to develop.

      Thanks,

      Joel.