• 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

    About Slave Connection

    BACnet4J general discussion
    3
    5
    2.7k
    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.
    • C
      cenk
      last edited by

      Hi;

      I am using bac4j and bacnet newly. I want to make a connection to bacnet as a slave. The SlaveDeviceTest examples is working good. But there are some question about that
      Q1- When I make a connection to bacnet as a slave, the device created on network 0(on local network). How can I create on other network(Network 1 or 2 ...)

      Q2-The Analog Output was Created in SlaveDeviceTest example. But When I try the this output to write from out application "Write access denied" message occured. (The Analog Input is working good. I can see input values)

      I hope You can help me
      Thank you for your interest

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

        Q1) My understanding is that the local device does not specify source address information. This is added by a router when the request is destined for a remote network. So, there is no need to specify this information.

        Q2) An Analog Output is read only. You can only write to Analog Input and Analog Value (of the 3 Analog types). Same goes for Binary and Multistate. So, the write access denied error is correct.

        Best regards,
        Matthew

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

          @mlohbihler said:

          Q2) An Analog Output is read only. You can only write to Analog Input and Analog Value (of the 3 Analog types). Same goes for Binary and Multistate. So, the write access denied error is correct.

          I would like to ask if there's any reason for Analog Output to be read-only ?

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

            The real-life analogy is, e.g. an outdoor temperature. You can only read it - you can't change it (realistically). In cases like this having a read-only type is appropriate.

            Best regards,
            Matthew

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