¿ªÔÆÌåÓý

Date
Locked Intermediate Signals Hold Question #signals
Making progress on our club's N scale layout CTC panel. I'm currently setting up the signal logic. I have one signal logic finished with finally getting the OS (Interlock) signal hold logic figured
By Doug Wagner · #234028 ·
Locked Re: JMRI 5.8 hangs when opening panels-tables automatically on startup. #startup
Further, I went ahead and killed the task as well as Java. I disabled starting the web server (so back to the configuration of a single action active, automatically load the panel file). Restarted and
By Gil Fuchs · #234027 ·
Locked Re: JMRI 5.8 hangs when opening panels-tables automatically on startup. #startup
Sorry, I was a bit too quick to declare success. After changing look and feel to Metal and disabling the action to manually load the panel file - JMRI started fine with only "automated file load"
By Gil Fuchs · #234026 ·
Locked Sensor listed in sensor table but not in drop down listing #tables #sensors
Is there a way of updating the dropdown list of sensors to match the sensor table? I have created a sensor in the sensor table and wish to assign it to a certain turnout. However, when I go to assign
By Derek Uttley · #234025 ·
Locked Re: JMRI 5.8 hangs when opening panels-tables automatically on startup. #startup
Daniel - yes that did the trick. It loads fine with Metal. Thanks! any explanation why this is happening?
By Gil Fuchs · #234024 ·
Locked Re: Scripting and getting the state of a turnout #scripting
Thanks Bob. Needed to drop the NT23 from the getKnownState brackets and it works. The state is 2 for closed and 4 for thrown. Many thanks. Derek.
By Derek Uttley · #234023 ·
Locked Re: Scripting and getting the state of a turnout #scripting
Try: self.toNT23 = turnouts.getTurnout(¡°NT23¡±) self.NT23state =self.toNT23.getKnownState(¡°NT23¡±) The first line finds the Turnout object called NT23, and stores it in self.toNT23 The second
By Bob Jacobsen · #234022 ·
Locked Re: Scripting and getting the state of a turnout #scripting
Thanks again Dave, but I am not getting things quite right. I have adjusted the code to be: self.toNT23 ?= ?turnouts.getTurnout(¡°NT23¡±) self.NT23state = turnouts.getKnownState(¡°NT23¡±) System
By Derek Uttley · #234021 ·
Locked Re: TSU2 CV223 missing in JMRI 5.8 #definitions #soundtraxx
Since the OP has a Diesel, perhaps a test of different values in the CV would yield audible results in Prime Mover sound, if there are any. 128=No Change. < 128 Lower Pitch. > 128 Higher Pitch.
By Don Shroyer · #234020 ·
Locked Re: Schedule matching does not seem to work #operationspro
What action should be moving on the car occupying the destination spur? If nothing is moving that car your FROZEN FOOD will defrost in its car. [email protected]> wrote:
By Alan Pearce · #234019 ·
Locked Re: Schedule matching does not seem to work #operationspro
What you've described doesn't seem right.? Could you please attach a build report for the train that isn't moving the car correctly so we can see how you've configured things. The program changes a
By Dan Boudreau · #234018 ·
Locked Re: DAVID HUDSON'S RailModeller Pro .XML FILE to Panel Pro #railmodellerpro
David, What I need is the original xml as exported by Railmodeller. This way I have the original xml content without any changes introduced by JMRI. 1. Go to /g/jmriusers Logon if
By Dave Sand · #234017 ·
Locked Schedule matching does not seem to work #operationspro
After reading the topic Adding "Custom" loads to OpsPro - Part Three, I had setup two spurs with a schedule for a reefer to receive MTY and? ship FROZEN FOOD. The Destination was left blank. I then
By Eric Coughlan · #234016 ·
Locked Re: Switch Lists/Manifests #operationspro
What does the build report for the train say about the two full ore cars? You would need at least 4 moves available in the train's route at the mine to drop and pull the 4 ore cars. Dan
By Dan Boudreau · #234015 ·
Locked Re: Monitoring Loconet, some questions #digitrax #loconet
"Yes and no". The DigiIPL (and DigiIPLII) "Find Devices" operation _specifically_ shows information for devices which _can_ have their "firmware" updated thru DigiIPL (and for newer Digitrax hardware,
By billybob experimenter · #234014 ·
Locked DAVID HUDSON'S RailModeller Pro .XML FILE to Panel Pro #railmodellerpro
Coding for David Hudson's Railmodeller Pro .XML File exported to Panel Pro I am unsure as to the paste location that you were referring to, in your last message. <?xml version="1.0" encoding="UTF-8"?>
By BorderTerrier · #234013 ·
Locked Re: JMRI 5.8 hangs when opening panels-tables automatically on startup. #startup
Hi Gil, Which Look&Feel do you use? Windows, Metal or something else? If you use Windows, try to change to Metal instead. We have had other users who have had problem with the Windows look&feel.
By danielb987 · #234012 ·
Locked Re: JMRI 5.8 hangs when opening panels-tables automatically on startup. #startup
Hi Daniel, I tested one startup step at a time, the same exception is thrown with this configuration: <?xml version="1.0" encoding="UTF-8"?> <auxiliary-configuration
By Gil Fuchs · #234011 ·
Locked Re: RINGS AROUND THE LAYOUT #layouteditor #railmodellerpro
Thank You Tom That is that problem solved. I now have a uncluttered layout..... -- David Hudson
By BorderTerrier · #234010 ·
Locked Re: Unable to create JmDNS with error [AWT-EventQueue-0]
Randall, Do you have disabled IPv6 in Windows 10? If so, try to enable IPv6 to see if that helps. Daniel
By danielb987 · #234009 ·