rossmann-engineering / EasyModbusTCP.NET

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations
928 stars 402 forks source link

Is there a way to save 5 second of data from ReadHoldingRegisters ? #27

Closed blarroqu closed 4 years ago

blarroqu commented 5 years ago

I try to received each data from my ModbusClient during 5 second. Actually the maximum speed I can reach is 25ms for each request of ReadHoldingRegisters. The hardware is an EM4 and have a 2ms cloack speed. Is there a way to save all values for a given time ?

rossmann-engineering commented 4 years ago

Sure but thats propably not a question related to the Modbus library