• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. decarli.f

    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
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    decarli.f

    @decarli.f

    0
    Reputation
    155
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    decarli.f Unfollow Follow

    Latest posts made by decarli.f

    • RE: DNP3 analog input

      Hi Phil and Fox

      I tried to use two byte unsigned swapped and it did not worked.
      I checked and tested the offset value. It is correct.
      I think the protocol works because i successfully tested the communication using the modbus configuration interface (using two byte integer).

      Considering all tests and results, I think the problem is that the float values (regulator outputs) are not compatible with the 2 byte integer data, which is the type that Arduino can read and process.
      At this point, i am trying to convert the float values to short or two byte integer in the point link script. The lack of number precision is not an issue for this project.

      If you know any script which convert this data.

      Best Regards,

      Felipe

      posted in User help
      D
      decarli.f
    • DNP3 analog input

      Hi guys,

      I am working on a project including a voltage regulator that communicates with mango by DNP3 protocol and send the values to an arduino by modbus protocol.
      For that I configured some point links aiming to transfer the analog values from the voltage regulator to arduino, using mango as a gateway.
      On point link configuration I used the following script:
      return source.value;
      Problem: It is possible to read the voltage regulator analog values on data point but it does not send the correct values to arduino.

      Additional information:
      I tried to write and read integer values on arduino Modbus registers using mango modbus configuration interface, and it is works fine.
      The arduino modbus library is Modbusino.h which allocates the registers on type uint16_t.

      Can someone help me?

      Best Regards,

      Felipe

      posted in User help
      D
      decarli.f