The :meth:`LogixDriver.generic_message` works in a similar way to the MSG instruction in Logix. It allows the user to perform messaging services not directly implemented in the library. It is also ...
Drivers are simple to create and use, the quickest way is to use them within a context manager (with statement). Most of the examples in the documentation will shown them used in that way. If you are ...