Titan lighting effects

 

This page started out with a friend wanting to use the overhead rotating beacon effect, and it is going to morph into something I'm sure.

I'm just filling it in as we go.

Programming lighting features / ports / etc.

The overall scheme is:

  1. There are physical connections, called PORTS, where the voltage can vary and be controlled.
  2. There is a way to map FEATURES to the ports
  3. There are further things that can be done to modify the behavior.

Ports

The LS Titan has 12 ports and from what I have found they are all programmable, but more later.

The table below indicates which screw terminal number on what header has what port. These are J1, J2, J3

 
portheaderpin
1J1a
4
2J1a
9
3J2a
8
4J2a
12
5J3a
1
6J3a
2
7J3a
3
8J3a
4
9J2a
10
10J2a
11
11J3a
8
12J1a
8

 

 

Map FEATURES to PORTS

So the next step is to map a lighting FEATURE to a port. I have listed the default FEATURE mapping, but be aware I have not checked that this is right for every Titan file.

For my friend, I made an inventory of the features he wants:

  • 2 - front ditch lights
  • 1 - front headlight
  • 1 - rear headlight
  • 1 - cab light
  • 1 - number boards
  • 4 - rotating overhead beacon (using 4 LEDs)
  • 2 - possible smoke or mars/gyralite 2nd headlight beam. (1 front 1 rear)

That's 12 ports. Now the loco is a SP GP-60, and he might opt to not have smoke, and that would free up 2 ports. The model has dual headlights, and I have seen prototype locos where one of the headlights is on solid, and the other a mars/gyralite.

 
portpinsteam feature
diesel feature
proposed for 4
LED beacon on GP60
1J1a
4
front headlightfront headlightsame (front headlight)
2J1a
9
rear headlightrear headlightsame (rear headlight)
3J2a
8
front mars lightfront mars light rotary beacon 1
4J2a
12

unassigned

rear mars light - diesel rotary beacon 2
5J3a
1
front markersfront left ditch lightsame (left front ditch)
6J3a
2
number board lightsfront right ditch lightsame (right front ditch)
7J3a
3
rear markersrear left ditch light number boards
8J3a
4
unassignedrear right ditch light rotary beacon 3
9J2a
10
firebox 1 / smoke fanfront overhead beaconsame (smoke fan)
10J2a
11
front cab lightrear overhead beaconsame (cab  light)
11J3a
8
firebox 2unassigned rotary beacon 4
12J1a
8
rear cab / smoke heaterrear cab / smoke heater same (smoke heater)

 

 

Let's map!

Refresher: QSI uses "indexed" CVs, so when you see CV xxx.yyy.zzz in the manual, you use the index registers CV49 and CV50 for the yyy and zzz numbers.

So to map a FEATURE to a PORT, you set CV 115.yyy.zzz

  • CV115 = port number
  • yyy and zzz are feature coded
  • setting CV115.yyy.zzz to zero disables the feature
  • disable a feature on a port BEFORE you map a NEW feature to a port
  • remember that if you program in OPS mode, you must cycle power to the decoder to see the change

 

 

see page 410 in the manual, section 7.1

basically CV115.x.y is what is used where x and y indicate the lighting feature

see the chart on page 411

 

 

 

 

 

 

Weather Underground PWS KCACARLS78