Hi everybody,
im trying to build a digital twin demonstrator of our
shopfloor in JaamSim.
I planned the shopfloor in a Software called visTABLE which supports the export
of 3D models in a "Wavefront obj (*zip)" format.
However I already managed to successfully include a
model of a flow rack out of visTABLE into my simulation but when I try to import the model of a
Europalette JaamSim freezes completely. (Using Version 2022-04 and
2022-06)
Looks like it’s stuck and JaamSim can only be closed by the task manager. The log viewer keeps printing the following:
java.nio.file.FileSystemNotFoundException
at com.sun.nio.zipfs.ZipFileSystemProvider.getFileSystem(ZipFileSystemProvider.java:171)
at com.sun.nio.zipfs.ZipFileSystemProvider.getPath(ZipFileSystemProvider.java:157)
at java.nio.file.Paths.get(Unknown Source)
at com.jaamsim.render.TexCache.launchLoadImage(TexCache.java:203)
at com.jaamsim.render.TexCache.getTexID(TexCache.java:176)
at com.jaamsim.render.MeshProto.loadGPUTextures(MeshProto.java:1164)
at com.jaamsim.render.MeshProto.loadGPUAssets(MeshProto.java:1139)
at com.jaamsim.render.Renderer.loadMeshProtoImp(Renderer.java:930)
at com.jaamsim.render.Renderer.getProto(Renderer.java:421)
at com.jaamsim.render.MeshProxy.collectRenderables(MeshProxy.java:51)
at com.jaamsim.render.Renderer.updateRenderableScene(Renderer.java:986)
at com.jaamsim.render.Renderer.mainRenderLoop(Renderer.java:331)
at com.jaamsim.render.Renderer.access$000(Renderer.java:91)
at com.jaamsim.render.Renderer$1.run(Renderer.java:202)
at java.lang.Thread.run(Unknown Source)
The .obj files can both be opened with the Windows 3D Viewer and are displayed correctly here.
I’ve tried out various online .obj to .dae file
converters but none of those models could be imported to JaamSim.
At the End i'd like to export the 3D Model of our shopfloor to JaamSim. (~80 MB)
Since I’m fairly new in the field of 3D Objects i’d
appreciate any tips on how to deal with this problem. I attached the zip files to both 3D Models below.
Thank you.
Greetings,
Christoph