Hello.
When publishing from Ignition with UNS Transmitter, I’m getting the following warning on my Chariot Server. PUBLISH - topic with 11 levels exceeds max allowed 10 levels
I didn’t think there was a limit on topic levels?
Is there a setting somewhere I need to update?
Cheers, Eric
By default, this is 10. It can be changed by modifying the file here:
[CHARIOT_INSTALL_DIR]/conf/com.cirruslink.chariot.server.config
In it, you can specify this limit as:
maxTopicLevels=I"25"
If you modify this file, the Chariot MQTT Server service will restart.
In 2.7.0 (which is about to be released) we have modified this limit to default to 25.
1 Like
Ahh perfect, thanks Wes, I’ll try that.