Classification don't show classes

Hi

I have some problems with the classification definition. As can be seen here I get the BSAB Classification, but not it's classes. I've done some modifications to the dataset and guess a file most av got misplaced along the line. Which files are needed? 

I found this thread and all of the 3 files in there exist. 

https://communities.bentley.com/products/building/building_analysis___design/f/aecosim-speedikon-forum/117916/add-new-system-classification-to-my-dataset/432625

//

Robert

Parents
  • Hi Robert,

    "C:\ProgramData\Bentley\OpenBuildings CONNECT Edition\Configuration\Datasets\Dataset_SE\Data\Classifications\ClassificationSystemLookup.xml"

    looks for files in the same folder.

    In dataset SE it starts with:

    <Classifications>
     <Type name="BSAB">
      <Files>
       <File name="BSAB.xml"/>
      </Files>
     </Type>

    so BSAB.xml is the file you are looking for.

    The variables: BB_CLASSIFICATIONSYSTEM_PATH and  BB_CLASSIFICATIONSYSTEM_FILE can be used to redirect to custom locations if necessary.

    Marc

Reply
  • Hi Robert,

    "C:\ProgramData\Bentley\OpenBuildings CONNECT Edition\Configuration\Datasets\Dataset_SE\Data\Classifications\ClassificationSystemLookup.xml"

    looks for files in the same folder.

    In dataset SE it starts with:

    <Classifications>
     <Type name="BSAB">
      <Files>
       <File name="BSAB.xml"/>
      </Files>
     </Type>

    so BSAB.xml is the file you are looking for.

    The variables: BB_CLASSIFICATIONSYSTEM_PATH and  BB_CLASSIFICATIONSYSTEM_FILE can be used to redirect to custom locations if necessary.

    Marc

Children