• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. LarryVaredo
    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
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 11
    • Groups 0

    Topics

    • L

      From binary file to target device using Modbus TCP/IP

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      2
      0 Votes
      2 Posts
      2k Views
      phildunlapP
      Hi Larry, Can you say more about it? From this little bit, there is an arbitrary binary file that you would like parsed into information to send out to specific modbus points? We solved a similar problem somewhat recently, but we wrote a module for that client that included handling for the file and providing a place to upload it. Without a module like that, there is not a clear way to do what I think you're asking in 2.8. I was inspired to add a Binary type to the Data File data source from this question, though. The data file module has an endpoint in 3.0 to POST a file to and import it immediately, and that sounds like what you're looking for. We're working hard to get 3.0 releases happening soon. You may have other options, though, such as setting an alphanumeric point to some representation of the file and parsing it out of the alphanumeric point, but it doesn't seem so straightforward.
    • L

      Confirm dialog for set a point

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      3
      0 Votes
      3 Posts
      2k Views
      L
      Thanks @Jared-Wiltshire, I will try it.
    • L

      Dashboard slider set value

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      3
      0 Votes
      3 Posts
      2k Views
      L
      @Jared-Wiltshire Thanks, it works!
    • L

      Data point force reading from user dashboard

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      7
      0 Votes
      7 Posts
      3k Views
      L
      @Jared-Wiltshire you're right! My app was loading files from mango-3.2 folder. It works now. Thanks a lot.
    • L

      Floating point values line chart

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      4
      0 Votes
      4 Posts
      2k Views
      Jared WiltshireJ
      Unfortunately I can't replicate what you are seeing, I can see the floating point values. Are you using the latest dashboard module? v3.2.1? The other suggestion I can make is playing with the series-x-type attributes on the serial chart and also look at setting the various valueAxis options as shown in the "Advanced Chart" example.