• 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
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 30
    • Groups 0

    Topics

    • B

      Main toolbar

      Watching Ignoring Scheduled Pinned Locked Moved User help
      7
      0 Votes
      7 Posts
      3k Views
      B
      ok. thankyou
    • B

      Bug ? Mango Automation. Filters vanish

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      4
      0 Votes
      4 Posts
      3k Views
      B
      Great
    • B

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

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation Installation
      4
      0 Votes
      4 Posts
      5k 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 ?

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      7
      0 Votes
      7 Posts
      4k 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 ?

      Watching Ignoring Scheduled Pinned Locked Moved User help
      8
      0 Votes
      8 Posts
      3k Views
      B
      It's good workaround. Thankyou
    • B

      Problem setting dataPoint value from script or metadata

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      6
      0 Votes
      6 Posts
      3k 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 ...

      Watching Ignoring Scheduled Pinned Locked Moved User help
      2
      0 Votes
      2 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved Development general discussion
      2
      0 Votes
      2 Posts
      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