• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. jcaballeroa
    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
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 44
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by jcaballeroa

    • J

      Error while checking certificates

      User help
      • • • jcaballeroa
      10
      0
      Votes
      10
      Posts
      1.1k
      Views

      joeamiragliaJ

      Hello @jcaballeroa, sorry for the delay on this topic but could you please open a support request at Radix IoT - Support? I would like to better assist on this topic but access to the files have expired. Also, have you tried to start a clean Mango v5 to see if you have any issue starting up Mango before upgrading?

    • J

      Send publisher when datasource modbus fail

      How-To
      • • • jcaballeroa
      3
      0
      Votes
      3
      Posts
      606
      Views

      K

      thanks for creating this topic

    • J

      Mango Values Storage

      User help
      • • • jcaballeroa
      3
      0
      Votes
      3
      Posts
      763
      Views

      J

      Thanks @MattFox . We will try this option.

    • J

      Handle start time

      User help
      • • • jcaballeroa
      3
      0
      Votes
      3
      Posts
      1.0k
      Views

      CraigWebC

      V4 will give you the option is increase the number of threads used for starting data sources. You may also want to think about using MySQL for a system that size. But to answer your question I don't see anything abnormal with that starting time.

    • J

      Force read SNMP

      How-To
      • • • jcaballeroa
      10
      0
      Votes
      10
      Posts
      2.4k
      Views

      CraigWebC

      @jcaballeroa I was able to replicate it, there is a bug. Once the bug is fixed it will be announced in the forum.

    • J

      Change Encoding

      How-To
      • • • jcaballeroa
      1
      0
      Votes
      1
      Posts
      751
      Views

      No one has replied

    • J

      JSON Quantize Configuration

      Mango feedback
      • • • jcaballeroa
      7
      0
      Votes
      7
      Posts
      1.9k
      Views

      terrypackerT

      @jcaballeroa Mango 4.0.0 is a paid upgrade.

    • J

      How to set hex values

      How-To
      • • • jcaballeroa
      1
      0
      Votes
      1
      Posts
      601
      Views

      No one has replied

    • J

      Decimal Places at Publisher

      User help
      • • • jcaballeroa
      7
      0
      Votes
      7
      Posts
      1.8k
      Views

      terrypackerT

      Basically you cannot represent 30.03 exactly in binary.

      The publisher is sending the raw value of the data point, which is represented by a Java double as the value you are seeing sent out 30.029...

      When using a TextRenderer (which only happens for display purposes) you can set it to round the value via the pattern on it. That is why in the UI it looks correct but it is actually stored as 30.029....

      (11110.00000111101011100001)₂ = (1 × 2⁴) + (1 × 2³) + (1 × 2²) + (1 × 2¹) + (0 × 2⁰) + (0 × 2⁻¹) + (0 × 2⁻²) + (0 × 2⁻³) + (0 × 2⁻⁴) + (0 × 2⁻⁵) + (1 × 2⁻⁶) + (1 × 2⁻⁷) + (1 × 2⁻⁸) + (1 × 2⁻⁹) + (0 × 2⁻¹⁰) + (1 × 2⁻¹¹) + (0 × 2⁻¹²) + (1 × 2⁻¹³) + (1 × 2⁻¹⁴) + (1 × 2⁻¹⁵) + (0 × 2⁻¹⁶) + (0 × 2⁻¹⁷) + (0 × 2⁻¹⁸) + (0 × 2⁻¹⁹) + (1 × 2⁻²⁰) = (30.02999973297119140625)₁₀
    • J

      Not hex value

      Mango feedback
      • • • jcaballeroa
      5
      0
      Votes
      5
      Posts
      1.6k
      Views

      J

      @terrypacker Thanks Terry!!!

    • J

      Negative Value. Not Hex Value

      How-To
      • • • jcaballeroa
      2
      1
      Votes
      2
      Posts
      1.0k
      Views

      J

      Any idea?

    • J

      Virtual Serial Client

      User help
      • • • jcaballeroa
      28
      0
      Votes
      28
      Posts
      10.9k
      Views

      MattFoxM

      Anytime, that's what we're (the forum) here for.