• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. mmn666
    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
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by mmn666

    • M

      SendTimeoutException

      Modbus4J general discussion
      • • • mmn666
      3
      0
      Votes
      3
      Posts
      2.6k
      Views

      M

      Couldn't say. Do you have traces of the communication between the two?

    • M

      Publisher only once per day

      User help
      • • • mmn666
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      M

      The publishers are meant to be on-event. There's currently no way to turn that off. But you can sent a snapshot once per day in addition to updates.

    • M

      Receive method POST

      How-To
      • • • mmn666
      3
      0
      Votes
      3
      Posts
      2.4k
      Views

      M

      You want to receive data in your custom view? You can't update point values with the data, but you could use the values in the rendering of the page (although that doesn't really achieve a lot).

      If you want to get data into points via POST, you should use the HTTP Receiver data source.

    • M

      Setting a coil value

      How-To
      • • • mmn666
      5
      0
      Votes
      5
      Posts
      3.6k
      Views

      M

      No, that's not going to work. Here's what to do, assuming that you want to set the coil to "true" for 5 seconds.

      Create a point event detector on the point that fires when the point has been "true" for 5 seconds. Create an event handler for the event in 1) that sets the point to false when it activates, and does nothing when it deactivates.