Virtual Learning Factory Toolkit
  • Virtual Learning Factory Toolkit
  • VLF Knowledge Base
    • Factory Data Model
      • OWL Classes
      • SPARQL Queries
      • SPARQL Updates
    • Instantiation of Factory Models
      • Assets
        • Assets in Spreadsheet
        • Assets in JSON
        • Assets in Ontology
      • 3D Models of Assets
        • 3D Models for Virtual Reality
      • Statechart
      • Animations
      • Data Repositories
        • Local Repository
        • Remote Repository
  • VLF Tools and Libraries
    • OntoGui
      • Modules
        • Control Panel
        • Individual Manager
        • System Design
        • Utilities
      • Personalization
    • OntoGuiWeb
      • Modules
        • Control Panel
        • SPARQL
        • Graphs OWL
        • Utilities
        • Asset Design
        • System Design
        • System Control
        • Performance Evaluation
        • MQTT Sync
        • Virtual Environment
        • Graphs Eng
        • StateChart
      • Personalization
    • jsimIO
      • How to start
      • JMT Overview
        • JSim
          • Model generation
          • Launch of the simulation
          • Reporting
        • Bibliography
    • VEB.js
      • Functionalities
      • Input/Output files
      • Integration with other software tools
      • Advanced Users
    • ApertusVR
    • MTM
      • How to start
      • Formalise the process
      • Prepare input data
      • Execution and results
    • MOST
      • How to start
      • Formalise the process
      • Prepare input data
      • Execution and results
    • RULA
      • How to start
      • Formalise the process
      • Prepare input data
      • Execution and results
    • OCRA
      • How to start
      • Prepare input data
      • Execution and results
  • Use Cases
    • Automated Assembly Line
    • Assets and Animations
    • Modelling of Factory Assets
      • Modelling of an Assembled Product
      • Modelling of a Workstation
      • 3D Modelling of a Workstation for Virtual Reality
    • Process Modelling
      • Modelling an Assembly Process
    • Modelling of a manufacturing system
      • Modelling in OntoGui
      • Modelling a Job Shop using OntoGui
      • Modelling of a Flow Shop using OntoGui
      • Modelling a Hybrid Flow Shop using OntoGui
      • Modelling an assembly system using OntoGui
    • Performance evaluation using jsimIO
      • Performance evaluation of a manufacturing system
        • Performance evaluation in Jsim
        • Performance evaluation of a Flow Shop using Jsim
        • Performance Evaluation of a Job Shop using JSim
        • Performance evaluation of a Hybrid Flow Shop using Jsim
        • Performance evaluation of an assembly system using Jsim
      • jsimIO Assembly
      • jsimIO Automatic
      • jsimIO Production
  • Classworks
  • Advanced Features
    • JMT model
      • Automatic generation of a JMT model
      • Automatic generation of animations
    • Enabling technologies
      • Node-RED
        • Node-RED tutorial
      • RDF libraries
Powered by GitBook
On this page

Was this helpful?

  1. VLF Tools and Libraries
  2. OntoGui

Personalization

Configuration file «ConnConfig.xml»

The configuration file ConnConfig.xml can be modified to set the following properties:

  • LocalRepo to characterize the local repository in the file system with attributes:

    • path, i.e. the path of the local repository defined as relative to the root folder of OntoGui

    • serFormat, serialization format that can be rdfxml for RDF/XML or ntriples for N-triples

    • inSubfolder, value set to «true» if the A-box that are create must be placed in a dedicated subfolder of the local repository, «false» otherwise.

    • TboxFolder, subfolder of the local repository dedicated to store T-box ontology modules

  • StardogRepo to characterize the Stardog repository with attributes:

    • server, i.e. address of the Stardog server

    • database, i.e. selected database provided by the Stardog server

    • user, i.e. user credentials to access the Stardog server

    • psw, i.e. password credentials to access the Stardog server

  • RootDataModel

    • path, i.e. default T-box module that is imported by the A-box modules that are created

  • LocalRepoBinary

    • path, i.e. path defined as relative to the root folder of OntoGui that is dedicated to store binary files

  • SceneThreeD: settings to generate exchange file representing a 3D scene

    • ModelFiles, format of 3D models

    • Quaternion, true if quaternions are used to define rotations, false if Euler Angles are used

    • Zup, true if the Zup convention is adopted, false if Yup is adopted

    • LengthUnitOfMeas, unit of measure used for positions in space ("0.01" stands for centimeters)

  • ImportExport: setting for import/export .json files

    • InputFile, input file

    • OutputDir, output directory

  • ApertusVR: settings for export .json file representing a 3D scene for an ApertusVR-based application

    • ModelFiles, formats of 3D models that are accepted

    • OutputFile, output file

    • LengthUnitOfMeas, unit of measure used for positions in space ("0.01" stands for centimeters)

    • AbsolutePlace, set to true if absolute placements are used, false if relative placements are used

    • BlankNode, set to true if objects without a mesh can be added to the 3D scene

    • OutputDir, output directory

    • AbsPath3Dmodel, set to true if the path of 3D models is defined in absolute terms

    • AddModelTypes, set to true if the model of objects is included in the asset list

    • ArtifactHierarchy, set to true if the hierachy of artifact objects is represented in the 3D scene

  • BabylonJS: settings for export .json file representing a 3D scene for a babylon.js-based application

    • ModelFiles, formats of 3D models that are accepted

    • OutputFile, output file

    • LengthUnitOfMeas, unit of measure used for positions in space ("0.01" stands for centimeters)

    • OutputDir="BabylonJs/Scenes/"

    • AbsolutePlace, set to true if absolute placements are used, false if relative placements are used

    • BlankNode, set to true if objects without a mesh can be added to the 3D scene

    • AddModelTypes, set to true if the model of objects is included in the asset list

    • ArtifactHierarchy, set to true if the hierachy of artifact objects is represented in the 3D scene

  • OntoGuiOptions:

    • safeDelete, true if confirmation is asked before deleting an ontology module

  • OntoGuiSysDesignOptions: settings to customize the interface of System Design module

    • AssignmentClasses, list of resource types that can be assigned to process steps

    • AssignmentLabels, list of labels for the resource types that can be assigned

    • ElementClasses, list of element types that can be included in a production system

    • ElementLabels, list of labels for the element types that can be included in a production system

  • Animation: settings for the generation of 3D animations

    • InputLogFile, input log file to generate the animation.

    • InputClipFile, input .json file defining animation clips.

    • ReplicatesN, number of replicates of the animation sequence.

    • ReplicatesLag, lag between replicates.

PreviousUtilitiesNextOntoGuiWeb

Last updated 4 years ago

Was this helpful?