Milo搭建OPC UA服务器自定义数据源
当使用Milo搭建OPC UA服务器时,需要从其他数据源获取PLC的值,比如redis,mqtt,需要修改milo如下代码:tagNode.getFilterChain().addLast( new AttributeLoggingFilter(), AttributeFilters.getValue( ctx -> { String addr = ctx.getNode().getNodeId().getIdentifier().toString(); TagAllName tagAllName= new TagAllName(); ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment