Input reference to a matrix or vector
-
I'm a bit confused how to connect blocks where the documentation says "Input reference to a matrix or vector". What do i have to connect there to?
I want to get an array out of a python block and then read it in another task out one by one. As one can see I'm able to extract the array, put at the other side of the outport the array doesn't arrive.
As for reading the array out with one value per tick I thought about the MX_AT block and somehow increase the i by each tick. Any recommendations for that. Is that a good way or are there some blocks which make my life easier?
Thanks! -
Hi Carvin,
Thanks for the question. With all the provided information I don't see anything suspicious. Please, can you share the whole project (mdl files at minimum) just to see all other information and configuration which are not visible from the screenshot?
Just be aware that arrays and vectors in REXYGEN are connected by references so the flow of "information" is different from ordinary "wire" flow where the wire starts somewhere and goes somewhere else. Contrary reference contains the same data in every instance.
Kind regards,
Tomas