tutorials.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Tutorials
  2. =========
  3. This section contains structured tutorials
  4. **Tutorial 1: First steps with open62541-server**
  5. :doc:`tutorial_server_firstSteps`
  6. Contents:
  7. * Checking out the stack
  8. * Creating a minimal user-defined server
  9. * Working with amalgamated files
  10. * Compiling built-in server and client examples
  11. **Tutorial 2: First steps with open62541-client**
  12. :doc:`tutorial_client_firstSteps`
  13. Contents:
  14. * Checking out the stack
  15. * Creating a minimal client
  16. * Minimalistic introduction to OPC UA nodes and node IDs
  17. * Reading a variable
  18. * Introduction to strings
  19. **Tutorial 3: Adding nodes to a server and connecting nodes to user-defined values**
  20. :doc:`tutorial_server_variables`
  21. Contents:
  22. * Introduction to Variants
  23. * Adding user-defined nodes to a server
  24. * Connecting a node to a variable
  25. * Connecting a node to a callback function
  26. **Tutorial 4: Adding server-side methods**
  27. :doc:`tutorial_server_method`
  28. Contents:
  29. * Defining server-side method nodes
  30. **Tutorial 5: Nodeset handling**
  31. :doc:`tutorial_noderelations`
  32. .. toctree::
  33. :maxdepth: 2
  34. :hidden:
  35. tutorial_server_firstSteps
  36. tutorial_client_firstSteps
  37. tutorial_server_variables
  38. tutorial_server_method
  39. tutorial_noderelations