• 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
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 44
    • Groups 0

    Topics

    • J

      Error while checking certificates

      Watching Ignoring Scheduled Pinned Locked Moved User help
      10
      0 Votes
      10 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      3
      0 Votes
      3 Posts
      835 Views
      K
      thanks for creating this topic
    • J

      Mango Values Storage

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      936 Views
      J
      Thanks @MattFox . We will try this option.
    • J

      Handle start time

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      10
      0 Votes
      10 Posts
      3k 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

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      1
      0 Votes
      1 Posts
      876 Views
      No one has replied
    • J

      JSON Quantize Configuration

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      7
      0 Votes
      7 Posts
      2k Views
      terrypackerT
      @jcaballeroa Mango 4.0.0 is a paid upgrade.
    • J

      How to set hex values

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      1
      0 Votes
      1 Posts
      720 Views
      No one has replied
    • J

      Decimal Places at Publisher

      Watching Ignoring Scheduled Pinned Locked Moved User help
      7
      0 Votes
      7 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      5
      0 Votes
      5 Posts
      2k Views
      J
      @terrypacker Thanks Terry!!!
    • J

      Negative Value. Not Hex Value

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      2
      1 Votes
      2 Posts
      1k Views
      J
      Any idea?
    • J

      Virtual Serial Client

      Watching Ignoring Scheduled Pinned Locked Moved User help
      28
      0 Votes
      28 Posts
      17k Views
      MattFoxM
      Anytime, that's what we're (the forum) here for.