I am trying to use UDTs from an old S7-400 PLC (No OPC-UA). I have my driver set up and it's communicating, but I am having issues with the addressing.
My UDT is in DB11 and it has 10 32 bit boolean clusters. DB11.B000.X00-31, DB11.B001.X00-31, etc.
Yes, it was set up by someone else. (It's a server we use for project testing for various projects) I set up the S7-400 driver and it is communicating.
To answer your question, I checked the log and no error showed up...
I did. Still no good. The configuration seems to be OK, yet for the quality I get "Uncertain_InitialValue" and the Value is not displayed. Also, the error message doesn't contain any details...
No, you didn't.
Why do you keep using ns=1,s=...?
Just do, what @BRYAN_MOBLEY said: put only [lab_S7_400]DB11,X0.0 in the OpcItemPath.
The syntax DB11,X0.0 is CORRECT one for Ignition.
The DBX0.0 is Siemens syntax in their software (TIA portal, STEP7).
Have you checked DB11 in the PLC (online) that it is configured correctly?
Is address 0.0 in DB (online) really configured as boolean?
Do you REALLY have the latest DB version in the PLC?
Did you configure the PLC as described in the Ignition instructions? Siemens | Ignition User Manual
Also, sometimes it happens, if you repeatedly try to configure a tag with wrong data, that 'something' happens with the Ignition Tag manager (it happened to me a couple of times, especially at the beginning, when I started working with Ignition).
In that case, it is best to delete all tags (first export all tags without the ones you have problems with) and restart Gateway.
Then import the tags back and try to configure the tag again.
Also, show us how did you configured the device connection:
(For s7-300, the CPU slot number is ALWAYS 2.
For s7-400 is 2 or 3, depends of your power supply (if the power supply is narrow one, then it's 2, if it's wide one, then it is 3)).
and how do you have Ignition OPC UA Server configured:
I use all 416F-3 PLCs with Step7 v5.6 and 5.7. I don't think I had to change any settings in my Step7 project. I just followed the manual that @zxcslo linked.