¿ªÔÆÌåÓý

Date
Locked Re: Sensor listed in sensor table but not in drop down listing #tables #sensors
Hi Daniel, JMRI is showing my layout control panel when I am using the Sensor table and Turnout table to try to configure the sensor to the turnout. Derek.
By Derek Uttley · #234035 ·
Locked Re: Sensor listed in sensor table but not in drop down listing #tables #sensors
Hi again Dave, I am trying to assign the sensor to the turnout as a feedback sensor, as I have done dozens of times in the past. The list does not include the existing sensor in the sensor table. I do
By Derek Uttley · #234034 ·
Locked Re: Schedule matching does not seem to work #operationspro
Dan, After preparing the build report for attachment to my reply, I re-read the section relating to the car and found why the system was deleting the final destination - the car length is longer than
By Eric Coughlan · #234033 ·
Locked Re: Intermediate Signals Hold Question #signals
It is my interpretation that setting an "intermediate" signal to "held" is really "not a thing" in JMRI signaling. That is because a "prototype" intermedate signal shows a signal's most-restrictive
By billybob experimenter · #234032 ·
Locked Re: Sensor listed in sensor table but not in drop down listing #tables #sensors
Derek, Are you assigning the sensor to the turnout as a feedback sensor? What are the sensor names (system and user). Are there any messages in the system console? Dave Sand
By Dave Sand · #234031 ·
Locked Re: JMRI 5.8 hangs when opening panels-tables automatically on startup. #startup
Gil, Try to restart the computer between the tries. Daniel
By danielb987 · #234030 ·
Locked Re: Sensor listed in sensor table but not in drop down listing #tables #sensors
Derek, Do you use Layout Editor, Panel Editor or Control Panel Editor when you do this? Daniel
By danielb987 · #234029 ·
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 ·