I'm messing around with my first Ignition project and have a micrologix 1100 and RS500 running on a VM. I've created a Tag Provider using the 1100 and am able to see B3's and N7's but I can't see any other data types.
Did I do something wrong when setting up the Tag Provider?
If you're sure that those tags actually exist in the program, and that you're not addressing any that are out of range or don't exist, then you might need to work with support.
Seeing if another software like Kepware can read those tags, and if so, comparing Wireshark captures, might be a useful exercise.
Sure, the tag browser is only showing you tags you've created. For OPC tags, that probably means tags you dragged from the OPC browser into the Tag Browser.
The OPC browser shows you tags available from some given OPC server.
The Tag browser shows you all the tags you've created in Ignition.
The distinction is that the OPC Browser shows what is available, while the Ignition tag browser, for OPC tags, shows what is communicating (or trying to). Don't create Ignition tags for PLC tags you don't need, as that makes them use CPU time and bandwidth unnecessarily.