1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- Tutorials
- =========
- Tutorial 1: First steps with open62541-server
- ------------------------------
- :doc:`tutorial_server_firstSteps`
- Contents:
- * Checking out the stack
- * Creating a minimal user-defined server
- * Working with amalgamated files
- * Compiling built-in server and client examples
- Tutorial 2: First steps with open62541-client
- ------------------------------
- :doc:`tutorial_server_firstSteps`
- Contents:
- * Checking out the stack
- * Creating a minimal client
- * Minimalistic introduction to OPC UA nodes and node IDs
- * Reading a variable
- * Introduction to stings
- Tutorial 3: Adding nodes to a server and connecting nodes to user-defined values
- ------------------------------
- :doc:`tutorial_server_variables`
- Contents:
- * Intorduction to Variants
- * Adding user-defined nodes to a server
- * Connecting node to a variable
- * Connecting node to a callback function
- Tutorial 4: Adding server-side methods
- ------------------------------
- :doc:`tutorial_server_method`
- Contents:
- * Defining server-side method nodes
|