Inserting a symbol or character at defined stations along a chainage string

Hi

I need to insert a symbol or a character at defined station locations along a chainage string.  We have the approximate location of where many bore holes need to be done adjacent to a track approx. 50 Kms in length.  We have the chainage (stationing) where these bore holes need to go, and am looking to automate the process by simply telling the software to place a symbol or a character like letter X at each specific chainage location. 

I have done this before in MX using an input file, it would even place the character at a set offset from my chainage string (such that it doesn;t appear in the middle of the track) and add a text with a description such as the bore hole number.

I can't see how this could be done in Bentley Rail Track.  Does this software have such capability?

Many thanks

Parents Reply
  • Batch processes basically open up a file or multiple files and execute the list of commands in the command file. You can create a command file that contains multiple place cell commands substituting your stations and offsets like this ...

    place cell icon so=[Station],[Offset]; selview 1
    place cell icon so=[Station],[Offset]; selview 1
    place cell icon so=[Station],[Offset]; selview 1
    place cell icon so=[Station],[Offset]; selview 1

    You could quickly create this file using data that you have in excel with the concatenate command.

    Open the batch process dialog Utilities>Batch Process. Click the icon with the plus symbol to add the files that you would like to process (these will be the file or files that you want to add the cells to. Next, select the command file which is just the text file that you added the place cell commands to. Now click the run button.

    It is always a good idea to back up your file when you run a batch process as undoing your actions may be impossible. This method simply adds cells to your drawing with no intelligence behind them. Adding the points to cogo as jpln suggests will give you more options of working with the points intelligently.
Children
No Data