When I am using WEB SERVER, I want to customize the request interface. I noticed that he has such a command
- webserver.dll?createinstance=my%20model starts an instance of FlexSim running the model specified (here it's 'my model.fsm') and returns a short xml reply containing the instance number.
- it can request to open the flexsim model, and I want to carry parameters when opening the model, similar to this:Flexsimxe myfile.fsm - rofops 8
We can use commandlineparam (str param) to obtain parameters. Can web server requests achieve this?