31 March 2011

AutoChart version 2010.00.08 is now available for download

We are pleased to announce that the latest AutoChart version 2010.00.08 is available for download from the Wish Software Support Page:

http://www.wishsoftware.com/AutoChartSupport.aspx

Access to the download page requires a User Name and Password, so please contact your company's AutoChart Administrator in the first instance to obtain the required login information.

Version 2010.00.08 corrects a bug introduced in the previous version that meant that the new Save/Load/New project functionality could sometimes not work as intended. If you have previously downloaded and installed the recent 2010.00.07 version of  AutoChart, please upgrade to this new release.

Full Details of the changes in the latest AutoChart version can be found in the table below:
Type
ID
Description
Command
BG
525
Create Panels Crashes when Route is on Locked Layer
Create Panels
FR
732
New command. Draw Average Velocity Trendline
Draw Average Velocity Trendline
FR
733
New command. Import Velocity Table
Import Velocity Table
BG
734
New/Load Project incorrectly triggering a Save Project prompt when nothing has changed
AutoChart

30 March 2011

New Features in AutoChart 2010.00.07

We've just released the 2010.00.07 version of AutoChart so in today's Blog post I'm going to do my usual round-up covering some of the modifications and new features in this release.

First and foremost, with the recent AutoCAD 2012 release, the new AutoChart installation has been made 2012 compatible. If you are planning to use AutoCAD 2012, then you must use the 2010.00.07 or above version of AutoChart, however, this version is also compatible with all AutoCAD releases back to AutoCAD 2007.

A number of new commands have been added (or in some cases moved to the menu system from their previous command line only version).

29 March 2011

AutoChart version 2010.00.07 is now available for download

We are pleased to announce that the latest AutoChart version 2010.00.07 is available for download from the Wish Software Support Page:
 
 
Access to the download page requires a User Name and Password, so please contact your company's AutoChart Administrator in the first instance to obtain the required login information.
 
Version 2010.00.07 contains a number of modifications, new commands and bug fixes as well as adding compatibility with the newly released AutoCAD 2012.

Details of the changes in the latest AutoChart version can be found in the table below:
Type
ID
Description
Command
FR
171
Prompt User to Save AutoChart Project if it has changed when exiting AutoCAD or loading a new project
Save Project
FR
275
Add functionality to use values in data file (VisualWorks XP.csv and TPDS Ver.3 only) for pipe diameter
Create Cross Profiles
FR
338
New Command - New Project to reset all AutoChart Dialogs to empty
New Project
FR
493
Add option to allow Point Description and KP attributes to be used in Label Route Points
Label Route Points
FR
709
Add UKOOA P1/90 file format to Import Track command
Import Track
BG
710
AutoCAD crashes when exporting a Route with Geodetic KPs and Intermediate Points turned on
Export Route
FR
713
Add Fledermaus plf format to Import Route
Import Route
FR
714
Add Fugro Starfix sdf file format to Create Profile
Create Profile
FR
715
Add option to use Curve Data in Label Route Points
Label Route Points
FR
716
Add option to use a Prefix/Suffix in the Track Line Name annotation
Import Track
BG
717
Dynamic Blocks lose their dynamic property when imported with a scale that does not equal 1
Import Block Data
FR
718
Add option to set a Block/Text rotation in Import Soundings
Import Soundings
FR
719
Add Quinsy QPS Format to Export Route
Export Route
BG
720
VisualWorks XP.csv Cross Profiles incorrectly flipped at an anti-clockwise Route curve
Create Cross Profiles
FR
721
Add option to select a Subset of Cut drawings in Cut Data Directory to be Inserted/Xreffed
Insert/Xref Cut Data
BG
722
Hatch Above/Below Profile not working with 5pt Profile file format
Create Profile
BG
723
Profile Hatches not extending to increased boundary when Xref Profile command is used in AutoCAD 2011
Xref Profile
FR
724
Add option to auto-load last used project acp file on AutoCAD startup
Directory Preferences
FR
725
Compatibility with AutoCAD 2012
AutoChart
FR
726
New Command - Create Velocity Profile
Create Velocity Profile
FR
727
New Command - Export Velocity Profile Table
Export Velocity Profile
FR
728
New Command - Circle Cutter
Circle Cutter
FR
729
New Command - Concatenate VisualWorks Files
Concatenate VW Files
FR
730
New Command - Remove Profile Dictionary
Remove Profile Dictionary
FR
731
New Command - Re-create Hatch Boundary
Re-create Hatch Boundary

 As always, I'll be discussing some of the recent changes in a forthcoming post on this blog or please contact us if you require any further information on any of the new features.

