11-09-2015 04:15 AM
Hello all,
please have a look at the attached image.
This is part of the code of the 802.11 AF. I am probing some wires and I have noticed that they don't update probably:
probe 7 and probe 9 have the most recent update-time. Probes 6 and 5 don't although they should !
Appreciate your feedback
11-09-2015 05:18 PM
Hi MTUD,
It looks like you are doing a comparison of arrays and one of those may contain 0 items. My guess is that LabVIEW may be taking this into account and optimizing out that section of the code on subsequent runs.
It looks like you are modifying the 802.11 Recieve RX ICP.gvi in the 802.11 Host.gvi, is that correct? Are you expecting to output values in your array on that output? If so, you may want to check there first and see if your code is running as expected.
Just some thoughts I had from a quick glance at your screenshot. Hope that helps get you going in the right direction!