diff options
author | Sudhakar Kumar | 2021-10-19 01:28:12 +0530 |
---|---|---|
committer | GitHub | 2021-10-19 01:28:12 +0530 |
commit | 3f4de666567280e7bc17a2fde6574b2f5615b71c (patch) | |
tree | fa7a1c3740f731c1559bf212acde13eaba513599 | |
parent | b655036d67ff53687689824306f98e5b2d401939 (diff) | |
download | OM-OPCUA-Control-3f4de666567280e7bc17a2fde6574b2f5615b71c.tar.gz OM-OPCUA-Control-3f4de666567280e7bc17a2fde6574b2f5615b71c.tar.bz2 OM-OPCUA-Control-3f4de666567280e7bc17a2fde6574b2f5615b71c.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ To invoke the OPC UA server for a model (say `testModel.mo`) in OpenModelice: - Launch `OMShell-terminal`. - Execute: `loadModel(Modelica)` - Execute: `loadFile("testModel.mo")` -- Execute: `simulate(trays, startTime = 0, stopTime = 10, simflags = "-rt=1.0 -embeddedServer=opc-ua")` +- Execute: `simulate(testModel, startTime = 0, stopTime = 10, simflags = "-rt=1.0 -embeddedServer=opc-ua")` |