Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Jmriusers
- Messages
Search
Locked
Re: Genesis OEM TSU2
¿ªÔÆÌåÓýMichael, Thanks. As i mentioned this was an over the phone "help"
session that became complicated when we discovered the definition
for the F45 was not listed. We did pick a loco with a similar
prime mover but still ended up with an unresponsive decoder. After
a reset and a retry today at my friends place I discovered the
Sprog 2 he is using did not seem to have enough power to program
and read correctly the TSU2. I use a Sprog 3 with upgraded power
supply at home so my results have been better. Found a similar
situation at the club with a 12 volt 125ma power supply? for the
sprog not being able to read write a QSI V7 decoder. Rick. On 8/16/2018 5:58 PM, Michael Mosher
wrote:
The info has not been released by Soundtraxx yet for TSU2 equipped F45s. |
Locked
Re: Operations
Once you open that window, press the up one level button three time until "JMRI" shows up in the directory window.? Then select your old profile name, then "operations" then "backups".? There you should find your operation backup files.
Dan |
Locked
Re: Operations
Jerry,
Again for the third time, please use the "Restore" feature that is in the TOOLS MENU on the top left side of the Settings window. NOT THE ONE AT THE BOTTOM OF THE SETTINGS PAGE. Dan |
Locked
Re: Operations
Dan
I used the one in the setting window. I got an empty folder? called backups. I used the drop down menu to search in JMRI folder but was unable to locate the backup for my current trains. Do I need to search further. I did give the backup a unique name? Jerry? |
Locked
Re: Full timetable automation - AutoDispatcher 2 - abstraction - documentation - scripting
toggle quoted message
Show quoted text
Jay, |
Locked
Re: Script Closing Serial Ports Question
Thank you Geoff, as always very well written and I understood it all. Thank you.
I am always interested in your stuff. I use quite a lot of your projects, broads and ideas with the hobby. I will keep an eye out. Thank you sir, Dave, Brisbane, Australia |
Locked
Re: Multiple turnouts on one address using functions?
No problem, thank you. If you would like some help you could drop me a line to me email and I will help where I can.
Cheers, Dave, Brisbane, Australia |
Locked
Re: Operations
Jerry,
Which restore did you use, the one under tools in the Setting window?? That allows you to search for files. Dan |
Locked
Re: Full timetable automation - AutoDispatcher 2 - abstraction - documentation - scripting
¿ªÔÆÌåÓýJay,Just to keep things straight in my own mind, you are not using Layout Editor based Entry/Exit nor Control Panel Editor based NX Warrants. ?You are using Entry/Exit concepts to map sensor actions to Dispatcher Transits. ?Very interesting. Dave Sand
|
Locked
Re: No responce from Digitrax Zephyr with PanelPro
Bob
The first thing to try is fully power up the Zephyr before starting Jmri. The current version of Jmri can cause a flood condition on the locket. The slower the pc the more this problem occurs. Steve G. On August 16, 2018 11:48:07 AM EDT, "Bob via Groups.Io" <dogdad1@...> wrote: Hello everyone -- Sent from my Android device with K-9 Mail. Please excuse my brevity. |
Locked
Re: Operations
Dan
I completed steps 1 & 2? Started the program Decoder Pro, Tools, Operations, Settings, Restore Operations Pro Files. There were no files here to download. Where am I going wrong? Jerry |
Locked
Re: Genesis OEM TSU2
¿ªÔÆÌåÓýThe info has not been released by Soundtraxx yet for TSU2 equipped F45s.They have info on Genesis locos here: but the F45 not yet listed AND those files don't have everything needed to create a decoder definition.? For Tsunami2 and Econami decoders, JMRI needs the value of CV253 and 256 (read only values in the decoder); 253 is always 3 for Genesis & Athearn locos but 256 is unique for each model and the definition need that number for the identification routine to work.? I've been waiting for a few months now to get info from Soundtraxx but with their trade up program, new decoder models released and recent NMRA show they've been busy. Now you can use other Genesis TSU2 definitions, the default values are not going to match what's in the loco so you'll have to read everything before making changes.? Another thing that might not match will be enumerated lists of sound choices, but so far the Genesis lists have been fairly consisted between models with same prime mover type, since F45 has 645, pick one that also has 645 (like a GP40-2) and probably the sound choices will be OK. Michael Mosher Webmaster, ECSFM Member SFRH&MS DCC Master PVSMR On 8/15/2018 3:45 PM, Richard Knight
wrote:
Hi, i am trying to help a friend, over the phone!, with his Athearn Genesis F45 with TSU2. The basic problem is this engine is not listed in the choices when reading the loc with decoder pro. The F45 and FP45 are listed in the TSU1 but some of the CV's have been changed with different options in the TSU2. ?I was using GP38-2 as a stand in but this became problematical also. Is there any chance that the F45 could be added to the list? ?Thanks to Michael Mosher I could get the new file on the WOWV3and 4 diesel, download and install into the current version of decoder pro. Thanks Again, Rick. |
Locked
Re: OperationsPro and ¡°wait¡±
Hi Phil,
The "Wait" value tells the program to hold a car at a spur for some number of trains.? Each time a train is built and could have pulled the car, the wait count is decremented.? When it reaches zero, the car can be pulled.? You need to add a schedule to a spur if you want to "wait" a car.? Here"s the help link: Dan |
Locked
Re: Full timetable automation - AutoDispatcher 2 - abstraction - documentation - scripting
James,
??? What I have done uses the all of what one might call 'behind the curtain' of JMRI Dispatcher. One interacts with Dispatcher via a dialog box to create a 'new train'. Instead of using that dialog box, I have Jython code to 'determine' all the answers needed for the dialog box, then call the same Java routines that the dialog box would. In other words, I simply replaced the user interface supplied by Dispatcher with my own.? At the time I did most of my work I recall looking at JMRI's NX warrants but decided not to use that. Don't really recall just why, except from the git go I wanted to be able to mix computer controlled trains and manual controlled trains on the same layout, and didn't see how having to 'train' a train for an NX warrant fit my wishes. (By the way, what I have done is and always has been simply to satisfy my own desires with absolutely no thoughts of any commercialization. If anyone can derive any benefit, that is fine, but I see JMRI as a 'erector set' to do stuff to suit my fancy.) So to directly answer your questions: NX paths - it uses transits, sections, blocks, signal mast logic, and all the code of Dispatcher.? One of the 'tricks' is to determine from the N click and the X click on the layout editor panal which transit to use and what portion of that transit to use. One change I made to JMRI which is now part of the standard distribution was to be able allocate all the way from the start block to the end block. This is necessary for the NX allocation to 'make sense'. Concerning the timetable - I know you have been talking about a timetable as a database of trains to run.? This is not it.? Indeed, the only place I have any 'mention' of a timetable is in the Employee Timetable rule book I designed for my layout and there it is a work in progress and is totally blank right now. One note: I have linked JMRI Operations to my Dispatcher version. Thus trains must be built in Operations before they can be run on the layout via Dispatcher.? Operations does have a 'database' of trains including run times, so with more work on the coding side of my Dispatcher, I see how one could make use of that information. Maybe some day, but again, our op sessions (several years now) seem to be doing fine. As I write more, I think you might be referring to what I call the Form 902 as a timetable. If so (because it does have a column for departure time), the Form 902 is the Operations interface I just referred. The Form 902 is more of a 'Clearance' for the train than a timetable of operations. To what extant is the code layout specific - I don't know - somewhat - maybe more than somewhat.? I set up a friend's layout to operate in much the same manner.? That layout has a few 'differences' the biggest being no use of Operations.? But I did 'copy over' large chunks of code. (And being a retired programmer, could not resist rewriting a few things here and there.) So, that may or may not answer everything.? I know choosing layout train automation methodology is not easy, and there are more things to consider now than when I went through the process. Even now I would like perhaps to try something else, but I don't have enough time now to do everything that needs to be done on the layout.? So don't fix it if it ain't broke (too bad broke that is). Jay Janzen St. Charles, MO |
Locked
Re: Running a consist with no loco control
¿ªÔÆÌåÓýSome Intermountain locos with ESU decoders are prone to loss-of-control at speed due to some unwanted components on the motherboard (the motherboards are not made by ESU), fitted for EU emissions compliance when no decoder is fitted. The problem is made worse if layout bus wiring has too much impedance (too thin, not twisted, long) and under heavier load. The technical reason is that the current pulses drawn when the motor is turned on and off (PWM control as used in almost all decoders) cause voltage drop due to the excessive track wiring impedance and hence distortion and confusion in the DCC signal. The decoders ignore the corrupted signal and keep going, waiting for a decipherable signal. If you ask on the LokSound group, someone will point you to instructions/photos showing what components to remove from the motherboard. Dave in Australia The New England Convention 2018 On 17 Aug 2018, at 5:10 AM, bradburt@... wrote:
I'm running 2 Intermountain HO ET44AC locos on a NCE power cab system.? The locos are nicely speed matched and run nicely lashed up, but as soon as I hook these 2 locos up to some cars (23) I have no sound control, or speed control once the train gets moving.? I can only run with control up to speed step 4, after this speed step I loose control as mentioned.? What could be the problem |
Locked
No responce from Digitrax Zephyr with PanelPro
Hello everyone
I am back after a several year absence. I am running W10, a PR3, a Zephyr (DCS 51), 2 y/o Dell laptop and JMRI ver. 4.12 on my n-scale layout. DecoderPro works great. I am able to program all my decoders(both read & write) without any problems. When I run PanelPro, I get no response from any of my engines. This could be due to the fact that the Zephyr is not turning "ON", although when I click on the "Power" icon, it indicates that the power is "ON". I select the engine (in the throttle) that I will be running from the pull down menu (entire roster of engines appear in the menu). When I move the slide switch to increase the speed, there is no response from the engine and no data logged in the LocoNet monitor. If I run the engine from the Zephyr, it works and data is seen on the monitor. Years ago, I used an older version of JMRI and everything worked. I don't know where to start in order to make this version work. Any help would be greatly appreciated. Thank you, Bob |
Locked
OperationsPro and ¡°wait¡±
Begin forwarded message:
toggle quoted message
Show quoted text
The only thing I can find in the OperationsPro manual concerning the term ¡°Wait¡± is under editing routes and it simply says ¡°Wait-value shown¡±. What does wait do? Does it impact the length of time a car will be on a spur after set out, allowing for load/unload time? Will changing it¡¯s value solve the problem below? |
Locked
Running a consist with no loco control
I'm running 2 Intermountain HO ET44AC locos on a NCE power cab system.? The locos are nicely speed matched and run nicely lashed up, but as soon as I hook these 2 locos up to some cars (23) I have no sound control, or speed control once the train gets moving.? I can only run with control up to speed step 4, after this speed step I loose control as mentioned.? What could be the problem
|
Locked
Re: Full timetable automation - AutoDispatcher 2 - abstraction - documentation - scripting
James,
toggle quoted message
Show quoted text
JMRI Warrants also allow you to simply click on the entry and then exit blocks. If there is more than one possible route then it will prompt you for your desired choice at each alternate point. It does not make choices itself, nor change once a route is setup. Dick :) On 08/16/2018 12:55 PM, Dave Sand wrote:
James, |
to navigate to use esc to dismiss