OPCUA NetStandard2.0 5 - Examining autogenerated DataTypes from Model Compiler

Subscribers:
9,750
Published on ● Video Link: https://www.youtube.com/watch?v=_Xs6QMZqX3s



Duration: 22:33
57 views
0


------------------ Useful Links ------------------------------------
VERY useful information by Industry40tv:
What is OPCUA and how does it work?
https://www.youtube.com/watch?v=vRk42W_4R0o

OPCUA information model ie, classes objects methods
https://www.youtube.com/watch?v=f5oPEVhZFug

Creating OPCUA information model in dotnet (visual studio)
https://www.youtube.com/watch?v=gxA7SDNLHgc

OPCUA model compiler
https://github.com/OPCFoundation/UA-ModelCompiler

Python OPCUA
https://github.com/FreeOpcUa/opcua-asyncio

Rust OPCUA
https://github.com/locka99/opcua/blob/master/samples/simple-server/src/main.rs

------------------ Video Sections --------------------------------
Chapters:
0:00 Introduction
0:20 Vector Data Type within DemoModel xml file
3:45 UA Structure in xml become classes in csharp
9:35 Autogenerated collection of DataType
12:30 enum types
15:00 UA Structure can contain different data types, eg strings and doubles
16:31 UA Structures can be nested within each other
19:07 Unions, I'm not really sure, but it seems to be giving an error in my linter
21:47 UA structures with subtypes (not going through)



---------------------[Playlists and Relevant Github Repositories]----------------------------------------------

Fluid Mechanics and Git Repos:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YSmdAXc6J0XOSQ1b27qsMGt
https://github.com/theodoreOnzGit/OpenFoam_heatTrf_YouTube

Petroleum Downstream Crash Course Playlist:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQ13CnhacUqEVk-tZlU4ISE

OpenFOAM for Windows 10 Beginner Playlist and some Git Repos
https://www.youtube.com/playlist?list=PLhPfNw4V4_YRhBU4IqSaToQ8_X543YQsZ
https://github.com/theodoreOnzGit/laminar_BL_OpenFOAM

OpenFOAM Intermediate Playlist and some Git Repos
https://www.youtube.com/playlist?list=PLhPfNw4V4_YSpWX6mSOlwWEOKVa6i_iuE
https://github.com/theodoreOnzGit/thin_pipeflow_snappyHexMesh

OpenFOAM Heat Transfer Playlist and GitHub Repo
https://www.youtube.com/playlist?list=PLhPfNw4V4_YR2Qa3Q9-AzNSF2J9Dc4_qT
https://github.com/theodoreOnzGit/OpenFoam_heatTrf_YouTube

Convection Boundary Layer and git Repos:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YR9pRBpp101Mkuds49vjQ63
https://github.com/theodoreOnzGit/heatTransferTheory_YouTube

Turbulence Modelling Playlist
https://www.youtube.com/watch?v=F_Rxv9uMM3g&list=PLhPfNw4V4_YSnbYkJIBQ1kRN06Mmxe2Be
https://github.com/theodoreOnzGit/turbulenceModelling

Control Systems and Frequency Response
https://www.youtube.com/watch?v=qHY6y7JmB2U&list=PLhPfNw4V4_YRUuWnrtClovPKxU_gJOXH-
https://github.com/theodoreOnzGit/matlabFrequencyResponse.git

OpenFOAM C++
https://github.com/theodoreOnzGit/C-_YouTube_OpenFoam
https://www.youtube.com/playlist?list=PLhPfNw4V4_YT9OgqS7ZPlot_Ucxzc6pQJ

OpenFOAM Bash
https://github.com/theodoreOnzGit/Bash_OpenFOAM_YouTube
https://www.youtube.com/playlist?list=PLhPfNw4V4_YT5zjBhfj5Hj4r4D5eXilcU

Basic Samba
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQuWJLufBUpNplitReZX0fB
https://github.com/theodoreOnzGit/sambaVideos

Manjaro Tips and Tricks
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQuyXBfJxAvzHJTl0UiWx3h

lammps and Discrete Element Modelling (DEM)
https://www.youtube.com/playlist?list=PLhPfNw4V4_YTdRlnLiu2OUXeTf5ZNVQ9E

playing with dotnet core
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQSTR8sqz0aRVzWlQBq3QUw
dotnet core github repo
https://github.com/theodoreOnzGit/dotnetCoreYoutube




Other Videos By Theo Ong Science and Engineering


2022-09-25I tried doing latex in vim or neovim without the vimtex plugin compile for fun learning experience
2022-09-15Units Safe Calculations for Rust Newbies 2 - checking dimensionless numbers and unit conversions
2022-09-14Units Safe Calculations in Rust Rust Newbies 1 - Calculating Reynolds Number demo 2022
2022-09-13exploring asyncio opcua in python 7 - installing opcua client on windows using winpython
2022-09-12exploring asyncio opcua in python 6 - demo:python server calculating darcy friction factor with rust
2022-09-12exploring asyncio opcua in python 5 add method and using nodemon to watch python files
2022-09-11OPCUA NetStandard2 0 9 - A hiatus for opcua C sharp code
2022-09-09OPCUA NetStandard2.0 8 - Coding a "simple" temperature sensor OPCUA object via csharp
2022-09-09OPCUA NetStandard2.0 7 - Coding a "simple" temperature sensor OPCUA objectType (class) via csharp
2022-09-09OPCUA NetStandard2.0 6 - Getting XSD schema LSP working on vscode for xml model compiling OPCUA
2022-09-08OPCUA NetStandard2.0 5 - Examining autogenerated DataTypes from Model Compiler
2022-09-08OPCUA NetStandard2.0 4 - compiling and using the Net Standard Model Compiler on Linux
2022-09-08OPCUA NetStandard2.0 3 - using the Net Standard Model Compiler EXE using CLI (compiling in next vid)
2022-09-06OPCUA NetStandard2 0 2 - adding an asychronous task and starting the test console client
2022-09-06neovim on windows 5 bare basics omnisharp with ale and async complete
2022-09-06neovim on windows 4 - vim lsp with ALE
2022-09-05neovim on windows 3 - snippets and vim lsp with examples in python and rust
2022-09-05neovim on windows 2 - nerdtree grubox airline and git gutter
2022-09-05neovim on windows 1 - setup and pre requisites
2022-09-02OPCUA NetStandard2 0 1 - where to find the while loop in the server and print output
2022-09-02OPCUA NetStandard2 0 reference server in archlinux docker container



Tags:
Engineering
Math
Science
Thermodynamics
Fluid Mechanics
Chemical
Nuclear
Chemical Potential
Fugacity
Enthalpy
Internal Energy
Entropy
First Law
Second law
Gibbs Free Energy
Hemholtz free energy
heat capacity
constant volume
constant pressure
tutorial
petroleum
oil
refinery
downstream
crude
jet
gasoline
gasoil
diesel
computational fluid dynamics
CFD
OpenFoam
Open
Foam
Fluid mechanics
heat transfer
turbulence
conduction
convection
radiation
Linux
Mint
Ubuntu
Manjaro