@craigweb I try to use DNS and it works. I wonder if the mango is connected to the device without Dns server? What do I think in the diagram I drew it is possible? I would like to know that the mango modbus server function.
Latest posts made by DESLE
-
RE: Mango connect 4G device
-
Mango connect 4G device
Hello!
I want to know mango Connected to 4G device and controller back to device. 4G device using sim mobile and not fix ip address. 4G device via modbus tcp protocol. I think it would make the mango a modbus server and let the 4G device connect. I see the function of the mango. No modbus server protocols. Is there a way to get the 4G device connected to the mango to read the data and control back to the device.
-
RE: ma-date-range-picker
@mattfox I do not understand how to use it. Can i have a sample.I understand that if I use the last 1 months is now-24hr. Can I set up 00:00:00 - 23:59:59 one day?
-
ma-date-range-picker
Hello
I can set 00:00 to 23:59:59 in one day and one month to 30 days.But if this is 2018/06/17, there should be only 17 days. I have to solve in some parts to get what I want.
I want- 00:00:00, 2018/06/17 - 20:50:59 2018/06/17
00:00:00, 2018/06/16 - 23:59:59 2018/06/16
....
00:00:00, 2018/06/2 - 23:59:59 2018/06/2
00:00:00, 2018/06/1 - 23:59:59 2018/06/1
I do not want
Now at 20:50:59 2018/06/17, preset usage = "LAST_1_DAYS" is 20:50:59, 2018/06/16.
My code
<ma-date-range-picker style="display: none" update-interval="1 minutes" preset="LAST_1_MONTHS" to="dateBar1.to" from="dateBar1.from"></ma-date-range-picker> <div id="1414555" style="width: 400px; height: 35px; position: absolute; left: 23px; top: 65px;" layout="row"> <md-input-container flex=""> <label>From date</label> <ma-date-picker format="DD-MM-YYYY" mode="date" ng-model="dateBar1.from" disabled=""></ma-date-picker> </md-input-container> <md-input-container flex=""> <label>To date</label> <ma-date-picker format="DD-MM-YYYY" mode="date" ng-model="dateBar1.to" disabled=""></ma-date-picker> </md-input-container> </div> <div id="RowColor55" style="width: 127.875px; height: 53.8594px; position: absolute; left: -1px; top: 55.2031px;" layout="row"> <md-input-container flex="50" ng-init="point1monthColor='#00a300'"> </md-input-container> </div> <div id="RowChartType55" style="width: 299.922px; height: 53.8594px; position: absolute; left: -1px; top: 55.2031px;" layout="row"> <md-input-container flex="50" ng-init="point1monthChartType='column'"> </md-input-container> </div> <ma-point-values to="dateBar1.to" from="dateBar1.from" point-xid="PJST_SMA_Day_yield" values="point1monthValues" rollup="MAXIMUM" rollup-interval="1 days"></ma-point-values> <ma-serial-chart id="dddd55" style="height: 312.766px; width: 740.766px; position: absolute; left: 0px; top: 170px;" options="{legend:{},valueAxes:[{title: 'Energy(kWh)'}]}" export="true" balloon="true" legend="true" default-axis="left" series-1-type="{{point1monthChartType}}" series-1-color="{{point1monthColor}}" series-1-point="myP1" series-1-values="point1monthValues" series-1-title="PV production"> </ma-serial-chart>
- 00:00:00, 2018/06/17 - 20:50:59 2018/06/17