More SDs coming from Bowser

New announcements from Bowser today with good news for ACR fans, including a second run of new road numbers on their popular SD40-2 from last year, and a new model of the GMD specific versions of the SD40, including Algoma Central in the list of paint schemes.

SD40-2 (second run – new road numbers)

Road numbers 185, 186, 188 (first run had 184, 187)

Product Listing

Pre-order deadline: April 13, 2018  Expected delivery: January 2019

SD40 (new model)

Road numbers 180, 181, 182

Product Listing

Pre-order deadline: April 27, 2018  Expected delivery: February 2019

Wawa Station Build

One of the signature scenes that I plan to include on my eventual ACR layout is the Algoma Ore Properties sinter plant and ACR yard at Wawa, Ontario. Built in 1939 and expanded and upgraded many times over the next five decades, the sinter plant at Wawa upgraded the iron ore mined at nearby mines in the so called Michipicoten Iron Range in which the community of Wawa is located. The processed ore was then shipped south via the ACR to supply the Algoma Steel blast furnaces at Sault Ste. Marie.

Along with the heavy industrial facility of the AOP plant, two other key structures to model at Wawa would of course be the Algoma Central station and freight house. I knew that modelling the station had just become easier a few years ago when I arranged access to view certain archival materials at the public library in Sault Ste. Marie during my 2014 visit. One of the items listed in the inventory was “Plans for Jamestown Station Building”. (During the 1950s there was an attempt to renamed the station and community “Jamestown” in honour of Sir James Dunn, the head of the Algoma Steel Co. It didn’t stick.) When I saw the plans at the library it became instantly clear that I had hit the purest form of gold – original, large format architectural blueprints, showing every detail.

Previously my best material to go off of was a handful of black and white images from the michiwawa.ca site. (A good collection of various period photos of the facilities at Wawa, but not very high resolution. And not every single angle is fully covered.)

The original architectural blueprint for Jamestown (Wawa) station survive in the collection of the Sault Ste. Marie Public Library Archives.

The plans show a two story building with an overall footprint of 78 by 25 feet, with a 28′ baggage/express wing on the west side and 35′ long second story for the station agent’s living space located above the main part of the station. The interesting part of the design is the cut corners on the public waiting room end of the building, making it not quite a simple rectangular building.

The lower story is brick, up to the lower overhanging eaves (not sure of the technical term for this type of decorative overhang), and wood-frame with asbestos shingles above the overhang and for the second story.

My HO scale front & back elevation drawings to lay things out to scale and plan the build before putting blade to plastic.

The first step in the project was of course to convert the images I took of the original plans into my own HO scale drawings in order to lay out the overall dimensions and locations of doors, windows, etc. on paper before I start cutting plastic and wasting material. I spent some time working on figuring out the drawings from the various images of the original plans this fall, until I had HO scale elevation drawings of all four sides and a top-down drawing of the roof/building footprint. With the scale drawings in hand, I could begin to transfer the measurements to plastic and start cutting out walls.

Front and rear walls with window and door openings rough cut out and ready for cleanup.

All of the wall pieces were cut from .040″ plain styrene sheet, with door and window openings carefully measured, cut out and filed clean.

Detail of wall cap over passenger waiting room wing.

Above we see a detail of the treatment of the top of the walls. The architectural plans show the upper walls to be constructed of 2×6 framing. The very top of the wall is capped with a standard 2×6 header and then an overhanging 2×8 header above that, capped with copper flashing.

To represent this, and also to set up for the next step in constructing the recessed roof, I installed 2×10 strip around the inside of the tops of the walls, to bring the thickness of the top of the wall to near 6 scale inches and provide a proper depth to install the plastic sheet for the roof substrate. (More to come on roofing in a future post…)

Then the top of the wall was capped all around with a scale 2×8 strip to create the slight overhang at the top of the wall.

Basic form assembly complete, track side.

In the last two photos we see the basic assembly of the walls and roofing base completed, forming the basic structure.

There’s still a long ways to go on completing and detailing this structure, but with the walls and basic roof substrate assembled, it’s definitely starting to look like something!

Basic form assembly complete, street side.

So there it is so far. Stay tuned for more.

Note: if you use facebook, there are some additional images from this build in an album on the facebook page I have there tied to this site. You can find some additional project photos and other bonus materials shared there in addition to the regular blog post links.

Excel Car Cards and Waybills

Here I will discuss how I created my own car cards and waybills using Microsoft Excel’s spreadsheet software.

Note: this will not be intended to be a detailed tutorial on Excel, or the specific features I’m using; I will show enough to convey how I’m using the feature(s), but for additional details I will refer you to Excel’s documentation or other help sites. It should also be possible to achieve these results using similar tools in other spreadsheet software, but I leave that research to the reader as to how the tools in those softwares may differ from Excel.

Car Cards

The specific design of the car cards and waybills is inspired by the ones we use at the club created and printed using the Ship-It model railroad software. They follow the same dimensions and general form factor, although I have tweaked the design a little to customize it for my own purposes (especially of the shipment waybill insert slips – see below).

On the car card, the car information goes at the top, with the most important information (identifying reporting mark and number) in the central place of prominence. Other descriptive information such as type, colour and length are included below to assist in visually identifying the car. The Notes field may indicate other special features of the car, or usage restrictions (for example, “Paper service only” on boxcars meant for such).

The bottom of the card is designed to fold up and be taped to form a pocket into which the shipment/routing portion of the paper work (waybill) is inserted.

