I'm porting my application from NoDave lib version 0.6 to 0.8.1 with delphi component.
In my old application I've used multiple readings and writings due to minimize cycle time; with delphi component is there a similar method? How could I use it?
Thanks for your support.
Sergio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
At the moment, the multiple-read/-write functions are not used in the component, because the component encapsulates the management of the data-buffer for the communication also, and it is a complex issue to do this with multiple reads.
But I'm thinking about implementing pass-through functions to the multiple-read/-write functions without the data-management, to make it possible to use this functions with my component also.
Axel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm porting my application from NoDave lib version 0.6 to 0.8.1 with delphi component.
In my old application I've used multiple readings and writings due to minimize cycle time; with delphi component is there a similar method? How could I use it?
Thanks for your support.
Sergio
At the moment, the multiple-read/-write functions are not used in the component, because the component encapsulates the management of the data-buffer for the communication also, and it is a complex issue to do this with multiple reads.
But I'm thinking about implementing pass-through functions to the multiple-read/-write functions without the data-management, to make it possible to use this functions with my component also.
Axel