BACnet points addressing

This is my first time working with BACnet communication. I have a Niagara JACE I am trying to read and write tags to. When I am browsing tags, I can see the folders and tag names set up in the JACE, but when I actually make a tag, the tag path goes to a generic ("AnalogValue#", AnalogInput#", or "BinaryValue#"). Is there any way to use the folder paths and tag names set up in the JACE? Or is that just how BACnet connections are in Ignition?


The OPC Item Path will always be a generic address with a syntax specific to whatever driver the tag came from.

You should at least get whatever name the BACnet device is providing for that object as your tag name when you drag/drop it into Ignition.

Side note - doesn't Niagra JACE have an OPC UA server you could connect to instead? You might find the hierarchy is better preserved over OPC UA than it is over BACnet.

I might have to check into it. We tried using Modbus before this, but once I wrote to a PLC tag on Ignition, the PLC wasn't able to overwrite that value. We then switched to BACnet because I knew we could set writing priority. I'm used to working with Allen Bradley, so I do not have much experience with Niagara.