CSV file is not created when following the guide: EDEM - How to Calibrate Material Model with EDEM
Hi,
I have been following this guide: EDEM - How to Calibrate Material Model with EDEM and HyperStudy https://www.youtube.com/watch?v=HuO91mCMmjo.
I have the 2025 version for both EDEM and Hyperstudy. I used the calibration kit which I got when I downloaded EDEM. Everything has worked until I have to choose my output CSV file. No warnings came up when I ran my definition but it seems that the python code does not create a CSV file. Does anyone have any tips?
Find more posts tagged with
- EDEMPy versions
Hi,
When running HyperStudy do the log files show any errors related to export data or python?
It could be due to a few reasons:
In the video at 55 s it says to copy the EDEMPy folder. You don't need to do this process, or if you do make sure that the EDEMpy folder matches your current version. But its best to not include this as by default the correct version is included.
2. Does the edempy script you are using have the line:
"import matplotlib.pyplot as plt"
If so and they are not there try adding the following above this:
import matplotlib
matplotlib.use('TkAgg')
3. In the HyperStudy connector settings the default script name is 'edempy_post.py'. Can you make sure that either your script is named the same or that you edit this to be same as your script name
- EDEMPy versions
Hi,
When running HyperStudy do the log files show any errors related to export data or python?
It could be due to a few reasons:
In the video at 55 s it says to copy the EDEMPy folder. You don't need to do this process, or if you do make sure that the EDEMpy folder matches your current version. But its best to not include this as by default the correct version is included.
2. Does the edempy script you are using have the line:
"import matplotlib.pyplot as plt"
If so and they are not there try adding the following above this:
import matplotlib
matplotlib.use('TkAgg')
3. In the HyperStudy connector settings the default script name is 'edempy_post.py'. Can you make sure that either your script is named the same or that you edit this to be same as your script name
Hi Karl
One suggestion would be to check if the python script generates the csv file if you run it from EDEM, without using HyperStudy, and make sure that works well.
Hope this helps.
Thanks,
Jerrin Job
Hi Jerrin,
It works without using Hyperstudy, so I am not sure why it wont work with hyperstudy and the guide.
BR