Model Train Forum banner
1 - 20 of 22 Posts

· Registered
Joined
·
10 Posts
Discussion Starter · #1 ·
Hey all, looking for a little advice.

Just getting started in the hobby, and trying to not spend too much money.

Towards that end, I know I'm going to want to be able to program my trains to run automatically at some point. So I'd rather head in that direction from the start.

Was hoping that people might weigh in on what computer throttles have worked for them, and what hardware pairs well. (Power supplies, boosters, sensors, ect)


Thanks All!!!
 

· Registered
German, Swiss, and Austrian outline. HO/HOm
Joined
·
7,116 Posts
Running trains automatically requires computer control. I'm unaware of any DCC system that allows automatic operation of trains.

Major layouts mostly all use computer control. Smaller layouts can take advantage of it, but for me it's not worth it.
 

· Registered
Joined
·
1,041 Posts
Planning on PC control should be done with research and planning before spending any money. How much is automated from a little to anything goes, will dictate what would be required in hardware and software. Wasted money on buying things only to replace it later when it doesn't work as envisioned is the pits. You might want to look this long thread over as it will cover from planning to a fully automated and many issues in between.

https://www.modeltrainforum.com/showthread.php?t=14852
 

· Registered
Joined
·
3,065 Posts

· Registered
Joined
·
3,065 Posts
I used the pololu motor driver combination, an option for dcc++. the pololu web entry for it says it "can" deliver 3 amps continuous per channel (2). well that's good for many scales maybe but larger scale stuff maybe not so much. now pololu has many similar drivers for higher amp needs. but you'd of course have to get the original code ported or retrofitted yourself to new hardware. so that's a possibility if you need it but probably way more effort than anyone would have the interested in at the get go.
 

· Registered
Joined
·
1,240 Posts
Towards that end, I know I'm going to want to be able to program my trains to run automatically at some point. So I'd rather head in that direction from the start.
while having software able to control a train is certainly needed, detecting the location of trains is also required.

on the layout i'm familiar with, there might be a detector for a block, but a separate detector near the end(s) where a train may need to stop. Software would stop the train when it enters those end blocks.

of course, the controller needs to know either turnout position or signal indication at junctions which require a train to be stopped.
 

· Registered
Joined
·
10 Posts
Discussion Starter · #9 ·
Thanks all!!
For my first layout I'm just looking to do a small loop around my Christmas tree. My hope was that I could set it up to run around the loop a couple times then sit either at a station, or in a tunnel. then repeat the process, maybe have it run once or twice an hour type of thing.

I had come across JMRI, as well as CTI trainbrain, and traincontroller by Freiwald.

CTI seems to be pretty much a whole package, PS, sensors, and freeware computer software, but the others are just the software, and I'd have to figure out what hardware works best with it.
I was sort of hoping that someone with experience may be able to point me towards a good program/hardware set.

Thanks again!!!
 

