Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Magics CSV can be read to automatically match parts and their individual quantities with the build generated in magics. In order for the matching logic to work, the following prerequisites need to be met in the 3YOURMIND MES:

Info
  1. MES activated

  2. Order updated to any status of the “in progress” category - relevant parts are existing in MES

  3. Workflows and workstations configured

  4. Workflows assigned to parts

  5. Part_ID is set as first variable in the file naming format

Requirements for the Magics CSV:

Info
  1. 3D files need to be imported to Magics with the part_id at the beginning of the file name

  2. A Magics report needs to be exported and saved as .CSV

  3. The names of the imported files need to be written in the first column of the CSV

An Example CSV containing only the needed information is shown below. The following file represents a build containing part #437 with a total quantity of 5 (running number appended to the end) and #438 with a total quantity of 3.

Code Block
437-269309_O1-pa12-10_optimized_1
437-269309_O1-pa12-10_optimized_2
437-269309_O1-pa12-10_optimized_3
437-269309_O1-pa12-10_optimized_4
437-269309_O1-pa12-10_optimized_5
438-269309_O1-pa12-10_optimized_1
438-269309_O1-pa12-10_optimized_2
438-269309_O1-pa12-10_optimized_3