Product Status

Current Releases

– Master Concept 12.3.4 (Version: 12.3.4.3)
– Master Concept 11.2.6 (Version: 11.2.6.1)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

Configuring the Batch-function menu

The Batch-function menu in MasterExplorer is configurable and you can easily add your Lsp scripts to it.
Batch-function

Batch-function

The configuration is held in LSPsettings.xml which is located together with your Lsp script files in the \Scripts\Lsp folder at your IdesFileServer. Below is an extract showing the configuration for one script file.

<LispFunctionSetting>
<FileName>UPDATE</FileName>
<Description>Update from database</Description>
<CheckOut>true</CheckOut>
<ShortCut>true</ShortCut>
</LispFunctionSetting>

 

FileName is the name of the file without extension. Extension of the file must be .lsp as that is the only supported extension.

Shortcut determines wether it will be shown in the right menu.

Description is the text presented to the user.

CheckOut determines if the documents will be checked out and in by the batch engine.

The setting that deserves the most attention is the CheckOut flag. Consider what your script file does and set the flag accordingly. After the batch engine checks the drawing out and performs the batch actions it will check the drawing in again. In the case you’ve got project management the check in will be project logged.

It is quite common that batch functions are used to plot and in that case it is often prefereable not to check the drawings out. If set true the batch engine will halt on error if your batch cointains drawings that are not allowed to be checked out. Reasons to not allow check out could be that the drawing is approved or in the case of project management that the drawing is currently involved in a project other than the users active project.

Avoid batch plots being mixed up

Did someone elses printings end up among the pages of your batch plot?
If many users batch plot to the same network printer there is risc the printed pages are mixed up. There are sophisticated printers that sorts the printed pages per user either by use of multiple trays or by use of queuing where users need to sign in to the printer to have their print jobs executed. Those often comes with a cost though.

Print a merged pdf

A simple trick to have your batch plot be printed as one document. Instead of batch plot you make a merged pdf of the desired documents and print that.
Right click menu > PDF > Create Merged PDF

Create Merged PDF

You might experience a slight drawback in terms of quality. You have less control of how a drawing is printed from pdf compared to plotting directly from dwg. If you notice a difference and want top notch plots it is recommended avoiding going via pdf.

Update: Using switches for AutoCAD verticals

When starting elMaster Design the application start will first start the AutoCAD you used last and then load elMaster Design functionality. If there are more AutoCAD products installed you need to make sure the desired product is the one you had last started before starting elMaster Design. Assuming you always want the same version and product there are settings to make switching applications easier.

 

Switches

The following switches are supported both in configuration of Document Start and on shortcuts for stand alone Design.

/product is passed on to AutoCAD and accepts the same input as the native AutoCAD switch. It expects a product shortname like; ACAD, ACADM, MEP

/acadver accepts version as written in the name of the vertical; 2014, 2015, 2016. Version numbers on format R19.1 are currently not supported. Please note that support for this switch was intruduced in 12.2.2.

/p is the native AutoCAD switch for profile. For some starts you may have to refer to an existing profile to get the desired environment. If no profile is specified AutoCAD will be launched and AutoCAD will continue using which ever profile is current.

 

Document start settings in MasterConcept

The configuration of what application to start is found among the document settings; Administration > Settings > Document > Document type. Go to the tab Document Start and look for the columns External Application and Switches.

External Application & Switches

Currently using AutoCAD 2015 while trying out 2016.

The column Switches works very much the same way as adding switches to a program shortcut.

When setting external application to MasterDesign the Design profile is loaded by the document start and there is no need to specify profile.

 

Shortcut for stand alone elMaster Design

The switches above are supported by stand alone elMaster Design by editing the shortcut adding the desired switches.

Shortcut with switches

Shortcut with switches

Product Status

Current Releases

– Master Concept 12.3.3 (Version: 12.3.3.2)
– Master Concept 11.2.6 (Version: 11.2.6.1)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

MasterConcept 12.3.3 SR3 Fix3 Released

Version: 12.3.3.2

Information We have released this version on the ftp.

Please Download on the customer web.

MasterConcept 12.2 SR2 Fix3 Released

Version: 12.2.3.17

Information We have released this version on the ftp.

Please Download on the customer web.

12.2, Performance

During the 12.2 version we spent time on several performance issues. We focused on issues as latency problems, SQL area flushing, SQL parsing issues and the save to database functionality.

Note: We are not done there will be areas/modules in the product that will be adressed in the future. But we hope that by addressing these areas you will notice a change.

We think that the changes made are notable even if you have the database close and have no issues with latency. We tested save to database on a drawing in our support environment and then we upgraded to the 12.2 version.

Version 12.1: 13 s
Version 12.2: 7 s

With an environment with higher latency the performance gain will be even more.

Areas/Modules that we have addressed
• Save to database
• Objects in data tab, object list, right mouse button
• Documents in data tab, document list, right mouse button
• SQL across the products are now handles not to be parsed several times

12.2, Document handling

In the 12.2 we keep continue to added functionality to the document handling.

Functionality

  • Document Type Groups – It is now possible to group document types in different groups to make it easier to find the correct document type
  • During checking in of CAL, MIL, GP4 file we now create PDF Viewer file
  • The PDF Merge functionality is now included in the menus (not as a  plugin)
  • Publish Document Property to PDF Viewer File
  • New PDF Plot Setting, Layers – It is possible to decide what layers to be visible during PDF plot
  • Connect Objects to Documents handle multiple Objects
  • New Report in Ribbon for Objects
  • Copy Documents in Ribbon

 

12.2, Grid Functionality

In the 12.2 we added some functionality to the grids. These changes can be found in most grids throughout the products.

Functionality

  • New Column Filter for Dates Columns – Between Dates
  • Filter Field added to Grid Option Menu
  • Best Fit (all columns) added to Grid Option Menu