You are on page 1of 6

Qes-1: Is there any way we can set the numbering so it always uses 4 digits, for example, a P1 plate would

be P0001 or a M215 column would be M0215? Ans: Part, assembly, cast unit and rebar numbering formats can be controlled with the following advanced options: XS_PART_POSITION_NUMBER_FORMAT_STRING XS_ASSEMBLY_POSITION_NUMBER_FORMAT_STRING XS_CAST_UNIT_POSITION_NUMBER_FORMAT_STRING XS_REBAR_POSITION_NUMBER_FORMAT_STRING By entering .3 after the position number you will get three digits: XS_ASSEMBLY_POSITION_NUMBER_FORMAT_STRING=%%ASSEMBLY_ PREFIX%%/%%ASSEMBLY_POS.3%%

After changing these settings, you need to restart Tekla Structures to get the changes visible. Do not change these settings if you have already created drawings.

See Tekla Structures Help for more information (Advanced options reference >> Advanced options Reference Guide >> List of advanced options). ----------------------------------------------------------------------------------------------------------Qes-2: How to set the decimals for the length and area_plan in the part marks on the drawing? Ans: The general unit and precision used in part marks are taken from the file: contentattributes_global.lst, located at ..\environments\*your_environment*\template\settings. In TS 15 you can create custom graphical templates (.tpl) with Template Editor and add them as elements in marks and associative notes in the same way as other elements. You can set the measures, for example LENGTH and AREA_PLAN, to have 0 decimals in the .lst file and then in each template where you want to have more decimals you can set the right number. Applicable in Tekla Structures versions: 15.0 and later versions ----------------------------------------------------------------------------------------------------------Qes-3: How can we get the part marks of plates to write PL10*154 instead of PL10*154.2 on assembly drawings? Ans: In order to achieve this, you need to set the advanced option XS_MAX_DECIMALS_IN_PROFILE_NAME=0 in the Profiles category. In addition, for it to work properly, you also need to have the advanced option XS_USE_NEW_PLATE_DESIGNATION=TRUE in the Plate Work category. Whenever some changes are done, you need to update the marks for them to show the changes. Qes-6: Is there a way to fasten the saving and modeling process when working in the multi-user mode? Ans:

1. Check your network connection speed, because it can slow down the saving process significantly. 2. Check that your workstations comply with the latest hardware recommendations. A good processor can increase the speed. 3. During the saving process memory use is significant. 32-bit computers have 4GB of RAM, and a maximum of 3GB of memory can be used for the TS saving process (if there is this much free memory). If more is needed, the virtual memory is used, which can be slow. In 64-bit computers TS is able to use all the available memory for the saving process. 4. The saving time may be shorter if you close down all the views of the model before saving. 5. If there are many system files in the network drive, saving may become slower than when using system files located on your own hard drive. A good way to speed up the saving is to set XS_PROJECT and XS_FIRM to a local drive and move most of the system files there. Each user should naturally use the same files to ensure similar outcome. 6. Running the multi-user server on the same workstation as TS has no advantage or disadvantage. The multi-user server itself has very low CPU usage. 7. If you have a hidden reference model which you do not need anymore, you can delete it. ----------------------------------------------------------------------------------------------------------Qes-7: I have made some GA drawings from 1 to 10 and then deleted drawings G.4 and G.6. If I make a new GA drawing, Tekla Structures uses the number G.11. How I can use the old numbers G.6 and G.4? Ans: If you are working in single-user mode you can use this workaround: 1. In Tools > Customize add Renumber GA drawings to some toolbar in the modeling side. 2. Select the command. 3. Tekla Structures now numbers the GA drawings starting from number 1 again.

Tekla Structures versions: 13.1 and later versions ----------------------------------------------------------------------------------------------------------Qes-8: Sometimes when running numbering,I get the error message "Overlapping part numbering series" or "Overlapping assembly numbering series". What do those messages mean? Ans: Tekla Structures records the error message shown in the following example in the numbering.log when you do not have enough free numbers in the numbering series. Example: You have three different parts in series M/1 and two parts in series M/2. This results in Tekla Structures assigning the same number M/2 to two parts that are not similar, and M/3 to two parts that are not similar. After numbering, warning of overlapping numbers is shown. In numbering.history log file, you can see two rows: Part serie overlap: Serie M/1 position number M/2 overlaps with serie M/2 position number M/2 Part serie overlap: Serie M/1 position number M/3 overlaps with serie M/2 position number M/3 To solve this problem, you need to do something for the serie M/2. You can either change the numbering seire for these parts to M/1, or define totally different serie for them. For example, change them to numbering serie N/1, or if numbering serie M/1 does not ever reach M/1000, you could change serie M/2 to M/1001. ----------------------------------------------------------------------------------------------------------Qes-9: In a multiuser model, the parts appear again even though the user has deleted them. How to repair this? How to avoid this from happening again? Ans: Making a model dump is one solution. Make the model dump in the single user mode, then import it into an empty model in the single user mode.

To avoid this problem, all users should always have Synchronize with master model (save-numbering-save) selected. To avoid parts moving after saving To avoid handles moving after saving To avoid conflicts From Tekla Structures version 16.0 onward you can run repair numbering regularly. ----------------------------------------------------------------------------------------------------------Qes-10: Why doesnt the Arrange drawing views command seem to have any effect? Ans: In Tekla Structures 14.0, the Arrange drawing views command only affects drawing views that are set to free. In other words, it does not affect views that are set to fixed. The variable called XS_CHANGE_DRAGGED_VIEWS_TO_FIXED also affects drawing views, whether they are fixed or free. If the variable has been set to TRUE, the view is automatically changed to fixed if you drag the view manually to replace it. Consequently, Arrange drawing views doesnt affect the views. In Tekla Structures versions older than 13.1 this was not a problem, because the fixed/free functionality was introduced for the first time in Tekla Structures 14.0. Applicable in Tekla Structures versions: 14.0 and later versions ----------------------------------------------------------------------------------------------------------Qes-11: Automatic cloud symbols in drawings are not printed nor exported by default. Is it possible forcing them to be visible in printouts or exported DWGs? Ans: By default clouds are drawn in magenta, and magenta color is not printed. Therefore, if you want to export or print the cloud symbols, you need to change the color of the clouds. You can change the color of the cloud symbol in Advanced Options > Drawing Properties > XS_DRAWING_CHANGE_HIGHLIGHT_COLOR. After changing the color the clouds are printed and exported to DWG. -----------------------------------------------------------------------------------------

------------------Qes-12: From Tekla Structures version 15.0 onward the setting XS_CHAMFER_ACCURACY_FACTOR does not affect polybeams. Is there another advanced option to manage the segments for polybeam chamfers? Ans: The XS_CHAMFER_ACCURACY_FACTOR advanced option has been changed to only affect contour plates. You can control the number of segments of polybeam chamfers using several options, but the most useful one is XS_POLYBEAM_CHORD_TOLERANCE. It controls how many segments are used to make the curve, much in the same way as XS_CHAMFER_ACCURACY_FACTOR. The curves affected by XS_POLYBEAM_CHORD_TOLERANCE are those with an inner radius larger than given by XS_POLYBEAM_ADAPTIVE_SLICE_RADIUS_LIMIT. These should be enough to initially control the number of segments. However, there is another option which controls the maximum angle between the chords in the polybeam: XS_POLYBEAM_MAX_ANGLE_BETWEEN_CS (default = 30 degrees). All of these options need to be put in your initialization file (e.g. user.ini).

You might also like