I looked at your model and you seem to have added an extra port to the Simulator
Actor. You shouldn't do that.
The Simulator
Actor is expecting one vectorized double input and one vectorized double output. You should use the VectorAssembler
in your model to concatenate the outputs of your TSetPoi block to one vectorized output. Please make sure that the types are the same. I see for instance that one of your outputs is of type String
. You will need to convert it to a double prior to concatenation. You will then be able to feed the vectorized output to the input of the Simulator Actor.
Note: I haven't run your model to see whether it works but think this to be one mistake which will certainly prevent the model to run properly. I suggest to read the BCVTB manual to correctly set-up the Simulator Actor.
@Thierry Nouidui Could you please help me with this.?
I don't seem to have access to that google drive...Could you please change the permissions so I have access to it?
@Thierry Nouidui Could you please check this link? https://drive.google.com/drive/folder... I have the link available for edit for others also. Could you please let me know if you have access to that?
Before unmet hours, I uploaded this files in the googlegroup. They might be available through google drive also. Thanks