Home › Forums › Mayfly Data Logger › Wingshield for Modbus Communication with Isco Signature › Reply To: Wingshield for Modbus Communication with Isco Signature
2019-12-04 at 6:49 PM
#13440
Oops, I was just looking over again the code I gave you and realized there’s a mistake in line 41. The levelStatus should be the inverse of the modbus result since 0 is good. (bool levelStatus = !modbus.uint16FromRegister(0x03, 40042)) I corrected it above.