05-25-2021 03:36 PM
05-25-2021 04:28 PM
What are the prorperities set for your subVIs? Are they reentrant? If not, that could be your issue since only one copy will be able to run at a time and it will cause your loops to become synchronized. Also, it is much better if you post the code rather than a picture of it.
06-13-2021 02:18 PM
Checked out - really didn't expose SubVI's as reentrant. But after I installed it, nothing changed (
I also tried to use separately two subVIs per generation for each of the channels, it also did not help
I am attaching a project. Signal generation is along the path:
labview-experiments\MAN\RTMAN
06-14-2021 09:02 AM
Please repost your project using zip.
06-14-2021 09:57 AM
In .zip format, the project turns out to be a little over 10 mb, so I split it into two. Please put the contents of the "Man" archive into "labview-experiments"
06-14-2021 11:01 AM
Wow, that code is a mess and very difficult to follow. However, I believe that you issue is that your subVI "BC Transmit Dynamic" is not re-entrant so when ever you are calling it in parallel only one instance is allowed to run at a time and therefore you effectively execute them sequentially.