• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Udara Perera

    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 2
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Udara Perera

    @Udara Perera

    0
    Reputation
    422
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Udara Perera Unfollow Follow

    Latest posts made by Udara Perera

    • RE: DNP3 Analog Data Point

      @terrypacker said in DNP3 Analog Data Point:

      Udara,

      I don't have a DNP3 Device with an Analog Output to test with, but I did find a bug in the DNP34J source code. I've made some changes that I hope will work. Here is a new module for you to test with. Can you confirm that it now works?

      You will probably have to rename the downloaded file as

      m2m2-dnp3-1.6.2.zip
      

      Thanks,
      Terry

      0_1462484371554_m2m2-dnp3-1.6.2.zip

      Hi Terry,

      I tested the new DNP3 module on my Mango 2.7 installation on windows and it now works as intended. It lets me set multiple analog output points.
      I will test it on my Mango ES installation too.

      Thank you very much.

      posted in User help
      Udara PereraU
      Udara Perera
    • RE: DNP3 Analog Data Point

      @phildunlap said in DNP3 Analog Data Point:

      Hi Udara, you will need to place the zip file into your Mango's web/modules directory, renaming as instructed by Terry, and then restart your Mango instance.

      You may wish to copy your existing web/modules/dnp3 directory out of web/modules in the event you desire rolling back to that version, as it would be overwritten by Mango's unzipping of the new one.

      Thank you. It now works.

      If i was to use the module in Mango ES is it the same installation procedure ?

      posted in User help
      Udara PereraU
      Udara Perera
    • RE: DNP3 Analog Data Point

      @terrypacker

      Hi Terry,

      I will let you know soon.
      Can you tell me how to get the new module installed on the existing mango installation ?

      Thank You

      posted in User help
      Udara PereraU
      Udara Perera
    • DNP3 Analog Data Point

      Hi all,

      I am using MangoES as a DNp3 master to receive data from many slave devices.
      I can receive both analog and digital data points and I can send many digital outputs as I like.

      However I can only send one Analog Output data (data point number 0).
      I have noticed that when i update any other analog data point only the data point number 0 gets updated instead.

      Is there any possibility of fixing this issue ?

      Thanks!

      posted in User help
      Udara PereraU
      Udara Perera
    • RE: For Loop

      @phildunlap
      Thank You very much. That helped a lot.

      posted in Scripting general Discussion
      Udara PereraU
      Udara Perera
    • For Loop

      Hi all,

      Is it possible to get a simple For loop working in scripting data source on MangoES ?
      I have the following code running :

      for ( var i = 0; LineCurrent1 > 271 ; i + 1) {

      value.set(i);

      }
      The aim of the code is to increment a value when a condition is met.

      Is this something I will be able to do using scripting data sources ?

      Thank You!

      posted in Scripting general Discussion
      Udara PereraU
      Udara Perera