Ignoring outbound command

I’m testing a new MQTT Sparkplug B connection. While I’m able to read all tags, I am unable to write successfully. I’ve set the item in question to bi-directional and do not have the write-blocking settings in MQTT Engine set.

I can write from other MQTT publishers, just not this one.

I can see the write attempt, but I get a “Ignoring outbound command” message in the logs.

Anyone have any ideas?

Hello Tim,

Are you attempting to write from MQTT Engine Tags to MQTT Transmission Tags?
Have you confirmed the Block Commands is unchecked in the Transmitter configuration?

The ignoring message is just MQTT Engine ignoring it’s own write NCMD message.

The other possibility is that MQTT Engine User is not allowed to write using the Server ACLs.

Daniel