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.
Latest posts made by Poldi
-
RE: New Version of BACnet4J
-
New Version of BACnet4J
Hello Everyone
Is planed a newer Version of BACnet4J in the next time?
-
RE: New Version of BACnet4J
Hello Everyone
Is planed a newer Version of BACnet4J in the next time?
-
RE: Add a Recipient to a Notificationclass of the local Device
Thank you.
Your post helped me.
-
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
-
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
-
RE: How to enroll to event/alarm notifications ?
Hello
Can you post any example to inspire other users?
-
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);
-
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
-
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