Motionview/solve

Hello, I am in the process of trying to import data after an analysis to matlab. After my analysis i get the plt, abf files. plt is in readable form but i cant seem to find a way to identify my desired output (Acceleration-TIme). How can I get the specific output and import it in atlab in an automated way. (I know I can do it via Hyperview-export but I want it to be automated).

Find more posts tagged with

Sort by:
1 - 1 of 11
    GTT AdamUser: "GTT Adam"
    Altair Employee
    Accepted Answer

    Hi @Pantelis_Myrio,

    As @Vishvam has stated, the Compose approach sounds to be the exact process you are describing. The CAE Reader tool can be used to generate the syntax you want to import the PLT file. Then, with a few extra lines in Compose, can export all of the data in a more Matlab-friendly format like CSV.

    I went ahead and wrote a script to accomplish this task for you, please find it attached. Feel free to modify it as needed and let me know if you have any issues with it.

    Hope this helps!

    Adam Reid

    OPERATION

    1. Open Compose
    2. Open export_plt_as_csv_v003.oml
    3. Run the script image.png
    4. Multiselect the PLT files to convert

    OUTCOME

    Upon completion, your OML Command Window should show something similar to the following:

    image.png

    The CSV file will be presented in the following format:

    image.png

    ATTACHMENTS