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.

  • COV Support

    2
    0 Votes
    2 Posts
    171 Views
    terrypackerT
    Yes they should. Every BACnetObject has the ability to support COV. You will need to enable the mixin though. I've not actually implemented a server but these classes should get you going on how to use it: com.serotonin.bacnet4j.obj.AnalogObjectTest com.serotonin.bacnet4j.obj.mixin.CovReportingMixin
  • Bacnet4j: problem with unsubscribe

    Unsolved
    1
    0 Votes
    1 Posts
    361 Views
    No one has replied
  • Failed to read binaryValue

    1
    0 Votes
    1 Posts
    477 Views
    No one has replied
  • Errors when attempting to read

    19
    0 Votes
    19 Posts
    14k Views
    MattFoxM
    @BigKING please create a new thread and reference this one. This one was solved over twelve years ago! Fox
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    39 Views
    No one has replied
  • BACnet4j Schedule

    2
    0 Votes
    2 Posts
    937 Views
    K
    Can someone help me with above ?
  • Bacnet Alarms

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    terrypackerT
    @Krish1998 it would help if you would be very specific as to what you are try to do and supply some code examples. However you might be able to use a DeviceEventListener See: https://github.com/MangoAutomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/event/DeviceEventListener.java And an example use here: https://github.com/MangoAutomation/BACnet4J-samples/blob/master/src/test/java/com/infiniteautomation/bacnet4j/npdu/ip/BacnetIpListenerDiscoveryExample.java
  • Beginner's guide/documentation?

    5
    0 Votes
    5 Posts
    3k Views
    PreemP
    @Charlie-Holleran Do you have bacnet4j api, thank you very much
  • regarding new updates

    1
    0 Votes
    1 Posts
    706 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • VTS display exception

    1
    0 Votes
    1 Posts
    825 Views
    No one has replied
  • How to accept COV requestReceived?

    2
    0 Votes
    2 Posts
    930 Views
    D
    Hi, I use Yabe simulater, the subscriveCOV run OK. Maybe you can try it!
  • Case for bacnet4j run on Linux

    7
    0 Votes
    7 Posts
    3k Views
    D
    Hi Nuc_sun, have you find the answer? I think the topic title may make people confused. You can run BACnet4J on Linux physical machine, it runs OK! The problem you encountered is BACnet4J run on Linux in virtual machine. The network settings of the virtual machine is not suitable for BACnet4J, I think!
  • Support of BACnet protocol V1.22

    1
    0 Votes
    1 Posts
    758 Views
    No one has replied
  • Bacnet4j2

    multi-state subscribe
    1
    0 Votes
    1 Posts
    951 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    164 Views
    No one has replied
  • switching from bacnet4j3 to bacnet4j4 using special ObjectProperties

    15
    0 Votes
    15 Posts
    6k Views
    BerndB
    My Problem is fixed with bacnet4j 5 thank you. It is possible again to add proprietary values: final ObjectPropertyTypeDefinition o = new ObjectPropertyTypeDefinition( ObjectType.lifeSafetyZone, true, new PropertyTypeDefinition( PropertyIdentifier.forId(MY_SPECIAL_VALUE), CharacterString.class, true)); ObjectProperties.getObjectPropertyTypeDefinitions(ObjectType.lifeSafetyPoint).add(o); final ObjectPropertyTypeDefinition o2 = new ObjectPropertyTypeDefinition( ObjectType.lifeSafetyPoint, true, new PropertyTypeDefinition( PropertyIdentifier.forId(MY_SPECIAL_VALUE), CharacterString.class, true)); ObjectProperties.getObjectPropertyTypeDefinitions(ObjectType.lifeSafetyPoint).add(o2); in this example above MY_SPECIAL_VALUE is a list (SequenceOf<CharacterString>)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • How to disable BBMD?

    1
    0 Votes
    1 Posts
    712 Views
    No one has replied
  • BACnet4J Remote Devices

    java
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied