bacrabbit-developers Mailing List for BACnet for Dynamic C
BACnet stack for Rabbit 4000/5000/6000
Brought to you by:
petermcs
You can subscribe to this list here.
2011 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Self <pe...@se...> - 2017-04-26 09:32:06
|
Hi Rogerio, Hope you are finding the Rabbit port of the BACnet stack usefull. I'd have to have a think about this one but perhaps you would need to special case the broadcast processing and pass it to the local BACnet stack in addition to broadcasting it to the local network. There would need to be some special handling even if you could receive your own broadcasts otherwise the BBMD would continuously recirculate the broadcasts... I haven't had to implemented BBMD support in our products so far and so haven't looked at it in detail. It might be worth trying the same thing with the latest code from the standard C version of the stack and see how it handles this. I havent kept things as up to date between the two stacks as I would like to due to work pressure and the BBMD support may have been changed. You could also try asking the question on the main Cornell BACnet list and the developer list for the C version of the stack. Regards, Peter On 25 Apr 2017 at 17:28, Rogerio Zanotta wrote: > > Hello, > > We are doing some tests with BBMD on the Rabbit 6700 series. > When the Rabbit receives a WHO-IS Original-Unicast message, this message is retransmitted as > Original-Broadcast. > But when the Rabbit retransmits it, the message is not being captured by it and the I-AM > message is not sent. > > When the broadcast message is sent by another BACnet device on the network, the Rabbit > captures and handles the message correctly. > What should we do to capture correctly a Broadcast message, sent by the Rabbit itself? > > Regards, > Rogerio > > > |
From: <pe...@se...> - 2017-04-26 09:27:08
|
Hi Rogerio, Hope you are finding the Rabbit port of the BACnet stack usefull. I'd have to have a think about this one but perhaps you would need to special case the broadcast processing and pass it to the local BACnet stack in addition to broadcasting it to the local network. There would need to be some special handling even if you could receive your own broadcasts otherwise the BBMD would continuously recirculate the broadcasts... I haven't had to implemented BBMD support in our products so far and so haven't looked at it in detail. It might be worth trying the same thing with the latest code from the standard C version of the stack and see how it handles this. I havent kept things as up to date between the two stacks as I would like to due to work pressure and the BBMD support may have been changed. You could also try asking the question on the main Cornell BACnet list and the developer list for the C version of the stack. Regards, Peter On 25 Apr 2017 at 17:28, Rogerio Zanotta wrote: > > Hello, > > We are doing some tests with BBMD on the Rabbit 6700 series. > When the Rabbit receives a WHO-IS Original-Unicast message, this message is retransmitted as > Original-Broadcast. > But when the Rabbit retransmits it, the message is not being captured by it and the I-AM > message is not sent. > > When the broadcast message is sent by another BACnet device on the network, the Rabbit > captures and handles the message correctly. > What should we do to capture correctly a Broadcast message, sent by the Rabbit itself? > > Regards, > Rogerio > > > -- Peter Mc Shane GLAS Energy Technology T: +353 (0) 818 227050 E: pe...@gl... www.glasenergytechnology.ie GET Smarter with Energy |
From: Rogerio Z. <ro...@za...> - 2017-04-25 20:28:18
|
Hello, We are doing some tests with BBMD on the Rabbit 6700 series. When the Rabbit receives a WHO-IS Original-Unicast message, this message is retransmitted as Original-Broadcast. But when the Rabbit retransmits it, the message is not being captured by it and the I-AM message is not sent. When the broadcast message is sent by another BACnet device on the network, the Rabbit captures and handles the message correctly. What should we do to capture correctly a Broadcast message, sent by the Rabbit itself? Regards, Rogerio |
From: <pe...@se...> - 2011-09-26 10:47:26
|
Release 13 of the BACRabbit BACnet Stack is now available for download from SourceForge at https://sourceforge.net/projects/bacrabbit/. This release contains the following changes (amongst others): 1. Support added for the GET-1032BD controller from GLAS Energy Technology (http://www.glasenergytechnology.ie). 2. Incorporates all changes up to revision 2095 of the Standard C version of the stack. 3. Notification Class object added. Intrinsic reporting added. 4. Write property now returns int to allow for abort/reject error return. 5. Lots of changes to reduce code and data size and increase performance. 6. Write Property Multiple Service added. 7. Get Alarm Summary Service added. Peter Mc Shane GLAS Energy Technology T: +353 (0) 818 227050 E: pe...@gl... www.glasenergytechnology.ie GET Smarter with Energy |
From: <pe...@se...> - 2011-02-10 12:11:42
|
Just testing to see if it is set up correctly |