Making Ignition Tags Discoverable For BACnet Server

I have an ignition project coming up where i am reading/writing tags to an Allen Bradley PLC. The customer wants some of the information passed to their BACnet system. usually we would do this via third party gateway etc. but the BACnet company says they have done it before by reading the tags from ignition. they are claiming all i need to do is make the tags "discoverable" for the BACnet system and they can pull the data from the server. i don't see any mention of anyone doing this in the forums or any options in the gateway or in the ignition designer to achieve this. has anyone had any experience with something like this? any help on this would be appreciated.

They may be talking about Ignition's "Exposed Tags" feature, which makes all your Ignition tags available via the OPC UA server (no roles and permissions or narrowing down scope right now, unfortunately. This is something done for 8.3).

It's over OPC UA, though, not BACnet.

"Expose Tag Providers" setting: Ignition's OPC UA Server | Ignition User Manual

note that it requires a gateway restart to take effect.

1 Like

A bit new to BACnet, so bear with me :smile:

Do I understand it correctly that Ignition can NOT "host" any tags locally for external devices to access via BACnet?

Currently have a Ignition system initializing as foreign device to a Schneider EBO server. I can browse and read the tags there.

If I want to make some data availabe to this EBO server, I must then ask them to configure a BACnet Object in their server?
No way for them to access/browse/read a tag in an Ignition Tag Provider?

Ignition cannot expose data as a BACnet device on your network. The driver is only meant to consume data from other BACnet devices to expose in the Ignition OPC UA server.

Exposing your Ignition tags to other applications is typically done with OPC UA or web service calls.

1 Like

Went ahead and made a feature request on the ideas portal.

We've had to do this several times over the last year using BACnet/IP gateways and it's a pain, but we don't do enough with BACnet to justify adding the functionality ourselves.

1 Like