Using Text Symbols (2D)

You can add a text symbol to the drawing whose content is updated in the drawing. The text symbol is added to the drawing as an ordinary text. Some of the text symbols is presented below.

Copying text symbol

The text symbol can be the copying text symbol, in format:

# include FILE NAME [Option]

where

FILE NAME is the name of the text file including the directory path, from which you wish to transfer text to the drawing.

Option is an additional attribute. If the option do not exists, the whole file is copied to the drawing. An additional attribute can be a text between two block symbols or certain line numbers of a file, the content of which is copied to the drawing as a texts.

Replaced text symbol

A replace text macro is of the format:

#TEXT [Option] #

where

TEXT is the name of the text symbol, which content the software is asked when update a symbol.

Option is an additional attribute that can be used to define the type and length of the character string to be updated.

Repeatedly updated text symbol.

The text symbol can be Repeatedly updated text symbol, which is the from:

#TEXT#\!#TEXT#

where

TEXT is the name of the text symbol. The program updates the content of the symbol each time the text symbol is updated.

This text symbol is used when updating parts list and changes in the drawing sheet.

Database text symbols

A text symbol can also be a database text symbol, which can be used to read the content of the database field. The symbol is format:

#DATABASE.FIELD[Option]#

DATABASE is the name of the database where the data is read, for example PROREG (project database). The database needs to be activated, in other words a drawing must be an active drawing or a project must be an active project, etc.

FIELD is the name of the database field the content of which is read, for example the project name PROJ_ID.

Option is an additional attribute, which can be one of the following:

  1. No options at all. In this case, the program fills in the text symbol.

  2. A certain type and length can be defined for the replacing character string, for example #PICREG.PIC_ID:a16# - 16 characters of the content of the PIC_ID field is read into the text macro.