• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. bitelxux
    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
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 30
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by bitelxux

    • B

      Main toolbar

      User help
      • • • bitelxux
      7
      0
      Votes
      7
      Posts
      2.7k
      Views

      B

      ok. thankyou

    • B

      Bug ? Mango Automation. Filters vanish

      Mango Automation general Discussion
      • • • bitelxux
      4
      0
      Votes
      4
      Posts
      2.4k
      Views

      B

      Great

    • B

      Alter mysql scheme so dataPoint->name passes from varchar(40) to varchar(255)

      User help
      • • • bitelxux
      3
      0
      Votes
      3
      Posts
      2.1k
      Views

      phildunlapP

      You can modify these properties in com.serotonin.m2m2.vo.AbstractVO in the 'validate' method

    • B

      Migrating from ScadaBR to Mango Automation Version 2.1.0

      Mango Automation Installation
      • • • bitelxux
      4
      0
      Votes
      4
      Posts
      4.2k
      Views

      B

      Thank you for your response.

      I think I will not have problem with pointValues history as dumping them from ScadaBR mysql table and import them to mango automation mysql table will be easy. Problem is with all other stuff ...

      Attatch ScadaBR json.

      Attachment: download link

    • B

      Compound event detectors button ?

      Mango Automation general Discussion
      • • • bitelxux
      7
      0
      Votes
      7
      Posts
      3.5k
      Views

      phildunlapP

      I don't believe there are wrappers to expose the events to the script engine, so your options to access that information directly is probably to either write a module or write wrappers for the scheduled events. (the code solution)

      Or you could create event handlers for your scheduled events that set virtual points to certain values, then query the virtual point to know the status of the event within the script engine. (the existing solution)

    • B

      How to force old not calculated metadata to be calculated ?

      User help
      • • • bitelxux
      8
      0
      Votes
      8
      Posts
      2.7k
      Views

      B

      It's good workaround. Thankyou

    • B

      Problem setting dataPoint value from script or metadata

      Mango Automation general Discussion
      • • • bitelxux
      6
      0
      Votes
      6
      Posts
      3.0k
      Views

      phildunlapP

      @bitelxux said:

      I tried to read scripts help but something wrong in my installation shows "scheduled events" help ...

      Most peculiar...

      Well, you can find the same documentation available in those help tips at our wiki. Specifically for the scripting module, the documentation can be found: http://wiki.infiniteautomation.com/doku.php?id=scripting_data_source

    • B

      [SOLVED] With mysql db, browser halts importing ...

      User help
      • • • bitelxux
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      B

      ... it imports a bunch of data and then stays with message "importing" but does nothing ...

      Solution:

      Modify /etc/mysql/my.conf and change max_connections from 100 to say 500.

      restart mysql

      Now it works like a charm !

    • B

      Forcing past not calculated metadata recalculated

      Development general discussion
      • • • bitelxux
      2
      0
      Votes
      2
      Posts
      2.3k
      Views

      B

      Hi,

      When my real data sources lost connection with scada, I use a python script for inserting lost data directly in pointValues.

      This works great, but metadata points are not calculated as they are calculated bases on point changes ( but read by own scada ) or time based ...

      Is there a way I can force to calculate lost past metadata points ??

      Tnx