From 3f4de666567280e7bc17a2fde6574b2f5615b71c Mon Sep 17 00:00:00 2001 From: Sudhakar Kumar Date: Tue, 19 Oct 2021 01:28:12 +0530 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba91bc..e611711 100644 --- a/README.md +++ b/README.md @@ -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")` -- cgit