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.

  • Did something change in the data importer?

    3
    0 Votes
    3 Posts
    1k Views
    P
    Hmm that's interesting, that seems to be a new behaviour for Excel 365 cause my process hasn't changed, I always used to use Excel. Curious... K thanks, at least there's an explanation :)
  • Setting values with specific timestamps

    3
    0 Votes
    3 Posts
    1k Views
    phildunlapP
    Hi psysak, There are a few ways you could go about it, Build a UI widget that POSTs to the /rest/v2/point-values endpoint. [ { "xid": "DP_Num_Example", "timestamp": 1557250438657, "dataType": "NUMERIC", "value": 123.456 } ] Encode the date and rate information into one or more points, then trigger a scripting data source which "Saves historic" to .set(value, timestamp) to the appropriate points. I may set an alphanumeric to 52.13~1557250438657 which is a context point that updates the context of a script which simply splits the string on ~ and turns it back to numbers. Neither of these methods would cause point events to run currently (no websocket notification of the new value, , but the value would be available for recalculating meta point histories, for instance.
  • Help setting permissions

    3
    0 Votes
    3 Posts
    1k Views
    P
    OK Thank-you, I will clear these and rebuild it per this 255char constraint
  • iOS 12.2 Problem

    11
    0 Votes
    11 Posts
    2k Views
    Jared WiltshireJ
    @ralf said in iOS 12.2 Problem: I don't understand why this bug only exist with iOS. iOS / Safari don't exactly have a great track record when it comes to web standards. Unfortunately this does seem to be a bug in Safari, see here - https://stackoverflow.com/questions/37898048/websocket-network-error-osstatus-error-9807-invalid-certificate-chain Since the message there says "Invalid certificate chain" it might be worth checking your certificate using a site like https://www.ssllabs.com/ssltest/ PS I would recommend you to try a different browser but I don't think it will make any difference as Apple in its infinite wisdom prohibits using anything than its own Safari browser engine on iOS, so Chrome on on iOS is a basically a skinned version of Safari.
  • Layout issues

    3
    0 Votes
    3 Posts
    1k Views
    J
    @CraigWeb Thank you so much for letting me know there is such website exists. It helps me a lot.
  • MangoES w/USB Ethernet Adapter

    8
    0 Votes
    8 Posts
    2k Views
    W
    The device identifier at the beginning of the error line was mmcblk0: I wont be able to do any additional testing until tomorrow, but I did test this on another mangoES and received the same results. I believe both tests were using the vertical USB port next to the RJ45 Ethernet port.
  • 0 Votes
    6 Posts
    2k Views
    phildunlapP
    Hi wallobee, welcome to the forum! Are you evaluating Mango for a commercial deployment? We can issue you a trial license that would temporarily allow your to exceed the license restriction. You can email support@infiniteautomation.com with a description of what you need to evaluate and how long you need it for.
  • ma-json-store stopped working

    2
    0 Votes
    2 Posts
    826 Views
    Jared WiltshireJ
    @ThomasEinasto You need to set a name on the JSON store item. I'll update the example to set a name.
  • Using XID Prefix with PTCP Publishers

    5
    0 Votes
    5 Posts
    1k Views
    W
    Thanks again Phillip. Both examples are very helpful.
  • Displaying a chart with no data

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    https://forum.infiniteautomation.com/topic/3936/retrieving-historical-values/2 https://forum.infiniteautomation.com/topic/4024/filter-for-point-values/7 When 3.6 is released there will be a bookend="false" option on <ma-point-values>
  • Modbus heatpump readout

    2
    0 Votes
    2 Posts
    1k Views
    phildunlapP
    Hi Mark, The Modbus read data tool in Mango displays the register result in hexadecimal, so 0x37 is 55. Might the value have changed between the readings? You can use the point locator test tool if you want to decode the register by describing the type of data in the register. Another part of the mystery is that Mango begins its addressing at 0, where associating the values in 1025 and 1026 may suggest modscan uses a base address of 1. Edit: Also, I find it strange you say Modbus RTU when the screenshot from Mango is of an IP data source.
  • persistent TCP

    2
    0 Votes
    2 Posts
    830 Views
    phildunlapP
    Hi Phillip, There's not a simple mechanism I'm aware of for this. The status outputs for the data source and publisher both output packet counts, which don't reflect actual transmitted bytes in all situations (some packets may have fewer values, some packets may have more effective compression, etc). I think if I needed to form a first order approximation of that, I would compare something like ifconfig output from one day to the next via an SSH data source or write that to a file via cron and use the ASCII source. Then the number would at least reflect actually transmitted byte counts instead of uncompressed byte counts.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • md-theme-provider injecting itself without cssInjector in app.js

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    Perhaps you are looking for https://material.angularjs.org/1.1.18/api/service/$mdThemingProvider#mdthemingprovider-disabletheming-isdisabled
  • Fail to receive email from mango

    2
    0 Votes
    2 Posts
    1k 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.
  • Request for info: Email templates for data points notifications

    11
    0 Votes
    11 Posts
    3k Views
    phildunlapP
    Thanks for having an eye to posterity!
  • How to restart Service on ubuntu

    3
    0 Votes
    3 Posts
    1k Views
    phildunlapP
    Hi Dream, welcome to the forum! Have you seen this post? https://forum.infiniteautomation.com/topic/3316/script-to-restart-mango/3 It shows how to restart Mango from within Mango, which can be done in a scripting data source. It also describes how to use the startup scripts restart mechanism. Edit: I changed Ubutu to Ubuntu in my edits
  • Importing Modbus I/P Data sources from 2.88 to 3.5

    2
    0 Votes
    2 Posts
    780 Views
    phildunlapP
    Hi Phillip, Is it an IP that you're polling? Did the network schema change such that it resolves that host to be somewhere else on the network? For instance, AWS instances can communicate more effectively using the intra-availability zone IP addresses, but that is not accessible outside of that zone and you would see this message. If it's a domain name, you could see what DNS servers are being used. But, I wouldn't think that it would be, since generally there're redundant routes around the internet.
  • Clever way to get pointvalues average disregarding 0's

    3
    0 Votes
    3 Posts
    822 Views
    P
    Thanks Jared I will create a new metapoint. :)
  • Bacnet IP

    3
    0 Votes
    3 Posts
    1k Views
    J
    It works! Thank you for your help.