09-08-2009 10:52 AM
Has anyone else seen this discrepancy with the BF548? I can write code that uses a single while loop and an event structure, and the code performs as expected. When I add a second loop to the code (i.e. similar to the producer/consumer architecture), the event loop stops being event driven and just runs all the time.
I have attached the VI that is performing discrepantly I have tried timed while loops, and normal while loops as well as shared variables and globals for stop communications between the two loops.
09-09-2009 07:22 AM
09-09-2009 05:09 PM
Hi JoeC,
I have tested this with another applications engineer, and we are not even able to run a VI on our BlacKFin when it has an event structure in it. We have escalated this to R&D. One question: what version of LabVIEW are you running?
Regards,
Claire
09-10-2009 09:00 AM
09-11-2009 09:12 AM
Hi JoeC,
Can you send me the code that you tested that showed the behavior you were expecting...with the one loop. We were not even able to get that to work the way you were hoping.
Regards,
Claire
09-15-2009 10:07 AM
Hi JoeC,
If you still wish to troubleshoot this issue please provide us with the VI that shows the behavior you are wanting.
Thanks
Claire
09-21-2009 04:21 PM
I apologize for the delay. Here is a code snipet along with the compiled code.
09-22-2009 07:16 PM
Hi Joe,
I was able to reproduce the issue you have described. We're currently investigating it further.
09-28-2009 12:51 PM
Hi Joe,
I am having some issues with our BlackFin. Once I am able to create a good and bad test for R&D I will escalate to them.
Thanks
Claire
09-28-2009 02:11 PM
Hey JoeC:
I have narrowed it down to the following:
1. Run on BF 548: With while loop: loop interation changes only when toggle
is pressed
2. Run on BF 548: With timed loop: loop interation continuously increases
I will escalate this to R&D
Regards
Claire