From c651e834bb7f2aaac7b8f79569ce4e404446646e Mon Sep 17 00:00:00 2001 From: Sudhakar Kumar Date: Tue, 19 Oct 2021 01:32:57 +0530 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12a0215..75bf464 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ To invoke the OPC UA server for a model (say `testModel.mo`) in OpenModelica: - Execute: `loadModel(Modelica)` - Execute: `loadFile("testModel.mo")` - Execute: `simulate(testModel, startTime = 0, stopTime = 10, simflags = "-rt=1.0 -embeddedServer=opc-ua")` + +Alternatively, one can invoke the OPC UA server from [OMEdit](https://openmodelica.org/doc/OpenModelicaUsersGuide/latest/omedit.html). -- cgit