09-14-2015 11:26 AM
Good afternoon,
I have the following code done using queues, I have two problems which I can not find a solution.
The first one is related to sending matrix, when I create the same code completely independent, using the basics from network streams without the queues, it works but when I introduce it to the bigger program, for some reasons it is not sent. This part appears inside the case "Matrix sending" (data/writer4)
The second problem that I face, is with a subvi created. The data is generated but it is also not send. This one is where the variables "L", "sigma", "mu" (data/writer2)
Can someone help me to know why this happens and if someone can give me a solution to how to fix it please!
Thank you
09-15-2015 02:51 AM
Hey erikaroxy,
it is not possible to execute your code, because some type definitions are missing.
However, your block diagram is a mess and should be cleaned up bevor your request help by other people.
You will never receive any data from the SubVI call of "plot_rand_continues_jumps_intervals(subvi2).vi" in your Main VI, because this SubVI never stops. The SubVI only stops if the stop button for the outher While-Loop is pressed. This can only happen by the user, because the value for stop is not connected to the connector pane and can therefore not be set by the calling VI.
Stephan