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

    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
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 0
    • Controversial 0
    • Groups 0

    Poldi

    @Poldi

    0
    Reputation
    398
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Poldi Unfollow Follow

    Latest posts made by Poldi

    • RE: New Version of BACnet4J

      It isnt new but a better alarming with bacnet4j would be great.
      It would be nice when sended alarms can be acknowledged, a better mechanisn to send notification messages (sometimes it doesnt works)
      and when it get a GetAlarmSummary request that it can be answered from bacnet4j.
      But in all bacnet4j is a great project.

      posted in Wishlist
      P
      Poldi
    • New Version of BACnet4J

      Hello Everyone

      Is planed a newer Version of BACnet4J in the next time?

      posted in Wishlist
      P
      Poldi
    • RE: New Version of BACnet4J

      Hello Everyone

      Is planed a newer Version of BACnet4J in the next time?

      posted in Wishlist
      P
      Poldi
    • RE: Add a Recipient to a Notificationclass of the local Device

      Thank you.

      Your post helped me.

      posted in BACnet4J general discussion
      P
      Poldi
    • Add a Recipient to a Notificationclass of the local Device

      Hi

      I want to add a fixed Recipient in the Recepientlist from a Notificationclass of my local Device when i initialize the local Device.
      I tried some with setProperty but it doesn`t works.
      Who can help me to fix this problem?

      Thank you for any ideas

      posted in BACnet4J general discussion
      P
      Poldi
    • RE: Add a Recipient to a Notificationclass of the local Device

      Hi

      I want to add a fixed Recipient in the Recepientlist from a Notificationclass of my local Device when i initialize the local Device.
      I tried some with setProperty but it doesn`t works.
      Who can help me to fix this problem?

      Thank you for any ideas

      posted in BACnet4J general discussion
      P
      Poldi
    • RE: How to enroll to event/alarm notifications ?

      Hello

      Can you post any example to inspire other users?

      posted in BACnet4J general discussion
      P
      Poldi
    • RE: Create a BACnet object with fixed instance number

      I had found something to do what I want here is an example, how I can add a Binary Value with the Instancenumber 1

      
              //Binary Value create with fixed instance number
              ObjectIdentifier OIbv1 = new ObjectIdentifier(ObjectType.binaryValue, 1);
              BACnetObject bv1 = new BACnetObject (localDevice, OIbv1);
      
      
      posted in BACnet4J general discussion
      P
      Poldi
    • RE: Create a BACnet object with fixed instance number

      Hello mlohbihler

      Thanks for your Answers I had tried it and it don`t works.
      How have I to write this when I want a Binary Value with the Objectinstance number 1 for example?

      Regards

      Poldi

      posted in BACnet4J general discussion
      P
      Poldi
    • Create a BACnet object with fixed instance number

      Hello

      How can I create a BACnet object with fixed instance number on the local device?

      Thanks for any answers

      posted in BACnet4J general discussion
      P
      Poldi