Issue: OPCUA Browser doesn't work on my
# umh-support
t
Issue: OPCUA Browser doesn't work on my controller....
Copy code
opcua:
  endpoint: opc.tcp://192.168.100.152:4840
  username: ""
  password: ""
  securityMode: None
  securityPolicy: None
  subscribeEnabled: true
  useHeartbeat: true
  nodeIDs:
    - ns=4;s=ProdState
Copy code
# these variables are autogenerated from your instance location
let enterprise = "40Hero"
let site = "Delaware"
let area = "office"
let line = "iiotdemo"
let workCell = "nx102_opcua"
let schema = "_historian"

let tagname = meta("opcua_tag_group") # this is the tag group
let payloadTagName = meta("opcua_tag_name") # this is the tag name
let tagType = meta("opcua_tag_type")

# the rest from here here on will be autogenerated, see also documentation
So, with the Input Config, using that node id for ProdState works...
This is an Omron NX102 with a built in OPCUA server. It has a limit on how many users and sessions that can be logged in at once. I monitored those and it seems that they are staying below the limit.
Snapshot in opcua expert....I didn't expand all of the vars because some of them are large....with structures inside of structures...
I minimized the variables available to only atomic, native datatypes....no structures...and got this...
d
You seem to make good progress on your installation! 😄
t
Just hyper focused on learning umh, love seeing the progress
j
@Athavan kanapuli for you to check on Monday
2 Views