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

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

    Ralf

    @Ralf

    5
    Reputation
    847
    Profile views
    72
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Ralf Unfollow Follow

    Best posts made by Ralf

    • RE: Can I change MangoES logo to customer's logo when access it? And how?

      Hi ozone,

      you can do this with the webmin-UI:

      http://[YourMangoES-IP]:10000 or https://[YourMangoES-IP]:10000.

      Enter mango/[YourPassword], in the left menu via /others/File Manager choose /opt/mango...

      In the MangoES-box was also a manual that describes it and a note with the [YourPassword].

      posted in How-To
      R
      Ralf
    • RE: Percent Used Bar Chart

      A person who never made a mistake never tried anything new. - A.Einstein

      Edit and thank you Fox!

      posted in Dashboard Designer & Custom AngularJS Pages
      R
      Ralf
    • RE: Windows 10 Services for Mango

      It looks like only for 3.5.x and lower:

      https://help.infiniteautomation.com/installing-services

      Did you run cmd with admin status?

      Since our last few win10 installations and a lot of trouble with win10 updates (delete the mango service via yajsw) we make it with the windows taskplaner and it works good and stable:

      0_1576273115328_1c58dfd3-00e6-4dcb-bf39-58a3a27806f9-image.png

      0_1576273210353_fbd630e4-5a2e-41d0-ab8b-20bd0984db4f-image.png

      0_1576273330723_153b7b70-8da4-4cbc-93f9-0f8a83148b47-image.png

      0_1576273402296_dbf583a4-4e90-4713-91a2-0ca974457898-image.png

      0_1576273460751_024f2900-5314-46ed-b33c-011c210f79bd-image.png

      Sorry for the german version...

      posted in User help
      R
      Ralf
    • RE: How to Limit Data Sources options

      Select menu Administration/Modules

      0_1582890810865_69beda9f-e6b4-4562-a3dd-af4ad89b4cd2-image.png

      Mark the module for deletion and restart Mango.
      As MattFox said: "Just take caution as to which modules it is you want to remove."

      posted in How-To
      R
      Ralf
    • RE: WEB automatically logout user

      Hi,

      I think here:

      0_1578659614783_308701ac-b719-4d8d-9102-56159cffcdff-image.png

      posted in User help
      R
      Ralf

    Latest posts made by Ralf

    • delete historical values

      Hi,

      I need some help with Mango 4.2.x to delete some historical values in the nosql-db.
      I know how to export the values via the watchlist, get an excel-list but then...

      In Mango 3.x was in the export sheet a table column "modify", in version 4 nothing like that?

      Thanks

      posted in User help
      R
      Ralf
    • RE: HHTP Retriever states no value match

      Hi zenvakil,

      My working example for Mango:

      <wind value="10" unit="km/h" dir="S" symbol="13" symbolB="37"/>
      

      If I want the winddirection (=S) I have to code:

      dir="(.*?)"
      

      So try

      SoC"(.*?)"
      

      If you have more than 1 SoC in your webpage:

      <hour value="01:00">
      <temp value="0" unit="°C"/>
      <symbol value="1" desc="Sonne" value2="1" desc2="Sonne"/>
      <wind value="10" unit="km/h" dir="S" symbol="13" symbolB="37"/>
      <wind-gusts value="27" unit="km/h"/>
      <rain value="0" unit="mm"/>
      <humidity value="88"/>
      <pressure value="1006" unit="mb"/>
      <clouds value="0%"/>
      <snowline value="600" unit="m"/>
      <windchill value="-4" unit="°C"/>
      <uv_index value="0"/>
      </hour>
      

      try this:

      01:00"><.*?><.*?><.*?><.*?><.*?><humidity value="(.*?)"
      
      posted in User help
      R
      Ralf
    • RE: Does the opcda datasource work on linux?

      Hi Joel,

      is there already a release date for the OPC UA module?
      Any beta-version we can test?

      posted in User help
      R
      Ralf
    • RE: IP Bacnet device - BACnet discovery

      Hi NinoK,

      if you create a new BACnet-Data-Source your local device IP (old system settings / BACnet local devices: 192.168.100.105:47808) should be the same as the Mango-Server has:

      eaa0e014-a86a-49a7-8c70-adb68e0b9681-image.png

      398beb33-f0cb-492e-a4da-dd3c65ba357c-image.png

      a4ecbe7b-23bb-4618-97bd-e72bbae9b20b-image.png

      If you create a new BACnet data point it should look like:

      2c6aded6-316c-465b-b134-ca48a1f72d66-image.png

      where the "Device instance number" is the given Device ID, here 5.

      If all BACnet-Devices are in the same IP-Range you don't need a BBMD.
      Be carful if you scan a large BACnet-Network with many devices and objects. It can take a long time and need server-resources. Better is to scan one ID.

      posted in How-To
      R
      Ralf
    • RE: Percent Used Bar Chart

      A person who never made a mistake never tried anything new. - A.Einstein

      Edit and thank you Fox!

      posted in Dashboard Designer & Custom AngularJS Pages
      R
      Ralf
    • RE: Percent Used Bar Chart

      Like Fox I would use a meta data point, run it every hour. Try this code:

      return b.past(HOUR, 1).get(true).percentage;
      

      Check the docs:

      http://docs-v4.mango-os.com/about-mango-java-script

      posted in Dashboard Designer & Custom AngularJS Pages
      R
      Ralf
    • RE: CPU Jumps after 50+ Days of Uptime & Adding Modbus devices

      Hi Chad,

      we're using AdoptOpenJDK 11.0.8.10 (x64) without any problems...
      Maybe use this Version?

      posted in User help
      R
      Ralf
    • RE: Mango UI - pre-login bootstrap error.

      Exit Mango, backup your mango folder, delete all files inside your existing mango\lib folder and unzip the mango-download-zip file to your mango folder. Accept override existing files.

      posted in User help
      R
      Ralf
    • RE: Charting number of events over time

      Hi Ricardo,

      maybe:
      create a SQL-Data-Source and connect to the h2-db,
      Select statement: SELECT COUNT(ID) FROM events WHERE ISNULL(ackTs)
      create one numeric datapoint, run the query and log the history.

      Or:
      Check the alarm-icon with the counter inside the header.
      There is something like

      <span ng-bind="$ctrl.renderCount($ctrl.events.totalCount)">16</span>
      
      posted in User help
      R
      Ralf
    • RE: CPU Jumps after 50+ Days of Uptime & Adding Modbus devices

      Hi Chad,

      I always turn the logs off. Only if there are any problems with the data-source I turn it on to find the reason.
      If you config the data-source correct, what is the reason to log the things continuously?
      It needs r/w-recources and if you have many to log CPU Power.
      If something went wrong you can get an event and check the data-source.

      It would be a good thing to have a limit for a "message shower" (logs or events).

      posted in User help
      R
      Ralf