Remember
Register
Home
/
Support
/
Support Forum
/
Latency with ConnectPortX2 ans XBee Pro
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(387)
Python
(1,016)
RF Solutions and XBee
(8,440)
Device Cloud-enabled RF Gateways
(97)
XBee3
(483)
IEEE 802.11 (Wi-Fi)
(267)
IEEE 802.15.4
(1,646)
ZigBee PRO Featureset (and legacy ZNet 2.5)
(1,490)
ZigBee Smart Energy Profile 1.1
(111)
DigiMesh Proprietary Mesh Networking
(785)
Multipoint Proprietary
(197)
XLR PRO
(17)
XStream
(40)
XTend
(137)
XCite
(4)
XPress
(8)
Miscellaneous Hardware and Software
(515)
XBee Programmable Development
(778)
XBee Cellular
(120)
MicroPython
(66)
Digi TransPort
(789)
Digi Connect Cellular
(447)
DAL
(5)
Embedded Devices
(4,170)
Google Coral
(2)
Rabbit
(3,200)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,273)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(377)
Latency with ConnectPortX2 ans XBee Pro
0
votes
Hi,
I have a project with connectportX2 and XBee pro.
I use a Python software for made a gateway between an UDP Socket and ZB.
It is working but in some case the response time is about 4 or 5 seconds !
Normal reply is about 100ms.
Is the CP-X2 made some background works ?
Is it route calculation ?
It's difficult to me to find why !
Can somebody help me ?
Thanks, Philippe.
xbee
connectport-x2
asked
Sep 21, 2015
in
XBee Programmable Development
by
GPh
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
0
votes
Philippe,
That 4 - 5 second wait sounds like you are sending a Broadcast packet or a few broadcast packets over the Xbee ZB network. Is that the case? If so, the only way to reduce the time is to send Unicast messages. The delay you are seeing on a broadcast is a required delay by the zigbee network to allow for propagation of the data.
answered
Sep 21, 2015
by
mvut
Veteran of the Digi Community
(
15,223
points)
Please
log in
or
register
to add a comment.
0
votes
Hi,
Thanks for reply.
Yes, i use broadcast.
But it's not all the time, approximately1 time every 10.
I'll try to use unicast, but seem's difficult to learn how XBee is present.
answered
Sep 22, 2015
by
GPh
New to the Community
(
1
point)
I made P2P addressing and it is working well.
Thanks.
Please
log in
or
register
to add a comment.
...