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

    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
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 24
    • Best 0
    • Controversial 0
    • Groups 0

    rsb89

    @rsb89

    0
    Reputation
    601
    Profile views
    24
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    rsb89 Unfollow Follow

    Latest posts made by rsb89

    • RE: BACnet Discovery not working

      Hello TJ,

      can you check to which port the WhoIs is sent? (for example with Wireshark)

      posted in BACnet4J general discussion
      R
      rsb89
    • RE: BACnet/WS

      After working more intensively with BACnet4J, I came to the conclusion that it is not supported.

      posted in BACnet4J general discussion
      R
      rsb89
    • RE: Support for SubscribeCOVPropertyRequests?

      On the recipient side, SubscribeCOV is supported, but not SubscribeCOVProperty.

      I implemented my own SlaveDevice and it is supporting SubscribeCOV but not SubscribeCOVProperty. But I would like to subscribe just one property, not all. How Can I achieve that my slavedevice supports this?

      posted in BACnet4J general discussion
      R
      rsb89
    • RE: Difference getProperty and readProperty

      Next question, in hopes that I get an answer eventually ;)

      Is it possible to detect which type data has to be I want to write?

      posted in BACnet4J general discussion
      R
      rsb89
    • RE: Search for a device by name

      With the SlaveDeviceTest it works, but unfortunately not with VTS.

      posted in BACnet4J general discussion
      R
      rsb89
    • RE: Difference getProperty and readProperty

      I've already the next question (not sure if it'd be better to open a new thread for every question or summarize it, I don't want to spam the forum)

      What is the most elegant way to discover the properties of an object?
      I already read this thread: http://forum.infiniteautomation.com/forum/posts/list/177.page If I understood this right there are two ways:

      1. readProperty() with PropertyIdentifier.all . The Problem I have with this is that both VTS and SlaveDeviceTest don't know that property.
      2. readProperty() for every single property (341 are implemented in BACnet4J). That seems not very elegant to me.

      And if I know a property is present at the RemoteObject, how do I know if the property is just readable or also writeable.

      Concerning my first post in this thread: Both in VTS and Wireshark show that getProperty() sends a ReadProperty-Message.

      Regards
      Robert

      posted in BACnet4J general discussion
      R
      rsb89
    • Difference getProperty and readProperty

      Hi,

      I would like to know what the difference between getProperty and readProperty is?

      posted in BACnet4J general discussion
      R
      rsb89
    • RE: Difference getProperty and readProperty

      Hi,

      I would like to know what the difference between getProperty and readProperty is?

      posted in BACnet4J general discussion
      R
      rsb89
    • Search for a device by name

      Hi,

      I want to search for a device by its name. I tried to do this with WhoHasRequest this way:

      
      localDevice.sendGlobalBroadcast(new WhoIsRequest(null, new CharacterString("TDev");
      
      

      With VTS I modeled a device named "TDev". I also can see the request in the VTS but I don't get a response. Has anybody an idea where the problem could be?

      posted in BACnet4J general discussion
      R
      rsb89
    • RE: Search for a device by name

      Hi,

      I want to search for a device by its name. I tried to do this with WhoHasRequest this way:

      
      localDevice.sendGlobalBroadcast(new WhoIsRequest(null, new CharacterString("TDev");
      
      

      With VTS I modeled a device named "TDev". I also can see the request in the VTS but I don't get a response. Has anybody an idea where the problem could be?

      posted in BACnet4J general discussion
      R
      rsb89