This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Looking for a simple data logger



Would anyone please provide a reference on a simple data logger? We are planning to use an isolated SCI port to dump data to a file in PC. Here is a short description of the system - a C2000 controller will be monitoring a set of varaibles inside the drive and will be storing each variable in separate buffers. The user can selectively dump any buffer to a file using this GUI. A simple GUI will be sufficient for this application. Not looking for anything complex - trying to shorten the development/modification time if an application is available. Thank you in advance  for your assistance.

  • Arefeen,

     

    i am assuming you are looking for a solution from the computer side or the controller side?

    we use data logger for graphs in our system application Kit GUI's, in the GUI we just get the buffers pointed to, and plot them, 

     

    you woudl have to write a code that writes this buffer to a file,

    source code for the GUI is available, I would sugest looking at the HV Motor Kit GUI and source code..

    Hope it helps,

     

    Regards

    Manish Bhardwaj

  • Thanks for your reply ... the GUI you referenced is not suitable for our application and was looking for something smaller with file storing capability. Anyway, we have already written the required GUI and currently testing the features. Again, thank you for your reply and keep up the good work.