@Jared-Wiltshire you're right! My app was loading files from mango-3.2 folder. It works now.
Thanks a lot.
@Jared-Wiltshire you're right! My app was loading files from mango-3.2 folder. It works now.
Thanks a lot.
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.
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
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
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.
@Jared-Wiltshire
Many thanks Jared.
It works perfectly and it will be very useful for me.
Bye.
Larry
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
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!
Hi all. I'm making some tests with line charts of 3.x of the dashboards module. I'm trying to plot historical values of a floating point sinusoidal virtual data point by means of the following code.
<ma-point-values point-xid="energy" values="point2Values" from="from" to="to" rollup="AVERAGE" auto-rollup-interval="true">
</ma-point-values>
<ma-serial-chart style="height: 300px; width: 100%" series-1-values="point2Values" balloon="true" export="true">
</ma-serial-chart>
Also if "energy" data are floating point values, on the chart I see them as integers. Maybe with <ma-serial-chart> directive is it possible to plot just the integer data?
Thanksa a lot.
Stefano