cvb00000 Posted August 17, 2013 Report Share Posted August 17, 2013 Hello, I have a program that runs on a real time controller that takes data and processes it. Part of this processing is doing an FIR ptbypt filtering. These vis are in a loop that runs 200 iterations and that loop runs in a 32 iteration parfor loop. Problem is, the ptbypt filters are not returning the correct values. Is this due to the ptbypt filters writing over each other in memory, or some other problem? Btw I have set up everything for re-entrant execution. Thanks, Brad Quote Link to comment
todd Posted August 17, 2013 Report Share Posted August 17, 2013 There are USRs in the ptbypt. That will be a problem. There's a good explanation of how to address this on pages 45-47 of this document: https://decibel.ni.com/content/docs/DOC-30870 1 Quote Link to comment
Neville D Posted August 19, 2013 Report Share Posted August 19, 2013 A quick picture of your code or an upload of the relevant VI would help us understand what you mean. Quote Link to comment
cvb00000 Posted August 20, 2013 Author Report Share Posted August 20, 2013 Thanks Todd, the fix worked perfectly. Brad Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.