Max Objects Count
-
Hi;
I have created Bacnet device. And I can added max 292 objects(Analog input). When I created 293 obects , error occured("Invalid packed.Unknown reject reason). What is the problem. Can I created max 292 objects? But I need more than 292 objects. What can I do.
-
Can you be more specific? Are you using BACnet4J as the BACnet device, or are you trying to query some other equipment to which you are added objects via BACnet4J?
-
I solved my problem.
I have changed the prameter of PropertyIdentifier.maxSegmentsAccepted.
I setted it to 5. Because of I have got alot of objects.