Re: Ghost Block (v5.11.4) and Turnouts Question
Tony's got a point.
You essentially have a gauntlet track where only one train at a time can occupy the space between turnout pairs.
Sure you don't have the traditional gauntlet structure but you have
By
Ken Heywood
·
#240804
·
|
Script help please
#scripting
I want to modify the "PreferencesExamples" script to show me the - Preferences - System manufacture and System connection.
I want to check when I'm in " Digitrax - LocoNet Simulator " mode, for use in
By
richard.taplin@...
·
#240803
·
|
Re: Dispatcher question - chaining transits
#dispatcher
I use transit actions ¡°load traininfo¡± and then ¡°terminate¡± at the end of a transit. This is especially useful when your train has a reversing move.
--
Ken
NYNH&H, Old Colony Division, Cape
By
Ken Heywood
·
#240802
·
|
Re: LogixNG extracting multiple values from table
#logixng
That worked. I had tried that technique before without success. But there were some issues in my data file now fixed.
It's all good.
Thanks
George
By
George Hofmann
·
#240801
·
|
Is the Digitrax SDXH187Ao Missing from Decoder list?
#definitions
#digitrax
Just installed a Digitrax Decoder SDXH187Ao (or 0?). Using a NCE system on program track and DP can¡¯t find the decoder. ?Using the drop-down menu decoder selection list for Digitrax, I am unable to
By
fallnflags01
·
#240800
·
|
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
·
|