coassoftwaresystems / delphi-modbus

Delphi ModbusTCP components
MIT License
116 stars 63 forks source link

Attempting to use the example... #9

Closed Nuzzi closed 7 years ago

Nuzzi commented 8 years ago

The component installed just fine, however when I run the test slave example, I get an an exception. It fails in the msrPLCReadHoldingRegisters procedure because the Count variable is huge. If I remove the event in the form designer and try to add it again. I get an error that reads "Property and method msrPLCReadHoldingRegisters are not compatible." Is this a bug or am I implementing it incorrectly?