• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. DESLE
    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
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Groups 0

    Topics

    • D

      Mango connect 4G device

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      9
      0 Votes
      9 Posts
      3k Views
      ThomasEinastoT
      @benaznbe said in Mango connect 4G device: @craigweb said in Mango connect 4G device: modbus master I want to know how to set up Mango as a bus master. @Jared-Wiltshire What are you suggesting? But my device is installed around the factory, which does not have the same network as the scada. I installed Mango on the cloud server. Mango has public IP. I think that 4g device connects to the mango.Make the mango as a modbus server and 4g device as a modbus slave. 4G device write data on mango because 4G device doesn't know ip address. Or is there a better way? Actually your way is not possible as per Modbus standards master asks slaves not the other way around. If you can customize (reprogram) your 4g device then the easiest would be to use a http receiver. If mango has public IP then the 4g device can send data to Mango without Mango even knowing the IP of your 4g devices. You can whitelist and blacklist IDs easily in the datasource configuration.
    • D

      ma-date-range-picker

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      5
      0 Votes
      5 Posts
      2k Views
      Jared WiltshireJ
      @DESLE I can't quite work out what exactly you are looking for. Hopefully what @MattFox provided might help you. Like he said it seems that you just need to use preset="MONTH_SO_FAR" and a rollup of 1 day. @desle said in ma-date-range-picker: Can I set up 00:00:00 - 23:59:59 one day? Just remember that with date/time ranges the start is inclusive and the end is exclusive. e.g. if you query the API for 2018-06-17 00:00:00 to 2018-06-18 00:00:00 and there is a point value at exactly 2018-06-18 00:00:00 then it will not be returned. Another way to look at it is this, if there was a point value at 23:59:59.500 (500ms to midnight) then it would not be returned if you queried for 2018-06-17 00:00:00 to 2018-06-17 23:59:59, you should be querying up to 2018-06-18 00:00:00