• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. LarryVaredo

    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
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 11
    • Best 0
    • Controversial 0
    • Groups 0

    LarryVaredo

    @LarryVaredo

    0
    Reputation
    620
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    LarryVaredo Unfollow Follow

    Latest posts made by LarryVaredo

    • RE: Data point force reading from user dashboard

      @Jared-Wiltshire you're right! My app was loading files from mango-3.2 folder. It works now.

      Thanks a lot.

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo
    • RE: Data point force reading from user dashboard

      Hi @Jared-Wiltshire .

      Hi updated my Dashboard module to 3.3 version, so I have modified the

      /web/modules/dashboards/web/js/mango-3.3/services/Point.js
      

      file as done with 3.2 previous version. But it seems not working more.

      Should it still work?

      Thanks a lot.

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo
    • From binary file to target device using Modbus TCP/IP

      Hi!
      I'm making some tests with Mango to monitor/control a remote device using Modbus TCP/IP source and it works great!

      Now I need to read some data from a binary file and to send them to my device. This should be triggered from the HTML5 dashboard. Is there a simple way to do it or best pratices which have to be followed?

      Thanks a lot.
      Larry

      Mango Core version: 2.8.4
      Mango API module version: 1.2.0
      Mango Dashboards module version: 3.3.0
      Platform and version: Raspbian Jessie (kernel version 4.4) on Raspberri Pi 3 Model B
      Browser and version: Chrome 56

      posted in How-To
      L
      LarryVaredo
    • RE: Confirm dialog for set a point

      Thanks @Jared-Wiltshire, I will try it.

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo
    • Confirm dialog for set a point

      Hi all!

      I think it could be very useful to have the possibility to attach on a <md-button> a confirm dialog with a pop-up window before setting the value of a point; is there a simple way to do it?

      Thanks a lot.

      Larry

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo
    • RE: Dashboard slider set value

      @Jared-Wiltshire
      Thanks, it works!

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo
    • Dashboard slider set value

      Hi all,
      I'm making some tests on modifying data values of a MODBUS data sources.

      In your demo about the dashboard's slider component, I'm seeing that each action on the slider entail directly a write data command towards the connected MODBUS slave.

      In my dashboard I'd like to write MODBUS data by means of two following steps:

      1 - modifying client-side data by using the slider;
      2 - setting the MODBUS source data point with the client-side data values by means a "SET" button.

      Is there a way to do it?
      Thanks a lot.

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo
    • RE: Data point force reading from user dashboard

      @Jared-Wiltshire
      Many thanks Jared.
      It works perfectly and it will be very useful for me.

      Bye.
      Larry

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo
    • Data point force reading from user dashboard

      Hi all.
      I have a MODBUS data source with a specific interval update period.
      Is there a way to force the reading of a specific data point from the MODBUS slave device directly from the user dashboard (e.g. by means of a button) outside of the polling?
      I mean I would have on my user dashboard something like the refresh button which is on the data point details page on Mango back end.

      Thanks!
      Larry

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo
    • RE: Floating point values line chart

      Hi Jared, thanks for your reply. Yes, on the detail page I can see floating point values.

      You can appreciate the same behaviour on the Custom Dashboard Module; please check the "outside temp value" plot on the Line Chart example page (YOUR_MANGO/dashboards/examples/charts/line-chart). The demo "outside temp" value is a floating point data. If you pass with mouse on the line to show the ballon, you will read just the integer value. Moreover if you check the "voltage" data you should see an often constant function's trend; this occurs because the voltage data has very small increments.

      Therefore I suppose that the chart is composed by rounded integer values which are interpolated between them to obtain a continue plot. Is it correct? If so, how can I change this behaviour? Thanks a lot!

      posted in Dashboard Designer & Custom AngularJS Pages
      L
      LarryVaredo