¿ªÔÆÌåÓý

LogixNG Tables - not the first column #logixng
First of all, I'd like to take a moment to thank Daniel and Dave - their help on here over the last couple of weeks has been absolutely incredible and has helped me to make some major strides with
By Nick Locke · #242162 ·
Re: Startup Gets Stuck #startup
Could it be opening with the panels displayed actually off the physical screen? Mick ______________________________________ Mick Moignard mick@... p:+44 7774 652504 The week may start M,
By Mick Moignard · #242161 ·
Re: JMRI 5.11.5 OBlock File corruption
Hi John, If you could please post a JMRI console log of when the issue occurs. Many thanks, Steve. -- Steve Young, Member JMRI Dev Team
By Steve Young · #242160 ·
Re: jmri & Arduino DCC-EX #dcc-ex
Correction Trevor a model 3b running at 1.4 mhz , bought in 2019 Rob Pro
By Rob Heath · #242159 ·
Re: jmri & Arduino DCC-EX #dcc-ex
Hi Trevor my pi is a model 2b without Bluetooth , I think it¡¯s 900hz with 1gb of memory and running from the sd card and the motor shield is Diymore l298p I also have a hardware shutdown switch
By Rob Heath · #242158 ·
Re: Audio Icon on Web Panel - Java
Vinny, Try this: editor = jmri.InstanceManager.getDefault(jmri.jmrit.display.EditorManager).getByName("NY&HV_RR_Yard_Scenes") audioIcon = editor.getIdContents().get("Harbor") audioIcon.play() Daniel
By danielb987 · #242157 ·
Re: Audio Icon on Web Panel - Java
I added back this line audioIcon = (AudioIcon) but got the same NameError
By Vinny DeRobertis · #242156 ·
12 hour JMRI clocks
Back when time really meant something on US railroads, they used 12-hour time. Why don't any of the JMRI clocks offer this option - am I missing it? The empolyee timetable for the prototype I model
By Dave Barraza · #242155 ·
Re: Audio Icon on Web Panel - Java
NameError: global name 'audioIcon' is not defined
By Vinny DeRobertis · #242154 ·
Re: Any way to view JMRI "console log" via web interface? #webserver
Nuts! So I'll need to solve this for Win11... A quick web search finds the basic info. I'll try it in the morning. Thanks, Steve!
By billybob experimenter · #242153 ·
Re: jmri & Arduino DCC-EX #dcc-ex
Also, what specific motor shield are you using?
By Trevor Rowland · #242152 ·
Re: jmri & Arduino DCC-EX #dcc-ex
FWIW: I have built lots of DCC-EX systems for various people, using lots of different Arduino boards (Clone Megas, Mega+WiFi, ESP32 Duino, STM32 etc.) and lots of different motor shields.? I haven't
By Trevor Rowland · #242151 ·
Re: Any way to view JMRI "console log" via web interface? #webserver
billybob, You can't access those file directly, because they located outside of the folders shared by the JMRI web server. The web server has a limited range of folders for security reasons. But, you
By Steve Todd · #242150 ·
Re: Any way to view JMRI "console log" via web interface? #webserver
Thanks for this, Dan! Now I can wish (haha!) that I could set preferences via the web interface. Guess I'll need to get the preferences fiddled before tomorrow's session...
By billybob experimenter · #242149 ·
Re: jmri & Arduino DCC-EX #dcc-ex
Hi Rob. Had the issue of loco could not run forward or back, power was on track , and program track had no problem .turn on or off.fine So I bought the original UNO Arduino , and that fixed the
By andrew_pink58@... · #242148 ·
Re: Any way to view JMRI "console log" via web interface? #webserver
Enable frames under Preferences... Web Server
By Dan Boudreau · #242147 ·
Any way to view JMRI "console log" via web interface? #webserver
Trying to debug via the web interface, Want to view the "Console Log" via the web interface. Curiously, I can view several panels - both control panel and layout editor. But I cannot find any way to
By billybob experimenter · #242146 ·
Re: Losing occupancy when trying to record a warrant #warrants
Bob, Also try recording a warrant that doesn't include this block. Supposedly an NX Warrant doesn't need a block to have detection as it allows 'Dark' blocks. That would mean if the block had an issue
By Nags · #242145 ·
Re: Script does not Print to System Console on Linux laptop #scripting
Thanks again Dave for continuing help.? I have never used the Scripting/Scripting Output option, but now that I've found it and opened it, I see all my print results.? I guess I can use that rather
By Phil in gorgeous Young Harris · #242144 ·
Re: Audio Icon on Web Panel - Java
What error? If you don't call play(), you don't play the audio. Daniel
By danielb987 · #242143 ·