-
cwangv
here is my jdk. I wonder why your is newer version but with older date
openjdk version "11.0.9.1" 2020-11-04
OpenJDK Runtime Environment (build 11.0.9.1+1-post-Debian-1deb10u2)
OpenJDK 64-Bit Server VM (build 11.0.9.1+1-post-Debian-1deb10u2, mixed mode, sharing) -
cwangv
@dan
My suggestion will be to follow the instructions down to the 'T' with the same user name as mentioned on their website. I am not that experienced with linux that is how I have done it. -
cwangv
@dan
have you tried installing it using the mango script? I assume the Java is the one that Mango wants. I find it much easier using the script. -
cwangv
@CraigWeb @Jared-Wiltshire
Hi, Guys
I have tested this sample code provided within Mango on mobile browser, I have the similar problem of the page not showing correctly, all animation/graph are blank:
I am guessing there could be more directives that may have the same issues. I tested
the bar charts and they work ok.
I am a bit concerned about such random undesirable effects. I understand it is still in Beta and I don't know how much code has been changed or re-written. But this is a bit unsettling.<h3>Select numeric point and max value:</h3> <div layout="row"> <ma-filtering-point-list flex="75" ng-model="myPoint" data-type="NUMERIC" auto-init="true"></ma-filtering-point-list> <md-input-container flex="25"> <label>Maximum value</label> <input type="number" ng-model="max" ng-init="max=1000"> </md-input-container> </div> <br> <ma-get-point-value point="myPoint"></ma-get-point-value> <h3>Angular Material progress linear bar</h3> <md-progress-linear md-mode="determinate" ng-value="myPoint.convertedValue / max * 100" style="height:10px;"></md-progress-linear> <br> <h3>Custom horizontal bar</h3> <div class="bar-display" ng-class="{'ma-point-disabled': !myPoint.enabled}"> <div class="bar-display-fill" ng-style="{width: myPoint.convertedValue / max * 100 + '%'}" style></div> <div class="bar-display-text">{{myPoint.renderedValue}}</div> </div> <br> <h3>Custom vertical bar</h3> <div class="bar-display bar-display-vertical" ng-class="{'ma-point-disabled': !myPoint.enabled}"> <div class="bar-display-fill" ng-style="{height: myPoint.convertedValue / max * 100 + '%'}" style></div> <div class="bar-display-text">{{myPoint.renderedValue}}</div> </div>
-
cwangv
Hi,
I am trying to use MA-BAR-DISPLAY and MA-POINT-VALUE directives. I have encountered below issues when trying to display content on mobile device browsers (Safari and Chrome)
Below are the code snippets for both directives.
MA-BAR-DISPLAY<div class="ma-designer-root" id="c24b3e8e-815f-4ec8-8199-2a1c625684e1" style="width: 1366px; height: 768px; position: relative;"> <ma-bar-display id="7002c975-e4ac-4cb8-855c-3095c1e99c6e" style="position: absolute; width: 200px; height: 30px; left: 190px; top: 220px;" point-xid="DP_CM72-TC_A1"></ma-bar-display> </div>
MA-POINT-VALUE
<ma-point-value id="b6ad59f9-4b9f-47df-8e18-dff0b475c547" enable-popup="hide" min-event-level="NONE" style="position: absolute; left: 480px; top: 30px; color: rgb(163, 0, 0); background-color: rgb(0, 0, 163); background-size: cover; width: 110px; height: 60px; display: block; font-size: 20px; font-family: "Roboto Condensed"; line-height: normal;" point-xid="DP_CM72-TC_PF1" display-type="rendered" disable-event-popup="false">dfsafsad</ma-point-value>
They both look correct when displayed on a PC/MAC. However, when I tried to view them
on a mobile device, they don't display right. As you can see below: on the left, the bar displays a hatch pattern between the background and foreground color. The MA-POINT-VALUE on the right shown no value at all.
below is how they look on a laptop:
Any help will be much appreciated.
Thanks, Victor
-
cwangv
Hi,
I have run into a database not found error while trying to convert the local H2 database to NoSQL.
Below is the message I have received and the location of the H2 database(top of the screenshot). I have tried different combination of the file path/name but no luck.
I wonder if anyone has done one successfully recently.Thank you!
-
cwangv
@usi
with modscan, did you see any error messages in the traffics console? Modscan can show you or maintain a correct value even when it encounters errors in next cycle of comms.
Are there more than 1 modbus master polling this device apart from Mango?
Have you tried using the modbus tool in Mango? (shown on the far right of the tabs) -
cwangv
@usi
From the message, it seems you are trying to access a modbus/ip device, so the baud rate should have nothing
to do with Mango.Can you try mapping only one point in Mango and see how you go?
-
cwangv
i see this same error when i tried to connect using my old ipad that is not up-to-date with the iOS.
Any chance you are using a very old device?
-
cwangv
@usi
have you tried with mod scan just to prove that you have got a healthy modbus trunk?