It would be interesting to see a screenshot of the attributes and references pane while the Objects node is selected in UaExpert.
Based on the name of those variables (Alarm...) it might be possible this server's data model is using only non-hierarchical reference types, which Ignition does not browse for.
You can access them manually like @David_Stone suggested.
I need you to get a screenshot while you've selected the Objects node in UaExpert to further analyze. Make sure all the references in the references pane are visible once you've done so.
Yeah, interesting. Something must be going wrong during the browse. Would need a Wireshark capture of the traffic between Ignition and that server to further diagnose. The OPC UA connection would have to be made without security.
If this is something you want to pursue and don't feel comfortable with Wireshark you can contact support and they can help you with it.
My guess is something like... that server has 1446 references from the Objects folder... when we browse, we follow up with a read for a few attributes of each of the referenced nodes... servers often do not include the information in the address space about the maximum number of reads/writes/operations for each service... so maybe we're following up with a read that is too large. There is a "Max Per Operation" advanced setting on the OPC UA connections in Ignition that you could lower to something like 100 to test this theory.
I performed a few more tests… The data the customer wants to receive are managed under boolean format. I changed this to send only words, and with this modifcation the browser works perfectly.