Importing EnSite Precision

Hello,
I am trying to import some EnSite precision studies with which to do analysis on. I am on the latest /develop build from GitHub using Matlab 2020b. I think there must be some sort of preprocessing required on my end, or I am doing something wrong.

I am exporting a study to a usb and then uploading on my computer. I run import_precision() and no matter what folder I choose I get the following errors “no data recovered that matches requirements.
reference to non-existent field ‘modelgroups’” and
“Error in import_precision line 62 for I=1: numel(data.modelgroups)

Would someone be able to help me get my study data loaded? Thank you

I just wanted to add some further clarification if it helps. When I use import_precision.m and select the folder the study is located I get the following error:

import_precision
Warning: IMPORTPRECISION: locations.log was not loaded.

In importprecision (line 103)
In import_precision (line 37)
Warning: IMPORTPRECISION: mg_locations.log was not loaded.
In importprecision (line 103)
In import_precision (line 37)
No data recovered that matches requirements.
Reference to non-existent field ‘modelgroups’.

Error in import_precision (line 62)
for i = 1: numel(data.modelgroups)

if I go up a directory I get the following:

import_precision()
Dot indexing is not supported for variables of this type.

Error in import_precision (line 43)
dxldata = importprecision_dxldata(data.directory);

and finally if I try to use importprecision.m if get the following

Warning: IMPORTPRECISION: locations.log was not loaded.

In importprecision (line 103)
Warning: IMPORTPRECISION: mg_locations.log was not loaded.
In importprecision (line 103)

ans =

struct with fields:

directory: 'C:\Users\rucinj01\Desktop\test\1'

(as you can see from the last ans the study located in the folder called “1”

Also, in the study folders, especially the folder called ensiteModel, there are no DXL files, just .bin files and a couple .csv. Even trying this does nothing

importprecision_dxldata(‘C:\openep\openep-core-develop\openep-core-develop\1\ensiteModel’)
No data recovered that matches requirements.

ans =

0×1 empty struct array with no fields.

again just trying to show some things I’ve done, using different import scripts and changing the folder location to the working directory.

I will try later, I believe I found my issue. I found out I need to file>export>model during offline review mode!

Sorry for missing this. Is this fixed how?