Signature
Best regards,
Matthew
-
M mlohbihler
Can you try putting in a pause after initializing the local device, using "Thread.sleep(###)"? There may be a delay while the device waits to join the network, during which your requests might be timing out. Start with something like 10 seconds to see if this works, and then reduce the time as much as you can.
-
M mlohbihler
Yeah, still not the information i was hoping for. Do you use COV in your points? Also, what kind of event is raised: a device exception, or a message exception? Sorry for all the questions, but it would be great to track this down. Could you provide a chuck of the events so that i can check the timestamps for any clues?
-
M mlohbihler
Yeah, that's the latest version. Can you check the logs to see if there are any stack traces associated with that error message? It indicates a condition where the code is doing something it shouldn't, and it should be fixed.
-
M mlohbihler
Hi Iain,
What version of the BACnet module are you using? I recall that there were some recent changes (i.e. a couple months ago) that addressed an error message like this.
-
M mlohbihler
Mebius,
Do you have a single data source that is getting points from the BACnet device, or do you have multiple? If the latter, you might have multiple simultaneous requests going to the device, which it may not be able to handle, causing timeouts and the appearance of a slowdown.
I know at least that even the BACnet MS/TP is capable of polling for thousands of points without problems, subject to the speed of the connection. (I know you are using I/P, which should be much faster than MS/TP.)
-
M mlohbihler
The line is not in the CVS code. Perhaps it still is in the src jar file. Try using the repo source instead.
-
M mlohbihler
Check out maintenance events.
-
-
M mlohbihler
DGBox is a derivative product of Mango. You should ask your question on their help site.