¿ªÔÆÌåÓý

Dispatcher question - chaining transits #dispatcher
HI, I'm using dispatcher, and I was wondering how I could automaticaly chain two transits for the same locomotive, or even a different
By Jean-Louis Free · #240799 ·
Re: Script output delayed #scripting
Correct, using time.sleep() stops the main JMRI thread. Since you want to have timed signal changes, you will need to use the AbstractAutomaton class. This runs in a separate thread and has a
By Dave Sand · #240798 ·
Script output delayed #scripting
In developing some scripts, I often print to the output, as it helps debug the program. I am noticing that the output is extremely delayed Is there anyway the output can be updated? I use print
By Canadian Locomotive Logistics · #240797 ·
Re: Problems With dispatcher #dispatcher
Changes made. Runs Nicely if i just choose run in reverse. If i choose continuous as well ,the train stops at the starting block but doesnt proceed Here is a Pic of dispacther at that time,any
By redsash63 · #240796 ·
Re: Panel selection doesn't work #rpi
Steve, Here is a sample xml file. Dave Sand
By Dave Sand · #240795 ·
Re: Problems With dispatcher #dispatcher
Brett, Signal mast "Blk 16" has -1 for its aspect ids. For your Dispatcher issue, look at the Blk 8 Section. I would change the direction from Block 7 to FORWARD. That makes it consistent with the
By Dave Sand · #240794 ·
Re: Panel selection doesn't work #rpi
Dave Sand, Where is the code for the Windows menu click? I don't have any LinkingLabels for testing. --SteveT
By Steve Todd · #240793 ·
Re: Linking labels not working
Cliff, Adding linking labels is the same as linking icons. Dave Sand
By Dave Sand · #240792 ·
Re: Panel selection doesn't work #rpi
More likely a Wayland thing. One window manipulating anotherwindow. Steve G.
By Steve_G · #240791 ·
Re: Panel selection doesn't work #rpi
Steve, The code is at java/src/jmri/jmrit/display/LinkingLabel.java, doMouseClicked(). Is this another Bookworm issue? Dave Sand
By Dave Sand · #240790 ·
Re: Problems With dispatcher #dispatcher
Hello Dave and All I have started to make some progress. I read and reread all of your threads as i could. I decided to remove all signals and Logic and restart This Time i noticed that the Offset
By redsash63 · #240789 ·
Re: Linking labels not working
Dale, The currently in development PanelPro files that our club is using for our expansion layout is able to use two linkinglabel entries for each Control Panel using 5.11.4 and occasionally 5.10 on
By Cliff Anderson · #240788 ·
Re: LogixNG vs Jython performance #jython #logixng
Yep, I've encountered that myself and I do get the 'if the state doesn't change do nothing' logic. I figure unless there's a compelling reason why not,? just go with Always Execute since it seems to
By Nags · #240787 ·
Re: Panel selection doesn't work #rpi
Dale, I see the same thing with my RPi-JMRI image, up-to-date Bookworm with 5.11.4. Have you tried it with earlier versions of either JMRI or Android OS? It would be helpful to know when this
By Steve Todd · #240786 ·
Re: LogixNG extracting multiple values from table #logixng
George, Try something like this. The current name of a turnout is in the turnout local variable. The row is selected from the table using the turnout name and then the specified state is selected
By Dave Sand · #240785 ·
Re: Editing a layout panel
AD, Normal case when a train leaves a block, it goes inactive and erasing the content makes for normal movement. But when that content hasn't moved to any other block, it becomes lost. What else
By Ken Cameron · #240784 ·
LogixNG extracting multiple values from table #logixng
JMRI 5.10 Windows 11 I've been bending my pick trying to figure this out all afternoon. I want to set a collection of turnouts to individual states. I have a table with two columns, turnout name and
By George Hofmann · #240783 ·
Re: Next jmri non test version
Tony, I've been running the test versions for 22+ years, since JMRI 1.something. (ISTR they were ALL test versions back then!) I've even installed non-released nightly builds on a few occasions to
By Breezlys · #240782 ·
Re: Editing a layout panel
Tony, When a block becomes unoccupied, the block content is no longer valid so it is erased. Dave Sand
By Dave Sand · #240781 ·
Re: Red Stop on WiThrottle Panel #withrottleserver
The stop sign is to "EStop all JMRI managed throttles". I have never used it and don't see that being the issue Next to the stop sign should be track power indication, is showing green ? -- Peter
By Peter Ulvestad · #240780 ·