diff options
author | Sudhakar Kumar | 2021-10-19 01:27:40 +0530 |
---|---|---|
committer | GitHub | 2021-10-19 01:27:40 +0530 |
commit | b655036d67ff53687689824306f98e5b2d401939 (patch) | |
tree | c4a83f6fc8a3f0afcb975946b219ea6d3069739b | |
parent | 05d16d0f1ef17a732ace88b38b1e72c2cddad35d (diff) | |
download | OM-OPCUA-Control-b655036d67ff53687689824306f98e5b2d401939.tar.gz OM-OPCUA-Control-b655036d67ff53687689824306f98e5b2d401939.tar.bz2 OM-OPCUA-Control-b655036d67ff53687689824306f98e5b2d401939.zip |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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")` |