• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. hazel

    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
    H
    • Profile
    • Following 5
    • Followers 3
    • Topics 3
    • Posts 8
    • Best 3
    • Controversial 0
    • Groups 0

    hazel

    @hazel

    3
    Reputation
    146
    Profile views
    8
    Posts
    3
    Followers
    5
    Following
    Joined Last Online

    hazel Unfollow Follow

    Best posts made by hazel

    • How to bulk select event handler for events of some points that has specific point tags?

      Hello Everybody!!

      When have more than 50.000 points in our system and we added Building Tag to each point. Currently, we are using Set Point Event Handler to send notifications to other systems. For example, when we add new Set Point Event Handler for just events of Building A, we need to select event handlers each event of Building A one by one.

      Is there any easy method to select Event Handler for each event of point which has Building Tag 'Building A'?

      Also, is that possible to select events in the script of Set Point Event Handler?

      Thanks!!

      posted in How-To
      H
      hazel
    • How to count number of active events?

      Hello!!

      Is that possible to count number of active events which belongs to specific group of points? For example, I would like to count active critical events of points which has a Building A tag.

      Thanks a lot !

      posted in How-To
      H
      hazel
    • Character N is neither a decimal digit number, decimal point, nor "e" notation exponential mark

      Hello everyone,
      Mango has been giving the error below in ma.log for a long time. We have 56,000 data points in Mango v4.beta12. How can we determine what caused this error? Is there a method where we can get the xid or xids causing the error?

      ERROR 2021-08-11T00:00:00,574 (com.serotonin.m2m2.util.timeout.TimeoutTask.run:61) - Uncaught Task Exception
      java.lang.NumberFormatException: Character N is neither a decimal digit number, decimal point, nor "e" notation exponential mark.
      	at java.math.BigDecimal.<init>(BigDecimal.java:518) ~[?:?]
      	at java.math.BigDecimal.<init>(BigDecimal.java:401) ~[?:?]
      	at java.math.BigDecimal.<init>(BigDecimal.java:834) ~[?:?]
      	at com.serotonin.m2m2.modbus.rt.ModbusDataSourceRT.updatePointValue(ModbusDataSourceRT.java:403) ~[modbus-ds-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.modbus.rt.ModbusDataSourceRT.doPoll(ModbusDataSourceRT.java:229) ~[modbus-ds-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.rt.dataSource.PollingDataSource.doPollNoSync(PollingDataSource.java:234) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.rt.dataSource.PollingDataSource.scheduleTimeoutImpl(PollingDataSource.java:189) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.rt.dataSource.PollingDataSource$1.scheduleTimeout(PollingDataSource.java:83) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.util.timeout.TimeoutTask.run(TimeoutTask.java:59) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.timer.Task.runTask(Task.java:183) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.timer.TaskWrapper.run(TaskWrapper.java:23) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.timer.OrderedThreadPoolExecutor$OrderedTaskCollection.run(OrderedThreadPoolExecutor.java:313) ~[mango-4.0.0-beta.12.jar:?]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
      	at java.lang.Thread.run(Thread.java:834) [?:?]
      
      
      posted in How-To
      H
      hazel

    Latest posts made by hazel

    • RE: New Developer Documentation

      Hi @terrypacker

      Hi Terry,
      When will you update your developer documentation? I encountered a different configuration than the current version in Create Java Modules for Mango > Custom Module Configuration. How do I build the module in version 4.3.5.
      Thanks in advance,

      258154e5-4be6-4fc7-8c0d-ace48bdceb3b-image.png

      posted in Development general discussion
      H
      hazel
    • Character N is neither a decimal digit number, decimal point, nor "e" notation exponential mark

      Hello everyone,
      Mango has been giving the error below in ma.log for a long time. We have 56,000 data points in Mango v4.beta12. How can we determine what caused this error? Is there a method where we can get the xid or xids causing the error?

      ERROR 2021-08-11T00:00:00,574 (com.serotonin.m2m2.util.timeout.TimeoutTask.run:61) - Uncaught Task Exception
      java.lang.NumberFormatException: Character N is neither a decimal digit number, decimal point, nor "e" notation exponential mark.
      	at java.math.BigDecimal.<init>(BigDecimal.java:518) ~[?:?]
      	at java.math.BigDecimal.<init>(BigDecimal.java:401) ~[?:?]
      	at java.math.BigDecimal.<init>(BigDecimal.java:834) ~[?:?]
      	at com.serotonin.m2m2.modbus.rt.ModbusDataSourceRT.updatePointValue(ModbusDataSourceRT.java:403) ~[modbus-ds-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.modbus.rt.ModbusDataSourceRT.doPoll(ModbusDataSourceRT.java:229) ~[modbus-ds-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.rt.dataSource.PollingDataSource.doPollNoSync(PollingDataSource.java:234) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.rt.dataSource.PollingDataSource.scheduleTimeoutImpl(PollingDataSource.java:189) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.rt.dataSource.PollingDataSource$1.scheduleTimeout(PollingDataSource.java:83) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.m2m2.util.timeout.TimeoutTask.run(TimeoutTask.java:59) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.timer.Task.runTask(Task.java:183) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.timer.TaskWrapper.run(TaskWrapper.java:23) ~[mango-4.0.0-beta.12.jar:?]
      	at com.serotonin.timer.OrderedThreadPoolExecutor$OrderedTaskCollection.run(OrderedThreadPoolExecutor.java:313) ~[mango-4.0.0-beta.12.jar:?]
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
      	at java.lang.Thread.run(Thread.java:834) [?:?]
      
      
      posted in How-To
      H
      hazel
    • RE: New Developer Documentation

      Hi Terry,
      We will install development environment for Mango v4.0.0.beta5 to our test servers.

      We are following the steps on this link http://docs-v4.mango-os.com/mango-java-developer-ide-setup-and-usage .

      We completed the steps until the “Copy Overrides” part. But on that part we cannot find classes folder and classes debug-log4j2.xml file on the directory.
      Also, on the Run Configuration part while we are configuring VM Arguments, we could not set debug-log4j2.xml file.
      We saw that properties file is on the resources file. On the run configuration dependencies tab, what should we connect to Classpath Entries?

      Is there a different documentation for beta.5 development environment?
      Thanks in advance,

      posted in Development general discussion
      H
      hazel
    • RE: Forum Search not working?

      Same here.

      posted in User help
      H
      hazel
    • RE: How to count number of active events?

      Hi All!!

      Can we count number of active events by using API?

      In order to use API, we prepared query url but we do not know how to use it. Can you share the example of how to use API?

      Thanks!

      posted in How-To
      H
      hazel
    • How to count number of active events?

      Hello!!

      Is that possible to count number of active events which belongs to specific group of points? For example, I would like to count active critical events of points which has a Building A tag.

      Thanks a lot !

      posted in How-To
      H
      hazel
    • RE: How to bulk select event handler for events of some points that has specific point tags?

      Hi Craig,

      We are looking forward to improvements on the event handler page. When it will be available for us? Probably we will continue by editting json file.

      Thanks for replies @MattFox @CraigWeb

      posted in How-To
      H
      hazel
    • How to bulk select event handler for events of some points that has specific point tags?

      Hello Everybody!!

      When have more than 50.000 points in our system and we added Building Tag to each point. Currently, we are using Set Point Event Handler to send notifications to other systems. For example, when we add new Set Point Event Handler for just events of Building A, we need to select event handlers each event of Building A one by one.

      Is there any easy method to select Event Handler for each event of point which has Building Tag 'Building A'?

      Also, is that possible to select events in the script of Set Point Event Handler?

      Thanks!!

      posted in How-To
      H
      hazel