Skip to content

Commit

Permalink
example: fix commands in st.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Jul 7, 2021
1 parent 05a3a86 commit 1c37f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exampleTop/iocBoot/iocS7-1500/st.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ opcuaSession OPC1 opc.tcp://localhost:4840
opcuaSubscription SUB1 OPC1 200

# Switch off security
opcuaOption OPC1 sec-mode=None
opcuaOptions OPC1 sec-mode=None

## Load the databases for one of the examples

Expand Down
2 changes: 1 addition & 1 deletion exampleTop/iocBoot/iocUaDemoServer/st.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ opcuaSession OPC1 opc.tcp://localhost:48010
opcuaSubscription SUB1 OPC1 200

# Switch off security
opcuaOption OPC1 sec-mode=None
opcuaOptions OPC1 sec-mode=None

# Load the databases for the UaServerCpp demo server

Expand Down

0 comments on commit 1c37f87

Please sign in to comment.