Hello, I'm attempting to implement the following scenario on CtrlX Virtual. I have created a datalayer tag, for example, "var1," and the path looks like "samples/kvd/implicit_one_level/var1" cause I'm using KVD (Key Value Database App). Operations read and write are allowed. Next, DeviceBridge publishes this variable (Datalayer device) to the MQTT Broker (Connector) through simple JSON Collector. The Datalayer tag publishes well. However, bi-directional communication is required, so I've enabled the WriteBack function. Unfortunately, nothing seems to be happening. Is it possible to set up communication in both directions between the Datalayer and MQTT? Any insights or suggestions would be greatly appreciated.
... View more