diff options
author | Sudhakar Kumar | 2021-10-19 01:32:57 +0530 |
---|---|---|
committer | GitHub | 2021-10-19 01:32:57 +0530 |
commit | c651e834bb7f2aaac7b8f79569ce4e404446646e (patch) | |
tree | b537c00a10441ff811038bce79c4522fe65229bd | |
parent | 45bac7602a423edaa178687bafaa20ac03556f9e (diff) | |
download | OM-OPCUA-Control-c651e834bb7f2aaac7b8f79569ce4e404446646e.tar.gz OM-OPCUA-Control-c651e834bb7f2aaac7b8f79569ce4e404446646e.tar.bz2 OM-OPCUA-Control-c651e834bb7f2aaac7b8f79569ce4e404446646e.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |