• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. huexit
    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
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 20
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by huexit

    • RE: Http sender

      thats all?
      is yourviewID the garafical view id?

      finaly i realized i have to look in html sourcecode
      on http://mango.serotoninsoftware.com/test/public_view.htm?viewId=36

      the html-sourcecode of this page tells me alot...but...is this created manualy or automaticly...if auto...how?

      is this view id same as garfical view id (like GV_315732) in mango

      the http-internet-site, who accesing the mango data, has to run on the same webserver as mango?

      edit: http://192.168.1.16:8080/mango/public_view.htm?viewId=DS_475636

      results in: ???publicView.notFound???

      posted in User help
      H
      huexit
    • RE: Http sender

      @fmunhoz said:

      If you want just to share the information in other site (like a panel or frame) you may use public views.

      BR

      thats it :)

      where are public views...how i do that (there are documents to read?)

      posted in User help
      H
      huexit
    • RE: Http sender

      simply send my datapoints to hattp site with publisher.

      what precautions should I do with the targetpage

      posted in User help
      H
      huexit
    • RE: Http sender

      please help me...dont irgnore :)

      how i reseive mangodata with my targetpage? ()

      posted in User help
      H
      huexit
    • RE: Http sender

      There is a documentation?
      what i need to do with my http to receiving mango data?
      like the example on mango homepage.

      posted in User help
      H
      huexit
    • RE: Http sender

      I would like to know how I integrate the data of mango in a HTTP

      posted in User help
      H
      huexit
    • Http sender

      how do I send the graphical data point content to a http?
      What do I need, what i need to do?

      posted in User help
      H
      huexit
    • RE: Http sender

      how do I send the graphical data point content to a http?
      What do I need, what i need to do?

      posted in User help
      H
      huexit
    • RE: Multi-state (Image/state assignments problem)

      and how does it work?
      whats the script term?
      may anyone help me pls :)

      • it must be multistate
      
      var b =  p46.value + p47.value;
      return b;
      

      does not work, because..
      1000 = 10
      0010 = 10
      :/
      mango think the figueres are dezimal not bitwise

      posted in How-To
      H
      huexit
    • RE: Multi-state (Image/state assignments problem)

      thx for much help
      I have another solution, but I do not know if that's possible

      part 1 : .(..) regex
      part 2: .{5}(..) regex

      it is possible to write a row? with script?
      two points (or more) in metadatasource who multiplicated?
      image

      posted in How-To
      H
      huexit
    • RE: Multi-state (Image/state assignments problem)

      there are a metapoint documentation? what's the script langurage?
      how i filter bits?

      posted in How-To
      H
      huexit
    • RE: Multi-state (Image/state assignments problem)

      tell me more about meta points.
      where are the meta point settings?

      posted in How-To
      H
      huexit
    • Multi-state (Image/state assignments problem)

      image

      there are 3 bits (*) they change constantly, so they should be ignored. how does it work?
      as a data source I use the http-retriever with regex [(.{ 7})].

      • regex: (..)...(..) does not work
      posted in How-To
      H
      huexit
    • RE: Multi-state (Image/state assignments problem)

      image

      there are 3 bits (*) they change constantly, so they should be ignored. how does it work?
      as a data source I use the http-retriever with regex [(.{ 7})].

      • regex: (..)...(..) does not work
      posted in How-To
      H
      huexit
    • RE: Shorter update intervall (http retriever)

      ty

      i polling a serflet, started on local maschine :)

      posted in How-To
      H
      huexit
    • Shorter update intervall (http retriever)

      How can I reduce the update time? For example, 250ms.
      One second is too long for me.

      posted in How-To
      H
      huexit
    • RE: Shorter update intervall (http retriever)

      How can I reduce the update time? For example, 250ms.
      One second is too long for me.

      posted in How-To
      H
      huexit
    • RE: Receive a UDP packet

      that's the problem, my java knowledge is limited ^ ^

      posted in How-To
      H
      huexit
    • Receive a UDP packet

      Hi,
      I would like to receive a special * UDP packet. It is measured following structure:

      image

      The data lengths are known. I would work with "DatagramPacket.
      My question is: how can I teach mango which he lists the contents of the I / O and I can assign each bit points?
      Is there an educational requirement for the datasource packages?

      • The package was created in C (memcpy) and sent via broadcast.
      posted in How-To
      H
      huexit
    • RE: Receive a UDP packet

      Hi,
      I would like to receive a special * UDP packet. It is measured following structure:

      image

      The data lengths are known. I would work with "DatagramPacket.
      My question is: how can I teach mango which he lists the contents of the I / O and I can assign each bit points?
      Is there an educational requirement for the datasource packages?

      • The package was created in C (memcpy) and sent via broadcast.
      posted in How-To
      H
      huexit