19 January 2011

Importing contours from a SHP File

I've previously covered using the MAP Query command to transform a drawing between coordinate systems however the same Query command can also be used to set the elevation properties of a set of contours that have been imported from a SHP file.
The process involves importing the SHP file data with the contour elevations being saved to MAP Object data and then running a MAP Query to Alter Properties in order to set the polyline elevations to the appropriate value stored in the object data field.
The complete process is shown in the video below:
For a full description of the steps, please read on...

7 December 2010

AutoChart Custom Formats - Part 2

In Last Week's Post I covered the basics of AutoChart Custom Formats, so today I'll continue with the subject and discuss specific examples of the various data types and how the Custom Format ini file should be set up to read in external ASCII data sources.
As explained in the previous post, the Custom Format ini file is a Text file that defines which column of the data file holds particular fields. The Header of the ini file defines what delimiter is used within the data file and also if there are any header lines at the beginning of the data that should be skipped. Any numerical fields can also have a unit multiplier or a multiplier value applied when the data is imported.
Custom formats are available for Events, Profile, Route, SoundingsSBP and Track data types.
AutoChart expects certain record data columns to be named in a specific manner in order to correctly ascertain the type of data they contain:

ALL CUSTOM FORMATS
  • Easting
  • Northing
  • Latitude
  • Longitude
  • Kp
NOTE: X/Y Positional Data should be EITHER Easting/Northing OR Latitude/Longitude. If both formats are specified in the Custom ini file then the data will be plotted based on the Easting/Northing values. Profile type data can be imported by KP value or by XY positional data that is recalculated against the specified Route entity.

EVENTS FORMATS
  • Primary
  • Secondary
  • Comment
  • Anomaly
NOTE: The use of numerical formatting in Event Text is limited to specific Field Names that are defined within AutoChart as numerical field values. These Fields are:
  • Kp
  • Length
  • Width
  • Height
All other fields are dealt with as strings and the Event Text will be formatted as it appears within the data file.

ROUTE FORMATS
  • Description
TRACK FORMATS
  • Fix
  • Name
SOUNDINGS FORMATS
  • Depth
PROFILE FORMATS
Any profile names can be used and these will appear in the list of available data in the Create Profile Command. However, to use the 'Hatch Pipe' functionality, AutoChart expects the following Column Names to be used and to exist in the data file:
  • Top of Pipe
  • Bottom of Pipe
Additionally, with the Profile Formats an optional line can be added to the ini file header to prevent the profile polyline being drawn between consecutive points when the distance between them exceeds a specified value. the Header line that should be added is
#BreakOnDistance,x
where x is the required break interval in drawing units (i.e. metres/feet). See the Profile ini example below.

SUB-BOTTOM FORMATS
  • Depth
  • TagName
  • Node
  • Description (optional)
Note that only 'Tag Name/Node' type data (such as a derivative of the Coda Octopus type format) can be used with a SBP Custom Format ini File.

Node values for a horizon should be 'S' (for start of horizon), 'I' (for intermediate points on the horizon) and 'E' (for End of Horizon). Point values can be denoted by use of an 'S' or 'E' node value, or by any other value (e.g. 'P') outside of a normal horizon definition. Depth values should be relative to the Seabed.

If a 'Description' field is used in the ini file then the values contained by this field will be added to the points and horizon vertices.

Ini Files Examples:

1 December 2010

Custom Format Imports in AutoChart

AutoChart contains a variety of built in formats for importing different data types, but often you may be faced with a data file that doesn't match anything available (particularly with Events data files). You're then faced with either reformatting the data to a recognised format or you can turn to Custom Formats and design your own import type.
Custom formats can be used to import most ASCII file types and optionally can be set up to deal with different delimiters, headers and units.

