Difference between revisions of "TubeCAD Pro v8-20071002"

From ATTWiki
Jump to: navigation, search
(25px NEW User Selection of Prototype File Name for Either INCHES or MILLIMETERS)
(How to UPGRADE)
 
(19 intermediate revisions by one user not shown)
Line 1: Line 1:
[[image:Tcadpro_logo.jpg|right|250px]]
+
[[image:Tcadpro_logo.jpg|250px]]
  
  
 
===[[image:Check.jpg|25px]] NEW User Selection of Prototype File Name for Either INCHES or MILLIMETERS===
 
===[[image:Check.jpg|25px]] NEW User Selection of Prototype File Name for Either INCHES or MILLIMETERS===
  
[[image:tcadpro_options_menu_v8-20071002.jpg|450px|right]]
+
Prototype TubeCAD files are actual TubeCAD data files used to initialize the drawing setup to your preferences like linear units, text size, blockup styles, etc.
  
Prototype TubeCAD files are used to initialize the drawing setup to your preferences like linear units, text size, blockup styles, etc.
+
When you start a new drawing, TubeCAD loads a prototype file first.  This clears the screen, and completely sets up TubeCAD with the appropriate settings and preferences.
  
When you start a new drawing, TubeCAD loads a prototype file without a tube programmed in.  This clears the screen, and completely sets up memory with the appropriate settings and preferences.
+
Since TubeCAD is configured with a TubeCAD file, TubeCAD operators have complete control over the initial setup values.  You can setup a TubeCAD drawing with your preferences, then save it to a prototype TubeCAD file in the c:\program files\tcadpro\config\prototype folder.
  
Previously, the prototype filenames referred to by TubeCAD when it was clearing and preparing for a new part were fixed names.  Now, the TubeCAD Pro OPTIONS FILE TAB menu now allows you to enter or select a unique prototype file for either millimeters or inches.  Simply right click on the drawing area and select Options to call up this menu.
+
Now we've added more flexibility to this idea because the OPTIONS FILE TAB menu now allows you to select a unique prototype file for BOTH millimeters and inches.  (Before, TubeCAD would only allow you to select a single prototype filename.)  Right click on the drawing area and select Options to call up this menu.
 +
 
 +
[[image:tcadpro_options_menu_v8-20071002.jpg|450px]]
  
 
To see how this works, we've sent two sets of prototype files with this installation of TubeCAD.  The first set is:
 
To see how this works, we've sent two sets of prototype files with this installation of TubeCAD.  The first set is:
Line 27: Line 29:
  
  
The first set of prototype files use the standard blockup labels.  The second set of prototype files use the CLARK FIXTURES style of blockup.
+
The first set of prototype files use the standard blockup labels.  The second set of prototype files use the CLARK FIXTURES style of blockup.  Remember that you can add as many prototype files to the prototype folder as you need.  Create a part with all the settings the way you would like, then save the TCD file to the prototype folder.  These file sets are just starting examples.
  
  
 
====How to Select Another Prototype File====
 
====How to Select Another Prototype File====
You can do this to select the default_tcad_in.tcd file:
+
Follow these steps to select a TubeCAD prototype file with the CLARK Fixtures blockup settings for millimeters.
  
  
Line 85: Line 87:
 
===[[image:Check.jpg|25px]] New Script Commands for the Command Engine===
 
===[[image:Check.jpg|25px]] New Script Commands for the Command Engine===
  
The Clear All and Set to MILLIMETER or INCH buttons in the TubeCAD toolbar (see below) now uses these internal filenames to call up the correct file. (The previous filenames were fixed.)
+
The Clear All and Set to MILLIMETER or INCH buttons in the TubeCAD toolbar (see below) automatically runs a script (a series of pre-programmed keystrokes) in order to load the correct prototype file into TubeCAD.
  
 
[[image:Tcadpro_options_newpart_v8-20071002.jpg]]
 
[[image:Tcadpro_options_newpart_v8-20071002.jpg]]
  
For example, the the blue-ball button above calls out to a script named "presetin.scr".  A script is a series of keystrokes that TubeCAD Pro will perform when the script is run. The script takes advantage of the new commands <pre>[options_prototype_in]</pre> and <pre>[options_prototype_mm]</pre> in the command engine.  These two tokens lookup the current default prototype drawing names (either mm or inches), then reset TubeCAD with these prototype file settings.   
+
For example, the the blue-ball button above calls out to a script named "presetin.scr" (usually found in c:\Program Files\tcadpro\config\script). The script is now more flexible because it takes advantage of the new commands <pre>[options_prototype_in]</pre> and <pre>[options_prototype_mm]</pre> in the command engine.   
  
