Did a short search for this, is it possible to change the way the datalogger21 writes the bit status in the data log? I'm using the ModbusRTUCom1 driver, version 3.99w, Visual Studio 15.9.11
I would like it to write the bit status (address of 0000x) as a 1 or a 0 instead of false or true in the data log .csv file. In the past I have copied bits to a UI8 data type in the PLC solution (address of 4000x) and this works but I'd rather not need to do that if possible. Thanks!