In the next couple of Blog posts, I'll cover the use of Custom Format Files in AutoChart, starting with the general principles and moving on to the specific file types in the next post.

A Custom Format file is essentially a user defined file containing information on what data type is held in which column in a data file.  Custom Format files should have a '.ini' file extension and be located in the appropriate sub-folder (for the import type) within the AutoChart Formats Directory (by default this directory is \AutoChart\Formats although the path can be set within Directory Preferences.
Custom Formats can be used for the following Import types (and the sub-folders must be named as shown below):
  • Events
  • Profile
  • Route
  • Soundings
  • SubBottom
  • Track
Any Custom Format ini files that exist within these sub-folders will then appear within the File Type Drop Down List in the appropriate Command Dialog. Note that Events Custom Format ini files can also be used in the Import Block command.

The delimiter used within a file can be set within the Custom ini file header #Delimeter variable as shown in the examples below. If no delimiter option is specified then AutoChart assumes that the file is comma delimited. Additionally, header lines in the data file can be ignored by specifying the number of lines at the beginning of the file to be skipped in the #HeaderLines variable:
#AutoChartName,ColumnPosition
#To use tab delimiter you can use a tab character or for the avoidance of doubt when perusing this file "\t"
#Delimeter,","
#HeaderLines,3
The above example would therefore import the data as comma delimited and would skip the first three lines of the input file before starting to read the data from the fourth line. If the #HeaderLines option is omitted from the ini file then the import function will start reading from the first line in the data file.

Within the rest of the Custom Format ini file, the Field name and its column position in the data file are defined in the format: Field Name, Column Position
i.e.
Easting,4
Northing,5
etc.
The units of each field or a unit multiplier can optionally also be specified after the column position. When the data is imported, if the field unit is specified then AutoChart compares the specified unit with that of the Coordinate System and automatically converts the input unit to the correct unit for the coordinate system. If a multiplier value is specified then AutoChart will always multiply the data from that field by the multiplier.
i.e.
Easting,9,Meter
Kp,1,0.001

If no units or multiplier is specified then the values in the file will be imported directly. Similarly, if the field values are set to the same units as those used by the coordinate system, no unit multiplication will be performed. Note though that as AutoChart expects Kp values to be in Km, setting the unit of the Kp field to 'Meter' will mean that the Kp values in the data file will be divided by 1000 (conversion from meters to Km) when a meter coordinate system is used.

e.g. If the Easting and Northing fields are set to have Unit value of USFoot and the data is imported into a dwg that has a coordinate system with units of US Survey Feet, then the E/N values will be imported as they appear in the file. However, if the data is imported into a Meter coordinate system, the E/N values will be multiplied by (12/39.37).
  • IntFoot
  • Meter
  • USKiloFoot
  • IntKiloFoot
  • USMile
  • IntMile
  • Kilometer
In the next Blog post, I'll continue discussing Custom Formats and cover each of the Import types and the options available with them.

1 November 2010

AutoChart version 2010.00.06 is now available for download

We are pleased to announce that the latest AutoChart version 2010.00.06 is available for download from the Wish Software Support Page:

Access to the download page requires a User Name and Password, so please contact your company's AutoChart Administrator in the first instance to obtain the required login information.

Version 2010.00.06 contains a few bug fixes and modifications, details of which can be found in the table below:
Type
ID
Description
Command
BG
660
Create Charts crashes (Bad DXF Group 62) if Active colour in Chart Template dwg is set to a colour name
Create Charts
BG
702
Axis xclip generated by Xref Profile causes TTF font text to be displayed bolder than they should
Xref Profile
FR
703
Add Lat/Long output format options to Calculate E/N file (and Calculate KP file) commands
Calculate E/N file
FR
704
Add option to use increased colour palette in Import Soundings
Import Soundings
FR
705
Add option to use Line Name as Layer in Import Track
Import Track
FR
706
Add option to choose to only label one end of the Track Line in Import Track
Import Track
BG
707
Create Cross Profile command crashes with a numberp nil error
Create Cross Profile
BG
708
AutoChart commands give a Dongle Error 4 when a Software License is in use
AutoChart
I'll be discussing some of the recent changes in a forthcoming post on this blog or please contact us if you require any further information on any of the new features.