@Kavika F Hello!! I have a question
Connect flexsim and python via Socket
python as client flexsim as server
{
python is responsible for passing variables to flexsim
flexsim take variables to scenario and executes experimenter
After flexsim executes the experimenter, the value is passed to python
}
Execute the above process 100,000 times
There is no way to execute 100,000 times because the experimenter will be broken. Until a certain time you can only take variables to the scenario, but the experimenter cannot be enabled.
How to solve??