We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Postprocessing

Postprocessing

When extracting monitoring data from a results file, how can I just export just one or two?

    • FAQFAQ
      Participant

      Run the following command: cfx5mondata – showvars myresults.res (where you replace myresults.res with the actual results file name). You will get a list of all the possible monitoring data for that results file. If you just want a single one you can use the command: cfx5mondata -res myresults.res -varlist “USER POINT,inlet massflow” -out output_file.csv. This will extract the monitoring point data that had been set up to monitor the Mass Flow through the inlet, and send it to a file called output_file.csv. To know what to put in the section after -varlist, this can be seen in the list of variables obtained from the -showvars command above.