Issue Details
I'm trying to write multiple coils using Modbus on LabVIEW but I'm experiencing an unexpected behavior, my code is overwriting the subsequent coils, for instance:
My Modbus Master sends a command to change 10 coils and provides 10 values for those. Our code will write those 10 values, but the next 6 coils will be set to false, no matter what they had in them before, overwriting the data when they're not apparently supposed to do that. The only way to avoid this is if the number of coils to be written is a multiple of 8.