Here is the script code for presetin.scr:
+
Here is the new script code for presetin.scr:
 
<pre>
 
<pre>
 
multicmdopen
 
multicmdopen
Line 111: Line 113:
 
multicmdclose
 
multicmdclose
 
</pre>
 
</pre>
 +
 +
 +
These two values, when typed into the command line, will cause the commmand line to lookup the current default prototype drawing names (either mm or inches), then replace the commands with the pre-selected prototype filenames into the TubeCAD command line automatically.
 +
 +
<br>
 +
<br>
 +
 +
 +
=How to UPGRADE=
 +
 +
Please contact [[Advanced Tubular Technologies]] for
 +
upgrade information.

Latest revision as of 21:27, 2 October 2007

Tcadpro logo.jpg


Contents

Check.jpg NEW User Selection of Prototype File Name for Either INCHES or MILLIMETERS

Prototype TubeCAD files are actual TubeCAD data files used to initialize the drawing setup to your preferences like linear units, text size, blockup styles, etc.

When you start a new drawing, TubeCAD loads a prototype file first. This clears the screen, and completely sets up TubeCAD with the appropriate settings and preferences.

Since TubeCAD is configured with a TubeCAD file, TubeCAD operators have complete control over the initial setup values. You can setup a TubeCAD drawing with your preferences, then save it to a prototype TubeCAD file in the c:\program files\tcadpro\config\prototype folder.

Now we've added more flexibility to this idea because the OPTIONS FILE TAB menu now allows you to select a unique prototype file for BOTH millimeters and inches. (Before, TubeCAD would only allow you to select a single prototype filename.) Right click on the drawing area and select Options to call up this menu.

Tcadpro options menu v8-20071002.jpg

To see how this works, we've sent two sets of prototype files with this installation of TubeCAD. The first set is:

default_tcad_in.tcd
default_tcad_mm.tcd

and the second set is:

clark_tcad_in.tcd
clark_tcad_mm.tcd


The first set of prototype files use the standard blockup labels. The second set of prototype files use the CLARK FIXTURES style of blockup. Remember that you can add as many prototype files to the prototype folder as you need. Create a part with all the settings the way you would like, then save the TCD file to the prototype folder. These file sets are just starting examples.


How to Select Another Prototype File

Follow these steps to select a TubeCAD prototype file with the CLARK Fixtures blockup settings for millimeters.


STEP 1: Right click on the TubeCAD drawing area. You will see this pop-up menu.

    Tcadpro options popup v8-20071002.jpg

STEP 2: Choose Options. This menu will appear:

    Tcadpro options menu v8-20071002.jpg



STEP 3: Select the ellipsis button at the end of the "MILLIMETERS Prototype TCD File."

    Tcadpro options menu select ellipsis.jpg



STEP 4: Select a new prototype file.

    Tcadpro options menu select opendialog.jpg

The new selection will now be stored in TubeCAD until it is changed again. This setup helps TubeCAD Pro understand that you intend to use CLARK fixture blockups from the start.

    Tcadpro options menu newprototype.jpg

Be sure to select the appropriate type of file. For example, if the open file dialog shows "MILLIMETERS" in the caption, then only choose one of the TubeCAD files setup to run millimeters. (We've put mm or in in the name to avoid confusion. You can give them any name.)



The Radio Buttons

A new set of radio button controls allow you to choose which one of the two default prototype files is used to clear TubeCAD Pro whenever you start TubeCAD.

    Tcadpro options radio.jpg




Check.jpg New Script Commands for the Command Engine

The Clear All and Set to MILLIMETER or INCH buttons in the TubeCAD toolbar (see below) automatically runs a script (a series of pre-programmed keystrokes) in order to load the correct prototype file into TubeCAD.

Tcadpro options newpart v8-20071002.jpg

For example, the the blue-ball button above calls out to a script named "presetin.scr" (usually found in c:\Program Files\tcadpro\config\script). The script is now more flexible because it takes advantage of the new commands
[options_prototype_in]
and
[options_prototype_mm]
in the command engine.

Here is the new script code for presetin.scr:

multicmdopen
_openprototype
|
"[options_prototype_in]"
multicmdclose



Here is the script code for presetmm.scr:

multicmdopen
_openprototype
|
"[options_prototype_mm]"
multicmdclose


These two values, when typed into the command line, will cause the commmand line to lookup the current default prototype drawing names (either mm or inches), then replace the commands with the pre-selected prototype filenames into the TubeCAD command line automatically.




How to UPGRADE

Please contact Advanced Tubular Technologies for upgrade information.