• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. kierantimberlake
    3. Posts

    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
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by kierantimberlake

    • Error during initialization: The BROWSE action is not supported on the current platform!

      I was previously able to get MA up and running, however when I tried to do a fresh install, I got this error. I'm using Ubuntu 14.04, and am trying to initialize Mango by running ma-start.sh. I have Oracle JDK installed:
      java version "1.8.0_20"
      Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
      Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)

      
      ERROR 2014-09-09 11:14:12,355 (com.serotonin.m2m2.Lifecycle.terminate:360) - com.serotonin.provider.InputStreamEPollProvider 
      ERROR 2014-09-09 11:14:12,357 (com.serotonin.m2m2.Lifecycle.terminate:368) - com.serotonin.provider.ProcessEPollProvider 
      ERROR 2014-09-09 11:14:12,359 (com.serotonin.m2m2.Main.main:111) - Error during initialization 
      java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
      	at java.awt.Desktop.checkActionSupport(Desktop.java:225)
      	at java.awt.Desktop.browse(Desktop.java:381)
      	at com.serotonin.m2m2.Lifecycle.initialize(Lifecycle.java:183)
      	at com.serotonin.m2m2.Main.main(Main.java:106)
      
      
      posted in Mango Automation Installation
      K
      kierantimberlake
    • RE: Error during initialization: The BROWSE action is not supported on the current platform!

      I was previously able to get MA up and running, however when I tried to do a fresh install, I got this error. I'm using Ubuntu 14.04, and am trying to initialize Mango by running ma-start.sh. I have Oracle JDK installed:
      java version "1.8.0_20"
      Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
      Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)

      
      ERROR 2014-09-09 11:14:12,355 (com.serotonin.m2m2.Lifecycle.terminate:360) - com.serotonin.provider.InputStreamEPollProvider 
      ERROR 2014-09-09 11:14:12,357 (com.serotonin.m2m2.Lifecycle.terminate:368) - com.serotonin.provider.ProcessEPollProvider 
      ERROR 2014-09-09 11:14:12,359 (com.serotonin.m2m2.Main.main:111) - Error during initialization 
      java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
      	at java.awt.Desktop.checkActionSupport(Desktop.java:225)
      	at java.awt.Desktop.browse(Desktop.java:381)
      	at com.serotonin.m2m2.Lifecycle.initialize(Lifecycle.java:183)
      	at com.serotonin.m2m2.Main.main(Main.java:106)
      
      
      posted in Mango Automation Installation
      K
      kierantimberlake
    • Serial data source help - parsing stream with regex

      I am trying to parse a data stream from a WXT520 weather station and a few other connected devices. I got the instruments on our weather station to connect through a single serial port, and send data points on individual lines with unique prefixes and terminators. I have been having trouble getting this data stream to parse correctly with the Serial module in MA, and have a feeling I am getting something wrong with the regex, and/or point identifier index. I have yet to see a clear example of how to set up a serial data source in MA on this forum. Perhaps someone can help?

      An example of the serial output from our weather station is posted below. I'd like to map each data type to a unique point. I am using the most recent version of MA with the latest 1.1.4 Serial module running on Ubuntu 14.041 x64. I have confirmed that the serial port permissions are set correctly.

      Weather station example output (includes one of each point):

      
      Ta=24.4C
      Ua=42.0P
      Pa=1021.1H
      Dn=281D
      Dm=332D
      Dx=074D
      Sn=0.4M
      Sm=0.8M
      Sx=1.3M
      Si=15.94W
      Rc=0.00M
      Rd=10s
      Ri=0.0M
      Hc=0.0M
      Hd=0s
      Hi=0.0M
      Rp=0.0M
      Th=24.0C
      Vh=12.2N
      Vs=12.1V
      Vr=3.495V
      
      
      posted in User help
      K
      kierantimberlake
    • RE: Serial data source help - parsing stream with regex

      I am trying to parse a data stream from a WXT520 weather station and a few other connected devices. I got the instruments on our weather station to connect through a single serial port, and send data points on individual lines with unique prefixes and terminators. I have been having trouble getting this data stream to parse correctly with the Serial module in MA, and have a feeling I am getting something wrong with the regex, and/or point identifier index. I have yet to see a clear example of how to set up a serial data source in MA on this forum. Perhaps someone can help?

      An example of the serial output from our weather station is posted below. I'd like to map each data type to a unique point. I am using the most recent version of MA with the latest 1.1.4 Serial module running on Ubuntu 14.041 x64. I have confirmed that the serial port permissions are set correctly.

      Weather station example output (includes one of each point):

      
      Ta=24.4C
      Ua=42.0P
      Pa=1021.1H
      Dn=281D
      Dm=332D
      Dx=074D
      Sn=0.4M
      Sm=0.8M
      Sx=1.3M
      Si=15.94W
      Rc=0.00M
      Rd=10s
      Ri=0.0M
      Hc=0.0M
      Hd=0s
      Hi=0.0M
      Rp=0.0M
      Th=24.0C
      Vh=12.2N
      Vs=12.1V
      Vr=3.495V
      
      
      posted in User help
      K
      kierantimberlake