12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- 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
- Tutorial 5: Nodeset handling
- ------------------------------
- :doc:`tutorial_noderelations.rst`
|