[SOLVED] OZone wish

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] OZone wish

    Hello.

    A very usefully missed feature for OZone is:
    Export or copy (selected) watched data to a txt/csv-file or to clipboard.

    This is helpfull, if we can't use the segger_rtt to print the data by program.

    So we can copy/export a data-struct or especialy a large array of data from the Watched Data window,
    and analyze/filter the data with a external tool.


    Many thanks.
  • Hello,

    Thank you for your inquiry.
    Ozone offers the functionality called data graph that enables you to sample a symbol at a given rate and plot it over time. Then you can simply export the data to csv.
    Simply right click your watched data and select "Graph" in the context menu.
    More information can be found in the Ozone manual.

    A stand alone version of that feature would be our tool J-Scope:
    segger.com/products/debug-probes/j-link/tools/j-scope/

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Many thanks for the reply.

    That can be a sollution for one or two variables. Correct....

    But it is not working / applicable for a big data array:
    Example: uint16_t g_debug_current[50][256]

    Do i have to pull every 12800 elements.... element by element... in a graph, do my test, export this element to a csv (g_debug_curr_1.csv, ... , g_debug_curr_4793.csv, g_debug_curr_4794.csv, ... , g_debug_curr_12799.csv, ?

    -> Than i need 20 working day's for every test :(


    A export possibility for the data will be a good feature :)
    Images
    • 2019-07-03 09_44_48-Ozone - The J-Link Debugger V2.62e - MOTOR.png

      17.49 kB, 365×549, viewed 429 times
    • 2019-07-03 09_50_13-Ozone - The J-Link Debugger V2.62e - MOTOR2.png

      13.17 kB, 367×389, viewed 420 times
    • Context__Menu_Watched-Data.png

      18.28 kB, 266×569, viewed 433 times

    The post was edited 2 times, last by Forster ().

  • Hello,

    Thank you for clarifying your use case. We see your point and will add this to our wishlist for Ozone.

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.