• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. mebius
    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
    • Profile
    • Following 0
    • Followers 0
    • Topics 23
    • Posts 64
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by mebius

    • mebiusM

      Can we enable/disable a data point by REST API?

      Dashboard Designer & Custom AngularJS Pages
      • • • mebius
      18
      0
      Votes
      18
      Posts
      7.6k
      Views

      JoelHaggarJ

      In my option it would be best practice to set the Slave ID of a replacement Modbus device the same as the one it's replacing.

      Also, it's really easy to change the slave ID of a set of points be either exporting all the points as JSON or csv. Making the change with a find and replace or in Excel and then importing them on the Configuration Import / Export page.

    • mebiusM

      Cannot browse tag of a OPC DA data source

      User help
      • • • mebius
      2
      0
      Votes
      2
      Posts
      1.9k
      Views

      mebiusM

      it is MA 2.7 on windows XP.

    • mebiusM

      Can MangoAutomation connect to MS SQL Server?

      Mango Automation general Discussion
      • • • mebius
      3
      0
      Votes
      3
      Posts
      2.7k
      Views

      JoelHaggarJ

      Thomas is exactly right with the exception that we don't support Derby anymore as the main Mango database. The SQL data source is very flexible and can be used to pull or insert data from a MS SQL database but Mango does not currently support MS SQL as the main database. Mango could certainly be made to with MS SQL as the main database but it means that every new release then needs to be tested on it as well. When you are using the NoSQL module with Mango there is a lot less load on the database so most people are very happy with using MySQL combined with the MangoNoSQL (Time Series Database).

    • mebiusM

      Exception when create private data source(with private module)

      Development general discussion
      • • • mebius
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      phildunlapP

      Hi Mebius,

      The error is as described, there is a mismatch in point type. Either this is in your code in the data source definition class you didn't define a unique data source type, or (more likely) you used another tab to browse either a data source or data point, which due to some state saved on the server in the user's session, then tried to perform an action which had relied on the state being another way. Eventually, it is our intention to remove a lot of this state tracking, but lots of pages use DWR so it is not a small effort.

      To know if that is it, you would just have to edit the point again (click the pencil) and try to make your changes and save it again.

    • mebiusM

      "BUILD FAILED" when build "MBus module" -- mbus-ds:jar:1.1.3 not found

      Development general discussion
      • • • mebius
      7
      0
      Votes
      7
      Posts
      2.7k
      Views

      mebiusM

      @phildunlap

      Hi phildunlap,

      I use the code from zip file instead of cloning code from git, module build works fine now with the same steps.

      Thank you very much for your kind help.

    • mebiusM

      Developing a module to read data from Redis in-memory data structure store

      How-To
      • • • mebius
      7
      0
      Votes
      7
      Posts
      3.3k
      Views

      mebiusM

      @phildunlap

      I used wrong API as case-2. It works fine now. Thank you very much!

    • mebiusM

      format of http publisher of MangoAutomation 2.7

      How-To
      • • • mebius
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      phildunlapP

      Hi Mebius,

      I've given some information on the message formatting in this thread: http://infiniteautomation.com/forum/topic/2187/how-to-use-publishers-http-sender/3

      This is what is sent from the publisher which complements the receiver.

    • mebiusM

      how to extract data from a serial message without a point identifier?

      How-To
      • • • mebius
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      phildunlapP

      Hi mebius,

      The trick is to capture an empty group, refer to that group as the point identifier index, then have a point with an empty point identifier.

      I gave an example configuration for this purpose in the first half of my first response in this thread: http://infiniteautomation.com/forum/topic/2274/serial-data-source-trouble-to-show-value-from-com-port/2

    • mebiusM

      Can MangoAutomation v2.7 build 458 support WALK method of SNMP to get values?

      How-To
      • • • mebius
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      phildunlapP

      Hi Mebius,

      I do not believe so. I believe only the GET type is sent during polling

    • mebiusM

      DGLux dashboard often stops responding for a while

      User help
      • • • mebius
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      phildunlapP

      Hi Mebius,

      I looked at your logs, and a few things were interesting. Some of your polls, especially for your SQL data source, are extremely long. Even some of the PLC polls were up to twenty minutes it looked like, which is way too long. Do you have long timeouts with many retries? The SQL source has a poll that looks like it lasts 4 hours, which is also much too long. What kind of query is it running?

      Do you have data in Mango during the times in which DGLux seems unresponsive?

    • mebiusM

      Mango system updates data values slowly

      User help
      • • • mebius
      7
      0
      Votes
      7
      Posts
      3.1k
      Views

      JoelHaggarJ

      Hi, thanks for the information.

      We have identified some improvements in the serial data source. Take a look at this thread: http://forum.infiniteautomation.com/forum/posts/list/15/1813.page there is an updated serial module you can download and test at the bottom of the thread. If you could also send your scripts we can take a look at those but I think upgrading the serial data source would be a good first step.

      Thanks,
      Joel.

    • mebiusM

      Errors of BACnet Data Source

      User help
      • • • mebius
      5
      0
      Votes
      5
      Posts
      2.1k
      Views

      M

      Mebius,

      Do you have a single data source that is getting points from the BACnet device, or do you have multiple? If the latter, you might have multiple simultaneous requests going to the device, which it may not be able to handle, causing timeouts and the appearance of a slowdown.

      I know at least that even the BACnet MS/TP is capable of polling for thousands of points without problems, subject to the speed of the connection. (I know you are using I/P, which should be much faster than MS/TP.)

    • mebiusM

      Storage position of alarm message of Mango 2.4

      User help
      • • • mebius
      3
      0
      Votes
      3
      Posts
      1.6k
      Views

      JoelHaggarJ

      H2 is now the default database rather than Derby. If you where reading alarms before I'm guessing you had Mango configured for a MySQL database. You can still switch to MySQL in the /classes/env.properties file.

    • mebiusM

      What's leading to these frequent rtn errors?

      User help
      • • • mebius
      4
      0
      Votes
      4
      Posts
      1.8k
      Views

      hussamH

      it seems like the your modbus slave's problem,if you use the modscan32 to test the datasource 'stability use the same configuration on mango.

    • mebiusM

      What's the meaning of 'send regular snapshot' in a HTTP publisher?

      User help
      • • • mebius
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      mebiusM

      What's the meaning of 'send regular snapshot' in a HTTP publisher?

      If it's disable, what's the impact on publishing the data?

      Thanks.

      Attachment: download link

    • mebiusM

      A alarm info is displayed triple times in the new alarm list

      User help
      • • • mebius
      4
      0
      Votes
      4
      Posts
      2.5k
      Views

      JoelHaggarJ

      This has been resolved in the latest release along with several other improvements to the alarm page.

    • mebiusM

      Error when copying a data point

      User help
      • • • mebius
      4
      0
      Votes
      4
      Posts
      1.9k
      Views

      mebiusM

      Got it. I will feedback to you after I testing the new core. thanks.

    • mebiusM

      Problem on OPCDA data source module

      User help
      • • • mebius
      4
      0
      Votes
      4
      Posts
      1.8k
      Views

      JoelHaggarJ

      I uploaded a new version of the module, you can get it here: http://store.infiniteautomation.com/module/opcda

      Please let me know how this works for you.

      Joel.

    • mebiusM

      Exception from modbus master: No error in nativeavailable

      User help
      • • • mebius
      4
      0
      Votes
      4
      Posts
      2.5k
      Views

      mebiusM

      An unexpected failure leads to that sensors connecting to COM8 can't be reached.

      Turning off power and turn on then, those sensors can be reached again.

      thanks Joel.

    • mebiusM

      Error occured when viewing watchlist

      User help
      • • • mebius
      6
      0
      Votes
      6
      Posts
      1.7k
      Views

      mebiusM

      I found a strange thing.

      this error will not occur under a user account but always occur under account of admin.

      that occurred in a same browser instance.