Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

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.

  • Set up-datasource

    2
    0 評價
    2 貼文
    526 瀏覽
    MattFoxM
    Not possible. there is a blob field which mango stores datasource instance info into. If you want dynamic, use the mangoAPI Fox
  • Unsupported IP protocol issue while reading modbus data source

    6
    1 評價
    6 貼文
    2k 瀏覽
    usiU
    I checked the multipliers of the data points on your recommendation. IP change occurred due to revision in servers. For this reason, it seems like a problem arising from our querying and processing data other than the data point we target. For now the problem seems to be gone, I will inform you again when the ports are opened, thanks Terry.
  • Http JSON Receiver Datasource

    5
    1 評價
    5 貼文
    1k 瀏覽
    J
    I'm working around this problem @Nurr commented. There is an alternative in mango to this issue? If the index is changing in every Http post?
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    8 瀏覽
    尚無回覆
  • "No response from slave ..." errors before MySQL backup starts

    2
    1 評價
    2 貼文
    920 瀏覽
    MattFoxM
    Check used threads and pending work items... There appears to be a trend at the moment of items hanging or crashing due to insufficient worker threads available. Fox
  • Event Handler Target Point

    3
    0 評價
    3 貼文
    1k 瀏覽
    R
    Thanks Matt! Best, Rodrigo
  • What is the period time for Modbus TCP keep alive feature? Can we konfigure it externally?

    2
    0 評價
    2 貼文
    716 瀏覽
    JoelHaggarJ
    Keep TCP Keep-Alive on a Modbus Data Source is usually the best option and it will keep the TCP socket to the device alive for as long as the data source is enabled. This is not configurable. If you only have one master reading the device and/or your device can support multiple TCP connections this normally works fine.
  • When we change "service log on" option of MangoAutomation, GUID automatically has changed.

    3
    1 評價
    3 貼文
    824 瀏覽
    M
    @MattFox thanks.
  • Menu Folders showing blank pages

    1
    0 評價
    1 貼文
    445 瀏覽
    尚無回覆
  • Point variable use index

    8
    0 評價
    8 貼文
    2k 瀏覽
    MattFoxM
    You are over complicating it. Use what I wrote originally as your template and rather than adding html and trying to make angular js evaluate it. $sce is for outputting html, not another directive. I should have looked more closely at what you are doing.... increment a counter then make it ng-repeat n times depending on how big your number value is. app.component("pointCom", { bindings: { point: "<", qty: "@", min: "@", max: "@" }, controller: dataController, controllerAs: "dc", template:` <span>Render</span> <div ng-repeat="idx in dc.sour track by $index"> <ma-get-point-value point-xid="DP_{{idx}}_Meter_kWh" point="dc.pts['c'+idx+'_Meter_kWh']"></ma-get-point-value> <ma-get-point-value point-xid="DP_{{idx}}_Meter_V" point="dc.pts['c'+idx+'_Meter_V']"></ma-get-point-value> <ma-get-point-value point-xid="DP_{{idx}}_Meter_A" point="dc.pts['c'+idx+'_Meter_A']"></ma-get-point-value> </div> ` }); dataController.$inject = ["$scope"] function dataController($scope){ let dc = this let P = dc.point let Q = dc.qty let min = dc.min let max = dc.max let num = 0 this.$onChanges = function() { let p = dc.point dc.sour = [] max = dc.max num = dc.min console.log(school) if (max !== undefined){ Q = max } else { Q = dc.qty } if (p !== undefined){ for (let i=0; i < Q; i++){ num = Number(num) num = num.pad(3) dc.sour.push(num) } console.log(dc.sour) } } Number.prototype.pad = function(size) { let s = String(this) while (s.length < (size || 2)) {s = "0" + s;} return s } } Try that and see how you go. Haven't tested this Fox
  • OPC Datasource REAL data type read problem

    2
    1 評價
    2 貼文
    644 瀏覽
    CraigWebC
    Hi Nurr This could be a bug but we would need more information on what is happening. If the data source is "not able" to read values there should be an error message or a log entry...
  • H2 to mySQL Error

    4
    0 評價
    4 貼文
    1k 瀏覽
    MattFoxM
    Fair enough, but looking at your error looks like you are trying to overwrite existing columns.
  • Excel Reports date / time selection

    1
    0 評價
    1 貼文
    520 瀏覽
    尚無回覆
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    1 瀏覽
    尚無回覆
  • Error while selecting mailing list at the email event handler

    1
    0 評價
    1 貼文
    430 瀏覽
    尚無回覆
  • Mango v4.0.0.beta7 LDAP and HTTPS do not work together

    4
    1 評價
    4 貼文
    684 瀏覽
    terrypackerT
    And what @MattFox said, make your posts readable and you will get better help. A wall of poorly formatted text is very off-putting.
  • Cloud Connect for Dummies

    1
    0 評價
    1 貼文
    641 瀏覽
    尚無回覆
  • Thread Pool sizes

    5
    0 評價
    5 貼文
    2k 瀏覽
    MattFoxM
    Thanks Terry, Ill take up your suggestion of using internal points to gain more insight into our system's behaviour. Hopefully from here I can better tune our system.... Fox
  • Can not login after activating sessionCookie.secure=true

    5
    1 評價
    5 貼文
    1k 瀏覽
    MattFoxM
    I was a bit off the mark. It relates to using the cloud connect module: https://docs-v3.mango-os.com/cloud-connect?rq=sessioncookie if you want a secure flag on your browser, set up SSL or a reverse proxy with ssl at the front. Fox
  • SI Unit Prefixes

    1
    0 評價
    1 貼文
    551 瀏覽
    尚無回覆