Fusion Automate

Results 5 comments of Fusion Automate

> > > Can not get this to work with Mosquitto, I keep getting an error on unknown client disconnecting I have Same issue did you resolve it ?

I hope it will help: https://github.com/papercodeIN/OpenOPC-PyModbus-Snap7-MQTT/tree/main/OPC/OPC-DA

Friend, I think you didn't register opc dll in your system. You can get it from this video : https://youtu.be/sv2N8CXR-9g

Same error for me as well any solution for this problem ?

> go in to the tinyconsole library and switch this > > TinyString& TinyString::operator=(TinyString && other) { if (this == &other) return *this; clear(); str = std::exchange(other.str, str); size_ =...