¿ªÔÆÌåÓý

Date
Locked Loco position display
Excuse me if this seems a naive newbie question --- but if I have a DCC track layout defined and a source of info that indicates the position of each loco (by block number, say) can that loco be
By David Slipper · #151531 ·
Locked Re: Engine Driver Consists & functions
Thanks Peter. How do I get the Beta version? I'll try it out. If it works as described, it does directly address the original problem. Mark Re: Engine Driver Consists & functions From: Peter Akers
By Mark Granville · #151530 ·
Locked Re: Error message while trying to program
I can program other locos, even Bachmann non-sound. The 2-8-0 I can program on the main using operations program. I was also able to change settings on a Bachmann 2-8-4 w/ sound, but I did get this
By DOUGLAS TOMLINSON · #151529 ·
Locked WIN 10 - Panel and Decoder Pro were working... not anymore
Newbie here... Sorry. I have a WIN 10 laptop that was running all JMRI stuff just fine with NCE USB interface (both power cab (program track) and SB5 (n scale layout)). Stopped working after a recent
By colcjm2@... · #151528 ·
Locked Re: Logix Action to set Block Value doesn't work?
Dave, The OBlocks class inherits from the Block class, but I am not aware of any relationship between them. You could create a script that watches memory variables and copies the content to the block
By Dave Sand · #151527 ·
Locked Re: Error message while trying to program
The message is telling you the problem: The command station can¡¯t hear the locomotive decoder replying that it¡¯s taken the programming operation. It¡¯s _NOT_ a JMRI problem. You¡¯ll see a
By Bob Jacobsen · #151526 ·
Locked Re: Error message while trying to program
Doug, There are problems with 4.10. Don't go there. Dick :)
By dick bronson · #151525 ·
Locked Re: Error message while trying to program
Doug, My 2 cents is that going back and forth between versions just mucks things up and makes it difficult to help you. David Klemm Sent from my iPhone 8 Plus ________________________________ Sent:
By David Klemm · #151524 ·
Locked Re: Logix Action to set Block Value doesn't work?
Ken, nothing is recorded in the System Console when I change the value of 'Input OK'. Dave, I am aware that Block and OBlocks are not the same thing, and I do have both with the name 'Platform 1'. I
By Dave Short · #151523 ·
Locked Re: Error message while trying to program
Roger: The GP 7 doesn¡¯t have sound, I do have a new 2-8-0 with sound that gives me the same message. I can program it on the mainline using operations program mode. I am thinking of going back to
By DOUGLAS TOMLINSON · #151522 ·
Locked Re: Engine Driver Consists & functions
Mark,? Steve has just released a beta version of Engine Driver which includes two new preferences which can force ED to treat F1 and F2 as sound regardless of their labels.? I would be interested to
By Peter Akers · #151521 ·
Locked Re: Error message while trying to program
Doug, ? ? Is that GP7 (with SOUND) the only one you having issue with.? Any other locos work OK? Roger
By Roger Merritt · #151520 ·
Locked Error message while trying to program
My set up: Digitrax DCS10 command station UR 92 and DT-402D throttle LocoBuffer-USB (w/ latest driver) Power Pax booster by DCC Concepts Decoder Pro 4.12 Windows 10 The problem is that I can¡¯t
By DOUGLAS TOMLINSON · #151519 ·
Locked Re: JMRI 4.13.2 and Webserver
Thanks Steve. Actually the "/frame" was already enabled, so once I switched to that, it worked. The tablet we use is an old "noname" from Fry's that was cheap (and we have a feeling "used" though
By leo pesce · #151518 ·
Locked Re: DecoderPro will not read decoders
Hi Bob, I am getting 11.8 volts AC. I believe it should be higher and will check my connections. Philip
By canoephil · #151517 ·
Locked Re: signalMastManagerInstance
Yes that solved it - thank you
By David Smith · #151516 ·
Locked Re: signalMastManagerInstance
The exact replacement is jmri.InstanceManager.getDefault(jmri.SignalMastManager).getSignalMast(xxx) but Dave Sand¡¯s suggestion is a very good one: masts..getSignalMast(xxx) Bob -- Bob Jacobsen
By Bob Jacobsen · #151515 ·
Locked Re: Error while trying to run auto train under Dispatcher
Allen, I have uploaded a fixed file to your folder. /g/jmriusers/files/ProblemsBeingWorkedOn/Allen%20House%20SSL%20Dispacter%20signal%20issue/Mtn_RR_215%20fix.xml That should take
By Dave Sand · #151514 ·
Locked Re: Logix Action to set Block Value doesn't work?
Dave, Is ¡°Platform 1¡± defined in the ¡°Block¡± table, the ¡°OBlock¡± table or both? If both, you have two independent objects that appear to be related but they are not. For unknown (to me)
By Dave Sand · #151513 ·
Locked Re: signalMastManagerInstance
David, If your script starts with "import java" and "import jmri", this will work: mast = masts.getSignalMast(mastName) Dave Sand
By Dave Sand · #151512 ·