• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ramhuzaini
    3. Topics

    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
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 28
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by ramhuzaini

    • ramhuzainiR

      Error in sending email

      How-To
      • • • ramhuzaini
      3
      0
      Votes
      3
      Posts
      951
      Views

      ramhuzainiR

      Ok thanks for your advice. I will look at your suggestion. Thanks once again

    • ramhuzainiR

      Getting value at specific time using metadata scripting

      Scripting general Discussion
      • • • ramhuzaini
      2
      0
      Votes
      2
      Posts
      715
      Views

      ThomasEinastoT

      Have you read https://docs-v3.mango-os.com/about-mango-java-script ?

      Look at Statistical objects section. Hint, there is a delta in statistical object.

    • ramhuzainiR

      Calculating energy consumption for off-peak hour, peak hour, today, yesterday, current month and previous month

      How-To
      • • • ramhuzaini
      7
      0
      Votes
      7
      Posts
      1.3k
      Views

      MattFoxM

      var pointValues = myContextPoint.getPointValuesBetween(fromTimestampInMilliseconds,toTimestampInMilliseconds); print(pointValues);

      Fox

    • ramhuzainiR

      Error when saving page using dashboard designer

      User help
      • • • ramhuzaini
      1
      0
      Votes
      1
      Posts
      265
      Views

      No one has replied

    • ramhuzainiR

      Bad credential when login the first time

      Mango Automation Installation
      • • • ramhuzaini
      4
      0
      Votes
      4
      Posts
      538
      Views

      ramhuzainiR

      @nurr Can you guide me on how to do that

    • ramhuzainiR

      Mango cannot run after installation

      Mango General
      • • • ramhuzaini
      16
      0
      Votes
      16
      Posts
      2.1k
      Views

      ramhuzainiR

      @mattfox
      Ok thanks for that information. Will do that.

      best regards
      Ramhuzaini

    • ramhuzainiR

      Problem to generate excel report

      User help
      • • • ramhuzaini
      2
      0
      Votes
      2
      Posts
      342
      Views

      terrypackerT

      The underlying Java library for generating Excel reports isn't great on memory usage, if you are generating too large of an excel file it can crash Mango. I would suggest you try running that report over a very small time range to see if that helps.

    • ramhuzainiR

      How to disable event detector for certain time

      How-To
      • • • ramhuzaini
      2
      0
      Votes
      2
      Posts
      498
      Views

      CraigWebC

      Hi @ramhuzaini

      You can use a maintenance event, it can be either bound to a data source and all its points or just a subset of points. There is an option to schedule it or toggle it manually.

    • ramhuzainiR

      How to auto start mango in Windows 10

      Mango Automation Installation
      • • • ramhuzaini
      3
      0
      Votes
      3
      Posts
      759
      Views

      ramhuzainiR

      @ralf Thanks for your help

    • ramhuzainiR

      How to start Mango in Raspberry pi 3 b+

      How-To
      • • • ramhuzaini
      3
      0
      Votes
      3
      Posts
      1.4k
      Views

      ramhuzainiR

      Ok. it works. Thank you very much

    • ramhuzainiR

      Fail to receive email from mango

      User help
      • • • ramhuzaini
      2
      0
      Votes
      2
      Posts
      995
      Views

      CraigWebC

      Hi Ramhuzani

      I see how that message can be misleading. You will need to look in your ma.log file to see what error you are getting.
      If you go to system settings --> email settings you can confirm your SMTP server setting and test it from there. Then have a look at your ma.log file to see if it is an authentication failure or host failer etc.
      Note that it will send a test email to the email address of the user logged in. So you will need to make sure your user has an email address.

    • ramhuzainiR

      Mango on respberry PI 3

      Mango feedback
      • respberry pi 3 embedded system • • ramhuzaini
      5
      0
      Votes
      5
      Posts
      1.6k
      Views

      ramhuzainiR

      Hi everyone,

      Thank you for all the advice. The information is very helpful.

      Best regards
      Ramhuzaini

    • ramhuzainiR

      Connecting Mango with Arduino OPC server

      How-To
      • • • ramhuzaini
      19
      0
      Votes
      19
      Posts
      5.0k
      Views

      H

      @ramhuzaini Were you able to connect to OPC servers on local machine? I am exploring mango and just can't see OPC servers installed locally on my PC. The server dropdown remains empty, which I assume should get filled with all registered OPC servers. Will appreciate any tips on how to correctly configure an OPC DA source in mango.