Changelog
15.1.0.0
Improvements
- Base UI: prefer template without rotation (C=0°) if several templates with same blank dimensions are available. [RM-10543]
- Operation UI: usage of option DEFAULT_START_DATUM=-1 sets workpiece height as offset for selected csys. This is not necessary anymore. With RM-13762 calculation of default start position takes contour height of electrode into account and therefore avoids collisions with workpiece geometry. Option value can be adjusted in #Options #Operation #DEFAULT_START_DATUM. [RM-13877]
Bugfixes
- Allow renaming of manufacturing assembly and workpiece in Manufacturing UI and Rename UI. In some cases a renamed electrode may not meet the naming format anymore. The new functionality addresses this issue. [RM-13988]
- Don't automatically delete failed cutout features in electrode model. Size of cutout or model accuracy can be adjusted by user manually to fix feature. [RM-13948]
- Adjust mapkeys to create wireframe styles for electrodes and workpieces. [RM-13966]
- Fix error when calculating the free base size if no sufficiently large blank was found in the blank list. New default value for SOLID_CONTOUR_CLEARANCE (1.0 mm or 0.05 in) makes sure that calculated blank is always larger than electrode contour. Furthermore a fix blank length from blank list won't be overwritten during calculation if its size is sufficient. [RM-10219]
- Definition of start and secure position: in some cases a rotated EDM origin is useful. (1) for definition of a user-defined start position or (2) if EDM origin uses an iverted Z-direction (NC setup). In those cases either the display of start and secure or calculated parameters have been wrong. This error is fixed. Csys SE_EDM_BASE will be considered for calculation of rotation angles ignoring any rotations applied to EDM origin. EDM origin is only used to evaluate position of electrode. For legacy electrodes from version prior SMARTElectrode 8.0 EDM_ORIGIN will be used instead of EDM_ORIGIN_TOP. [RM-13878]
- Drawing UI: drawings of newly added electrodes are not created if assembly drawing with position sheets already exists. Retrieval of assembly drawing with positions sheet activates the simplified representation of last sheet. All other electrodes are then suppressed by simplified representation and skipped during drawing creation. Changed behavior to activate previously used simplified representation again after retrieval of assembly drawing. [RM-13905]
15.0.0.0
Enhancements
- Enhance calculation of default start and secure position. Result was depended on position of EDM_ORIGIN csys. This led to disadvantageous or even wrong start positions for electrodes. Now the contour height of electrode is taken into account when positions are calculated. Adjustment of operation default planes may be necessary to respond appropriately to the new behavior. The new behavior is available for all assemblies from current versions. [RM-13762]
- Option UI: introduce new option #Electrode #LATERAL_KEEPOUT_DISTANCE to define the minimum distance in XY direction from the base that must not be disturbed by workpiece geometry. Option value will be added to electrode's base outline in XY direction before Z position of a new base is adjusted. The Z position will be increased to avoid an interference of workpiece geometry with keepout volume. Default: 0 [RM-13766]
- Option UI: introduce new option #Electrode #SOLID_CONTOUR_CLEARANCE to define minimum XY clearance from solid contour in XY direction. Option value will be added to electrode's solid contour before blank size selection and defines the minimum blank size. Default: 0 [RM-13765]
- Allow export of Creo View files. Use keywords 'SE_EDM_BACKUP_PVS' or 'SE_EDM_BACKUP_PVZ' in export template to create a file structure for Creo View (PVS) or a zipped archieve of the files (PVZ). PVS creates a *.pvs for the file structure and numerated *.ol files containing viewable geometry. Outdated formats ED and EDZ are not supported. [RM-13699]
Improvements
- Allow usage of option files for export of 3d files. Save custom option files to export/{type} or processor/{type}. Type | Keyword in template | Option file name ==================================================================== VDA | SE_EDM_BACKUP_VDA | def_profile.dep_vda STEP | SE_EDM_BACKUP_STEP | def_profile.dep_step IGES | SE_EDM_BACKUP_IGES | def_profile.dep_iges CATIA | SE_EDM_BACKUP_CATIA | def_profile.dep_catv5 SAT | SE_EDM_BACKUP_SAT | def_profile.dep_acis (Acis) NEUTRAL | SE_EDM_BACKUP_NEUTRAL | def_profile.dep_neu X_T | SE_EDM_BACKUP_X_T | def_profile.dep_para (Parasolid) UG | SE_EDM_BACKUP_UG | def_profile.dep_nx (NX) JT | SE_EDM_BACKUP_JT | def_profile.dep_jt [RM-13681]