summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudhakar Kumar2021-10-19 01:27:40 +0530
committerGitHub2021-10-19 01:27:40 +0530
commitb655036d67ff53687689824306f98e5b2d401939 (patch)
treec4a83f6fc8a3f0afcb975946b219ea6d3069739b
parent05d16d0f1ef17a732ace88b38b1e72c2cddad35d (diff)
downloadOM-OPCUA-Control-b655036d67ff53687689824306f98e5b2d401939.tar.gz
OM-OPCUA-Control-b655036d67ff53687689824306f98e5b2d401939.tar.bz2
OM-OPCUA-Control-b655036d67ff53687689824306f98e5b2d401939.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 35abed9..5ba91bc 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# OM-OPCUA-Control
OpenModelica OPC UA framework for control applications
+
+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")`