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

    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

    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
    • RE: CPU Jumps after 50+ Days of Uptime & Adding Modbus devices

      Hi Chad,

      increase the thread pools a bit, that will help you I think.
      Our system is running over one year without any problems (restarts only for updates). 268 Data Sources, 32,359 Data Points and 9 publishers.

      c028e52c-d790-4a09-92de-d51db5c35199-image.png

      742091ed-d408-44ee-87b7-4387f6662036-image.png

      Another thing I do for each mango-installation is to config the Mango-internal-data-source to the max (Mango process CPU load, System CPU load etc.) to get an overview what happens with the system and the data-sources (= PLCs). Don't forget to set "override system purge settings" for this ds or you will get a very large database...

      Also check your update period versus poll duration for the modbus-ds. Maybe you have to increase your update period because the PLC needs to much time or the network-traffic is limited?

      posted in User help
      R
      Ralf
    • RE: Mango 4.0 - web server error on Windows 10 Pro

      Hi cwangv,

      sorry, I don't check the docu v4...

      I have installed on a WIN10PRO PC AdoptOpenJDK 11.0.8.10 x64 - not Oracle! - install the service via cmd as Admin switch to the mango folder "boot" and run "java -jar ma-windows-service.jar install" and Mango 4.0 beta 3 is runing via service.
      No problems, all works fine!

      posted in Mango Automation Installation
      R
      Ralf
    • RE: Mango 4.0 - web server error on Windows 10 Pro

      @wingnut2-0 said in Installing Windows Service:

      javaws.jar is not included in AdoptOpenJDK which is required for YAJSW to work.

      I think that's the reason.

      My last productive 4.0 installation runs with this solution:

      https://forum.mango-os.com/topic/4632/windows-10-services-for-mango/3

      posted in Mango Automation Installation
      R
      Ralf
    • Menu bug 4.0 beta 3

      Hi Mango-Team,

      Mango 4.0.0 beta 3 needs a mangoUI update like version 3.7.8 to fix bug where sub-menu would not open in Chrome 87...

      We have a productive system running and can't update the client-browser.

      Thanks,
      Ralf

      posted in Mango feedback
      R
      Ralf
    • Upgrade to 4.0.0 with a 4.0.0-beta.x configuration

      Hi,

      we have a new project that is to be developed with mango 4.0-beta. Are there any restrictions when updating to Mango 4.x if this is available?

      posted in Mango Automation Installation
      R
      Ralf
    • RE: How to trace connected devices to Mango

      Hi,

      I do this with the Mango Internal Data Source and create points with "mydatasource-last poll duration" or "poll success percentage" or "previous sequential successful polls" and watch them with a meta-data-point.

      posted in How-To
      R
      Ralf
    • RE: How to auto start mango in Windows 10

      Hi ramhuzaini,

      ja, here:

      https://forum.infiniteautomation.com/topic/4632/windows-10-services-for-mango

      posted in Mango Automation Installation
      R
      Ralf
    • RE: Repetitively Prompt Modbus Exception Error But ModScan show no error !

      But you get the values? If you increase your timeout to 5-10 seconds, it's the same?

      Usually I deactivate the events and do it with watchdogs -> create slave monitor points.

      posted in User help
      R
      Ralf
    • RE: Error: Null object returned for RollingRandomAccessFile in Appenders.

      Hi Nurr,

      all my windows installations work with this configuration:

      https://forum.infiniteautomation.com/topic/4632/windows-10-services-for-mango

      posted in User help
      R
      Ralf
    • RE: Licence questions

      Hi Cristian,

      you can make a configuration backup

      0_1587711652244_6c1b1f8a-4dea-4dae-ad79-2afa9c884683-image.png

      and import this file in a new Mango installation without the history-values,
      If you want the history-values, make a backup from the noSQL-db

      0_1587711940129_df5aed0a-7c1a-4762-b8dc-3e1f9f2880f5-image.png

      To import this backup in the new system check the help via ?

      0_1587712279777_6ba873e8-6581-4927-ad7c-f547f5e5353b-image.png

      If you have a new system and want only import a few data-sources, you can export this inside the old ui-system via xml:

      0_1587712471405_51205179-d272-4d1d-a82a-f1377627a4c6-image.png

      posted in User help
      R
      Ralf