• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. mrlucretius
    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
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 45
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by mrlucretius

    • M

      Disable publishing at data point config?

      User help
      • • • mrlucretius
      2
      0
      Votes
      2
      Posts
      865
      Views

      phildunlapP

      Hi Alex,

      No, that's isn't possible. You could have a naming schema or XID schema that made filtering the do-not-publish points out of the publisher's "Add points" table, but there is no way to exclude them entirely from that list.

    • M

      Browser / Flex compatibility

      How-To
      • • • mrlucretius
      10
      0
      Votes
      10
      Posts
      1.9k
      Views

      CraigWebC

      Hi mrlucretius

      I got lucky and the first thing I tried was to remove the first div: <div class="ma-designer-root" id="jhodges" style="max-width: 1024px;"> . I actually always remove the default div that the designer creates when I do responsive pages.

    • M

      User Input / Configuration

      User help
      • • • mrlucretius
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      phildunlapP

      Thanks Craig!

      Alex,

      Are virtual data points different than meta data points?

      Yes, briefly,

      Virtual points can:

      Have simple change types to simulate data easier. Performs a 'change' when refresh point value is called Not be polled so that they're only user updated (data source setting)

      While Meta points can

      Have a script executed on cron patterns or from point events (updated, changed, logged) Have a script executed when the point's value is refreshed return UNCHANGED; to not update their value

      So very different!

    • M

      Stuff data from cloud back to remote? + Backups

      How-To
      • • • mrlucretius
      20
      0
      Votes
      20
      Posts
      3.9k
      Views

      phildunlapP

      Hi Greg, thanks for sharing what resolved it!

    • M

      ma-point-value: number formatting

      How-To
      • • • mrlucretius
      10
      0
      Votes
      10
      Posts
      3.1k
      Views

      B

      Correct! and point well taken - absolutely dumb mistake.

    • M

      Make default datebar rollup type Simplify?

      How-To
      • • • mrlucretius
      8
      0
      Votes
      8
      Posts
      1.7k
      Views

      phildunlapP

      I think simplify is safe to apply to all numeric datapoints? I can't think of a reason why not.

      As CraigWeb noted it does not affect logging. It is likely more overhead than the other rollup types, but I wouldn't expect that to be too big a deal. You can use the internal data source to watch if you see significant changes over time.

    • M

      Fix Cursor-Point position on ma-serial-chart

      How-To
      • • • mrlucretius
      20
      0
      Votes
      20
      Posts
      2.8k
      Views

      MattFoxM

      My advice is to just keep it simple. If you know what you want to achieve, work back from that and break it down.
      All else fails, you know we're all here to assist.

      Fox

    • M

      Fix Interfering Footer on Big Page?

      How-To
      • • • mrlucretius
      6
      0
      Votes
      6
      Posts
      1.7k
      Views

      CraigWebC

      Hi

      As Thomas said the issue is probably still caused by the fact that u have absolute positioning. If you use the drag and drop designer, your elements will have an absolute position. This will always cause issues on different size screens. If you want your page to dynamically adjust to the screen size. You will need to use angularjs flex.
      Flex uses percentages of the available screen size instead of pixels.

    • M

      Enable SSL via LetsEncrypt

      How-To
      • • • mrlucretius
      3
      0
      Votes
      3
      Posts
      1.1k
      Views

      phildunlapP

      We've talked about and looked into having an easy to use integration with Let's Encrypt, but we haven't done so quite yet. If you do use it though, and you are restarting Mango every time you get a new certificate loaded into a JKS (which is what, every three months?) so that it presents the correct certificate, know that you can tell Mango to reload it's SSL settings, but you have to be using a JKS file in the same file location with the same credentials (but I don't think it matters if you replace the file or update the existing certificates in the existing JKS). After that's in place, you can run this in a script (and just validating the script is sufficient to make it happen)

      com.serotonin.provider.Providers.get(com.serotonin.m2m2.IMangoLifecycle.class).reloadSslContext();

      You may need to close and open the browser to see the new certificate loaded, or clear your cached site data.

    • M

      How To Duplicate Modbus Devices

      How-To
      • • • mrlucretius
      6
      0
      Votes
      6
      Posts
      1.3k
      Views

      phildunlapP

      The only real requirement with XID's is that they are unique to any other XID on the system

      While true, there may be issues with certain characters in certain situations. It is best to avoid symbols in xids, for that reason: https://github.com/infiniteautomation/ma-core-public/issues/918

    • M

      IP / other camera

      How-To
      • • • mrlucretius
      6
      0
      Votes
      6
      Posts
      1.6k
      Views

      phildunlapP

      It'll probably only work out of the box if the HTTPS connection has a valid certificate. A self-signed certificate would probably get bounced by the HTTP client's default configuration.

    • M

      Persistent TCP Publisher - Receiver not logging... Maybe...

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

      phildunlapP

      Hi Ralf,

      Received persistent points, if created automatically, are set to log all data. This is the most typical, and probably correct, choice. However, you could do a different logging type, and I believe it would work, particularly if you did not save real time data (I think with many other logging types, you will not see the history sync work if there is newer data).

      So, simple answer: all data.

    • M

      Cloud / Central Mango with Multiple Remote Mangos

      User help
      • • • mrlucretius
      2
      0
      Votes
      2
      Posts
      875
      Views

      phildunlapP

      Alex called us an I assured him there is enough depth in the permissions system to compartmentalize users, which seemed to be the crux of the question when we spoke.

    • M

      DeadBanding data streams, ideas / thoughts / comments?

      Development general discussion
      • • • mrlucretius
      3
      0
      Votes
      3
      Posts
      977
      Views

      phildunlapP

      Some more information: https://help.infiniteautomation.com/data-point-and-logging-settings/ but dated so far as not having the ON_CHANGE_INTERVAL setting at that time.