03-12-2016 07:09 AM
I am receiving an array by ZigBee interfaced with LabVIEW. The problem is LabVIEW receives the array of numbers if the largest index is 120 but if it is greater it receives nothing.here is my code.
03-12-2016 07:17 AM
1. You should not have that FOR looop. All it is doing is duplicating the data you recieved 1000 times.
2. What is the actual format of the data? It looks to me that you are just not doing the conversion correctly.
03-19-2016 11:40 PM
03-21-2016 10:13 AM - edited 03-21-2016 10:15 AM
Hi, just two clarification questions because I'm not sure where the problem is exactly.
1. You mention an array bigger than 120 index. Where is the index larger than 120 indexes being generated? How do you know it has more than 120 items in the array?
2. I'm also not entirely sure what you mean by this. What string did you send, and what U8 did you receive?
03-21-2016 01:07 PM
03-21-2016 04:04 PM
Could you upload code that reproduces this behavior that isn't using hardware? It sounds like the issue is within the software, so you should be able to recreate it and we can look at your code.