Iñigo Gastesi

Results 13 comments of Iñigo Gastesi

Hi, I have the same problem, I have found out that OMPython creates a command like this ``` cmd = '/tmp/tmpltwurgv3/variable_torque -overrideFile=/tmp/tmpltwurgv3/variable_torque_override.txt -r=variable_torque_size_50.mat' subprocess.Popen(cmd) ``` But doing the following test...

@NilsDressler I using your commit now in my project, thank you

Hi @arun3688, I think that this issue is not fixed in that commit. In that commit the only think that is fixed is the problem with the subprocess

@arun3688 I'm checking your last comment and in the following code ``` filename = f'{model_name}_size_{size}' print(filename) # voltage_torqueVariable_size_50 mod.simulate(resultfile=f'{filename}.mat') #Para simular el modelo, empleo el método ".simulate()" ``` I have...

@arun3688 Here is the code that load the model ``` sizes = [50, 150, 500, 2000] model_name = "voltage_torqueVariable" model_path_full = model_path + model_name + ".mo" model_path_full = "/home/igastesi/Documentos/HEGAPS/dlsm-trainer/OM_models/voltage_torqueVariable.mo" exec_times...

I have managed to solve a problem by changing these two things in the Kafka configuration. The main problem was in the listeners configuration, specifically in the EXTERNAL section. After...

I have another question. Why when zilla is connected to kafka and it is working perfectly, but if I restart the kafka pod, zilla gets stuck? On the other hand,...

You were right, I wasn't creating all topics. I have another question, if the connection with Kafka is lost and an IoT device continues sending data to the Zilla proxy,...