· Registered
Joined
·
2,525 Posts
... the DCC++ system [in it' 2 amp state] can be built for roughly 60-80 dollars.
That is only if you're using the expensive arduino and shields. I built the ESP32 version (which includes wifi control) and a 43amp bridge for less than $30, but everything is hand-wired.


while having software able to control a train is certainly needed, detecting the location of trains is also required.
My understanding is that DCC++ can also read an S88 bus and show those values on the telnet port along with the DCC commands. The ESP32 version of this code is currently working on adding LCC functionality into the code, but LCC can also be set up separately with an arduino acting as a repeater to put the information out on telnet. Once you have access to that information, you can write your own script to manage the layout.
 

· Registered
Joined
·
890 Posts
For sensors, Azatrax IR detectors are bullet proof.

Also Tamvalleydepot has a good reputation. I use one of their train shuttles to automatically control a back and forth DCC railbus for my holiday layout. Unfortunately, they discontinued it. There is also a shuttle unit by a UK company blocksignaling.co.uk. I have tried it, but it's got a small power capability, so recommended only for HO and smaller. I used it with On30, and it worked but sometimes would overload and shutoff. But, the operation worked well.

Z-Stuff for trains has some IR sensors, and while they work when I added a bunch of fake snow to my layout they lost their mind because of all the light bouncing around. I switched to Azatrax which can be installed using reflective mounting of the LEDs... it shines an IR beam up and it bounces off the bottom of the rail cars back into a detector. As I said, it's bullet proof. Highly recommended.

I also will recommend the Powercab starter kit, going for around $175 nowadays. There are other controllers, but I have no experience with them. I use a bachmann ez-command controller for running the trains and the powercab to program. The bachmann unit is very limited, but it's easy to use and anyone can run a train with it with no experience.
 

· Registered
Joined
·
1,240 Posts
My understanding is that DCC++ can also read an S88 bus and show those values on the telnet port along with the DCC commands. The ESP32 version of this code is currently working on adding LCC functionality into the code, but LCC can also be set up separately with an arduino acting as a repeater to put the information out on telnet. Once you have access to that information, you can write your own script to manage the layout.
bear in mind that the NMRA's support for LCC, supports separating control of locomotives from other I/O (e.g. detection, turnouts, signals).

so an automated train control system 1) interfaces to something like LCC or CMRI to align turnouts to establish routes and determine train location, and 2) interfaces to a DCC system (e.g. NCE, Digitrax, DCC++) to control trains.
 

· Registered
Joined
·
1,549 Posts
If all you're looking for is a "loop around a Christmas tree", just run it using regular DC.

If you want the train to stop now and then, stop it yourself. Then start it again.

I ran the big railroad locomotives for 32 years. Frankly, I can't understand why anyone would want an engine that "runs itself" -- I wouldn't have had a job!
 

· Registered
Joined
·
10 Posts
Discussion Starter · #15 ·
Thanks for all the advice everyone!!!

So far JMRI seems to be the way to go as far as programming.
Also, I think I have figured out the NEC components I would need to do a small setup, without having to by a starter kit.

Last thing for me to research is DCC++!!!

Thanks again everyone!!!
I'll make sure to post an update when I get something running!
 

· Registered
Joined
·
10 Posts
Discussion Starter · #16 ·
Shdwdrgn,

Thanks for the input!!
I'm still learning, but I've got no problem hand wiring my own stuff.

For now I built a basic base station with an uno and a motor shield.

I know I'm getting ~16v to the tracks, but I'm still getting a 308 error out of JMRI.
In the process of googling that now, but if anyone has any advice I'd love to here it.


Thanks again all!!!
 

· Registered
Joined
·
4,201 Posts
but I'm still getting a 308 error out of JMRI.
308 just means it's not getting a current draw reading back ...
incompatible motor driver, sense signal on different port, using the main rather than programming track, could be just about anything ...
does it program okay ??
 

· Registered
Joined
·
10 Posts
Discussion Starter · #18 ·
I'm guessing it has to do with inconsistent power.

I got the train to run, using address 03, but it was not smooth. Got power, lost power, etc.
Track power is consistent, and the train is an old one that I updated, so I'm guessing the fault lies somewhere in the locomotive. (or my wiring!)

I did not try programming it on the programming track though, just on the main. I had figured that more power would be better, but I can try using the programming track tomorrow.

Thanks again, I'll keep everyone updated with my progress.
Thanks to everyone who's helped get me this far!!!
 

· Registered
Joined
·
3,065 Posts
I also had some problems with the programming track vs the operational track, although some manufacturers seem to allow both. It's possible this is a DCC++ thing. Jmri seemed to improve a little over the course of a couple of versions I tried. As of say 2 weeks ago I was using the most recent beta version. But mixed into this was a bad board from soundtraxx, which they replaced on their nickle -- no complaints.
 
1 - 20 of 22 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top