ClassicLadder had a bug in it's Modbus implementation if you read more than 8 inputs or coils. The first input bit is not read correctly and ends up with strange values. I don't know the correct way to submit a fix using Git but the fix is simple. In protocol_modbus_master.c, a break; needs to be inserted in line 321. Currently it falls through to the next case.
Les ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
