I want to make a reporting program using C# and .NETFramework technologies. We have PLCs and our PLC tags are coming to Kepware's OPC server.
According to my research, it seems reasonable to use OPC UA, but I couldn't find any useful(uncomplicated) documentation. I just want to get the tree list from the OPC server and transfer it to treeview, which is a .NETFramework component.
Later, I want to log the tags I have determined by reading 1 per minute. Very detailed samples are too heavy for me.
Are there a method like GetStructors() or a simple sample to get the tree structure and read a tag? Please help.