Below we see the Excel sheet I use for printing out my car cards. It took some tweaking to get the column sizes exactly correct, but otherwise looks pretty straightforward. However, under the hood all of the fields are defined with formulas that pull data from another sheet in the workbook. I didn’t want to copy and past page after page after page of hand-coded car cards (and especially the waybills with their vastly higher number of fields and flopped orientation) so I made one template page, and used Excel lookup functions to pull the data from another sheet, so the car data could be tracked and manipulated far easier in a standard grid format, and any arbitrary range selected for actual printing. In this way, car cards for a large fleet of hundreds of cars can easily be created.

car car sheet

You’ll see in the first image above of the car card template sheet, a “Starting ID” cell below the cards (in cell E16, highlighted). I’m going to use the value in this cell to feed into the Excel lookup functions, which will extract data from the actual roster sheet, and populate it into the fields in the car card template for printing.

Below is the actual roster information, contained in another sheet within the same workbook. Way easier to read and keep track of, and much more additional notes and information can be added in further columns to the right; our lookup only needs to deal with the first ten columns. Note in particular the first column with the heading “ID”. This is the value we’re going to lookup, and then populate the date from the other columns in the same row into the template sheet for printing.

car card data

Excel has several data lookup functions, and the one we want is the “VLOOKUP” function. The VLOOKUP function scans through a specified range of data, looking for a specific value in a particular column. Once that value is found in the search column, it can return a value from another column in that row. The VLOOKUP function in Excel looks like this:

=VLOOKUP( [value], 
          [source sheet name]![data columns], 
          [column # in data to pull result from], 
          [allow approximate matches])

In my case above, we’re pulling the lookup value (the car ID) out of cell E16, so the reference to that cell is the value. (For the subsequent car cards, we want to pull the next several cars in the data sheet, so the lookup value will be the value of (E16)+1, (E16)+2, etc., so if the starting ID is 1, car cards 1 through 5 will be printed.)

The name of my second sheet with the car data is “Data”, and the data is in columns A through K in that sheet. (The VLOOKUP function will scan the first column trying to find the lookup value.)

The last argument should be set to FALSE as we only want an exact match.

Put that all together, and the lookup for the reporting mark field on the first car card looks like this:

lookup function

One thing to know about the VLOOKUP function in excel, is that if the returned cell in the data sheet is blank, the VLOOKUP function will display that as a 0 in the display cell. For some fields here, like the Notes and Empty return information, I definitely want the cell to be blank if there’s no data, not rendered as zeroes. To protect that, any cell that’s using a VLOOKUP that you want to allow to be blank will need to be wrapped with an Excel IF function, which looks like this:

=IF ([condition], [value if true], [value if false])

In this case, my condition will be if the value from the lookup function is blank (“”), make the cell blank, otherwise insert the returned value. If I do this for the example cell in the image above, it would end up looking like this:

=IF (VLOOKUP(E16,Data!A:K,2,FALSE)="", "", VLOOKUP(E16,Data!A:K,2,FALSE))

… which actually looks far more complicated than it is, since the whole lookup function is pasted in there twice.

IMG_5039

Waybills

I also used these tools to create my own custom waybill template. This was a lot more work than the car cards simply owing to the sheer number of fields involved in each waybill compared to the car card, and managing to fit 10 of them per sheet as opposed to 5 per sheet for the car cards. However, it was largely a matter of just taking the time and effort to copy and adjust the lookup functions much as above. While there are quite a number more fields to deal with, and more waybills fit onto a page than the car cards, the general method is exactly the same. Just time consuming to do that many fields. But once it’s done, you have a dynamic template that can easily and quickly create and print out hundreds of different waybills.

waybill template

My waybills are “two-cycle” with each one printed on one side of the paper and having two separate moves (generally an empty move and a loaded move), one of which is visible at a time and rotated (between sessions) in the car card pocket to display the second move when the first move is completed. This required printing the second move upside-down to the first – although Excel doesn’t allow you to set the text orientation in a cell to “upside down”. It does however let you do “up” and “down”, so I just designed the waybills sideways with each half oriented a different way, as seen in the image above.

Two-sided four-cycle waybills can also be created, just more of the same effort to set up the additional fields on the second page, and a bit of playing with the page margins and column positions to find the proper alignment so that when the second page is printed on the reverse of the first, the waybill edges line up properly for cutting them out. I only needed two-cycle bills, so I did not bother with this effort.

You’ll see that my waybill template includes a block code for switching/routing at the very top, as generally this is the most important information required when switching or handling cars – “Where does this go?” and using a routing or block code at the top of the waybill makes it easier to identify the car’s immediate destination. This is reinforced with a colour-coded bar below the block code which matches the block. (I plan on making a chart of the blocks and a system map readily available to operators in the model railroad’s timetable document.)

To make the colour coded bar, I created a series of Conditional Formatting rules to apply a fill colour to this cell based on the text value in the block code cell above/beside it.

Once the waybill template is completed, it’s a matter of playing around in the data grid to create the various shipment information, and then printing them out in the template by adjusting the starting ID/group to fill in the data and print the results. Cut out with scissors, insert into the appropriate car cards, and voilà:

IMG_5042

Files

A few people asked if I would share the actual Excel files. Here they are.

Notes: The car cards file is useable as-is by anyone. I cleared out my own roster information so the entire world doesn’t know my inventory, just leaving the first few cars behind to illustrate how the data works. For the waybills file, I actually uploaded my file as-is, including all my data. Consider it a gift to other ACR modelers, and shows how the data works. Note that if you’re adapting the file to your own railway and want to include the colour coded bars that match to the destination block codes, you’ll have to go in and edit all the conditional formatting rules for your own station/block names. Note that this workbook also contains the customer order sheet described in my previous post.

If clicking on the link doesn’t open the file properly, right click and choose “Save As…” from the menu that comes up. (Mac users with a one-button mouse, I believe you hold the “Command” key and click for this menu.)

Update: see also followup post where I add company logos to the cards.