Anonymous - 2016-11-17

Originally created by: barkamharikrishna

Hi everyone
can anyone give Suggestion for the below Problem

I am working with following things on one of my Controller.
1. canbus layer 2
2.creating .csv files.
3. Read/right data to the .csv files.
4. Deleting .csv files when memory exceeds more than 10 MB ( in FIFO order)
5. Also Access a Excel file data to in to my code through Array of strings ( no of lines of data in Excel file is approx 1500 lines )
6. Opening Directory and reading file names .
7. Opening USB Directory and copying files from USB TO my Controllers
8. Deleting files on the Controller.
9. And my logic works on more on data structures ,Array of string ,if condn , for Loops

Now my Problem is if iam online with my Controller and do some Operation
example : selection of file Name is done by pressing up and down arrow on the Controller ( hard buttons integrated on the Controller) the update is see on the my code (online Status )immediately. But the update ( the selected file active Status )on the Controller is jet lag approx 1~ 3 sec .

The Controller is on Linux OS and top of that codesys is running . codesys Version 3.5.8.0 I am using .
Now my question is how to make my Controller Response faster, any Suggestion please ... This is really a big Problem to me now ,complete development is done but the System Responses very slow ..

Many Thanks in Advance