• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    What communication protocols do you use?

    Hardware
    15
    28
    35.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      popeye
      last edited by

      Rockwell / Allen Bradley PLCs. The protocol is called CIP, and it can be tranported over serial or IP links. It would be nice if Mango could talk to them.
      Check out http://www.tuxplc.net/ - ther is a GPL library there for AB Comms

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        Hi popeye,

        Thanks for your input. Sadly, we don't have any AB equipment in our lab, which makes the development of a protocol implementation rather sketchy (developing only from documentation is hopeful at best). If there is simulation software available, or if someone were willing to loan us some equipment (free software = no budget to buy), we should be able to get this done.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • T
          Tohotom
          last edited by

          Modbus (RTU, TCP),
          M-Bus
          BACnet (Ethernet, IP, MS/TP),
          LonTalk,
          IEC-60870-5-104.

          1 Reply Last reply Reply Quote 0
          • P
            Prodyut Bora
            last edited by

            Clipsal (http://www.clipsal.com), a division of Schneider Electric, is into building automation. They have developed an "open standard" protocol called C-Bus (http://www.cbus-enabled.com/default.html).

            Why don't you consider adding C-Bus to your list of protocols?

            Regards

            Prodyut

            1 Reply Last reply Reply Quote 0
            • M
              mlohbihler
              last edited by

              Hi Prodyut,

              Thanks for the suggestion. Sadly it may be some time before we get to this due to (paying) project work that is keeping us very busy. Of course, Mango is open source software, and so we encourage those with a development yen to feel free and implement new stuff. :D

              Best regards,
              Matthew

              1 Reply Last reply Reply Quote 0
              • K
                Keith
                last edited by

                Hi

                1 wire. & Tcp/ip

                1 Reply Last reply Reply Quote 0
                • M
                  mlohbihler
                  last edited by

                  Hi Keith,

                  Thanks for the information. We in fact have code about 75% complete to implement 1-wire, but due to other (paying) project work, have not had time to complete the implementation. Watch the site for updates!

                  Best regards,
                  Matthew

                  1 Reply Last reply Reply Quote 0
                  • A
                    aslab
                    last edited by

                    Do you support xml/SOAP?

                    1 Reply Last reply Reply Quote 0
                    • M
                      mlohbihler
                      last edited by

                      Do you mean web services? Currently no, not formally. But in which direction would you want support:

                      1. having Mango read data from a web service
                      2. having Mango post data to a web service
                      3. the ability to get data via a Mango web service
                      4. the ability to post data to a Mango web service

                      An existing protocol that is similar to 4) is the "HTTP receiver" data source, which listens for HTTP connections (GET or POST) and can parse the parameters into point values.

                      Best regards,
                      Matthew

                      1 Reply Last reply Reply Quote 0
                      • A
                        aslab
                        last edited by

                        Primarily read data from a web service but posting would also be nice!!

                        1 Reply Last reply Reply Quote 0
                        • E
                          esquizo
                          last edited by

                          Hi. You're right about OPC but in Industry there are many closed or commercial solutions. With OPC we can use many protocols with the same OPC server ( Modbus, Profibus, Device Net, MPI, PPI, Unitelway, Control Net, .....).
                          There is a project in this page:
                          http://openscada.org
                          The project is called Utgard, and it's a pure Java OPC client, and the better thing, it's Open Source.

                          Best regards.

                          1 Reply Last reply Reply Quote 0
                          • K
                            knigjes
                            last edited by

                            +1 Allen Bradley

                            1 Reply Last reply Reply Quote 0
                            • C
                              CouchPotatoe
                              last edited by

                              @Prodyut Bora said:

                              Clipsal (http://www.clipsal.com), a division of Schneider Electric, is into building automation. They have developed an "open standard" protocol called C-Bus (http://www.cbus-enabled.com/default.html).

                              Why don't you consider adding C-Bus to your list of protocols?

                              Regards

                              Prodyut

                              Unfortunately the C-Bus protocol is not an open standard. It is however available to C-Bus Enabled partners. There is a subset of the protocol available as a 'public' document but it is restricted in its features.

                              There is a C-Bus to xAP protocol convertor and xAP is very much an open standard - and appears in the survey above. One of the benefits of xAP is that it is very simple yet powerful and its also easy to convert other protocols into xAP and hence integrate them into different applications. Most of the leading HA applications now have xAP plugins.

                              1 Reply Last reply Reply Quote 0
                              • D
                                dusky
                                last edited by

                                Hi

                                I use :
                                Modbus RS232
                                Modbus TCP/IP
                                Bacnet IP
                                Bacnet LON
                                SQL Sybase SQL Anywhere

                                BR

                                1 Reply Last reply Reply Quote 0
                                • M
                                  mlohbihler
                                  last edited by

                                  Dusan, you're in luck. Mango supports them all. (Ok, not BACnet LON).

                                  Best regards,
                                  Matthew

                                  1 Reply Last reply Reply Quote 0
                                  • I
                                    iyus
                                    last edited by

                                    How about KNX ?

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      juanfetel
                                      last edited by

                                      Good Day,

                                      In our company we use:

                                      LonWorks
                                      BACnet (IP and MSTP)
                                      ModBus
                                      SNMP
                                      KNX (Hope it will be included in the future)

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        jfhaugh
                                        last edited by

                                        Modbus/RTU
                                        Modbus/TCP

                                        My company (greenHouse Gas and Electric) supports j2mod which also has support for Modbus/UDP (Modbus/TCP packets over UDP), but I don't personally use Modbus/UDP. I mention j2mod because j2mod is being used as the "base" for posting open source Arduino sketches that support Modbus/RTU and eventually Modbus/TCP and/or Modbus/UDP.

                                        I'd like to do more with 1-wire, just haven't had the time.

                                        I'm toying with creating new protocols, but there are intellectual property issues to resolve.

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post