Keyboard Shortcuts
Likes
- Jmriusers
- Messages
Search
Re: Chaining transits with a different locomotive
#dispatcher
Stvge, When you try to add an action, I don't think JRMI stores the locomotive with either its DCC number or its name in the roster. This causes an error: ERROR - No train in start block 'Bypass (IB:AUTO:0001)', cannot create an Active Train [AWT-EventQueue-0] What could that be ? JeanLouisDelestre@... De: "Steve_G via groups.io" <RailRodder22@...> ?: [email protected] 贰苍惫辞测é: Mardi 25 Mars 2025 21:27:21 Objet: Re: [jmriusers] Chaining transits with a different locomotive #dispatcher Jean , trainsit actions
What is specified in your traininfo file that you are loading, Roster, User... etc
In the Load Traininfo are you specifying Default/Current/Roster/Address??
?
I have found a problem that generates an error specifying that there is no DCC address, but canot reproduce the problem as reported. PS the trainname may be the same, but the DCC address should be different.
?
Steve G.
?
-- ---------------------------------------------
Jean-Louis Paris-France
---------------------------------------------
JRMI 5.9.5 on Windows
DCC EX? on Arduino Mega
Java version 17.1.12
? |
|
Re: Script output delayed
#scripting
I had issue with trying to use the activate..
Some how it actually stop the sensor to go active.
?
?
#######################################################################################################################
# # Listen for changes to an occupancy sensor. ?When a change occurs, create and run the signal logic. # # Use INACTIVE for the sensor becoming inactive. Later # # class SensorListener(java.beans.PropertyChangeListener): ? ? def propertyChange(self, event): ? ? ? ? if event.getNewState() == ACTIVE: ? ? ? ? ? ? SignalLogic().start() ####################################################################################################################### #? # I remored the follwo code and replaced it with the above, to better control the activation cose from the sensor. # # class SensorListener(java.beans.PropertyChangeListener):
#? ? ?def propertyChange(self, event): #? ? ? ? ? ?SignalLogic().start() #######################################################################################################################
# # Get a sensor # |
|
Re: problem with decoderpro
开云体育If the layout power button shows green when you start DecoderPro then you probably have the sprog set to command mode. Under settings and then DCC Connection, try altering the System
Connection from Sprog Command Station to just SPROG. I have configured my DecoderPro to have two connection profiles, one for each of the above and disable/enable them for whichever profile I need at the time. Guy
On 30/3/25 03:19, matthewpetzold via
groups.io wrote:
|
|
Re: Adding Signal Heads @ Dbl Slip using "Set Signal Heads at a Slip" Tool
#ssl
#layouteditor
Dave, thanks for reviewing my problem. I followed your advice and changed block assignments around the double slip (plus cleaning up some other "Block Boundary" issues). All is working well now. Many thanks for your?suggestions, Cheers, Paul Young On Sat, Mar 15, 2025 at 5:36?PM Dave Sand via <ds=[email protected]> wrote:
|
|
306 error message
Hi I'm trying to connect my dcs52 to Jmri.? It's connected to the USB port (printer cable) on the dcs52 to a USB port on my computer.? The device manager says it's connected on Com3.? Decoderpro says Loconet is online, but when I try to read the decoder it says "Stopping due to error: Timeout talking to command station (306)".? I have Windows 11 and got Java 17 to run Jmri.? Jmri 5.10 |
|
Re: PanelPro New Feature - Panel Swipe Navigation on Tablet
Daniel,
toggle quoted message
Show quoted text
Linking labels are a CPE feature. When adding a Text item from the Palette, scroll to the bottom. Dave Sand ----- Original message -----
From: danielb987 <jmri@...> To: [email protected] Subject: Re: [jmriusers] PanelPro New Feature - Panel Swipe Navigation on Tablet Date: Saturday, March 29, 2025 5:54 PM How do you add a linking label to a panel? Daniel |
|
Re: PanelPro New Feature - Panel Swipe Navigation on Tablet
开云体育Only benefit I could think of is a swipe doesn’t take up space on the display like a button does. Granted that’s not a great UI that you’d have to know that behavior is expected. But at least with a layout, you have a clear concept what’s to the left and right of your current position. Maybe just a colored edge or something as a visible clue, I don’t know. ? -Ken Cameron, Member JMRI Dev Team
? ? |
|
Re: JMRI Wont Start
Also, in a command (terminal) window issue this command: java -version and paste the result in an email. On Fri, Mar 28, 2025 at 5:54?PM jfbarnes1913 via <jfbarnes1913=[email protected]> wrote:
--
John Griffin Model Railroading Topics |
|
Re: JMRI Wont Start
Jerry,? We need more info. Did you get any error messages?? Copy and paste the System Console into an email. It's under the Help menu. On Fri, Mar 28, 2025 at 5:54?PM jfbarnes1913 via <jfbarnes1913=[email protected]> wrote:
--
John Griffin Model Railroading Topics |
|
Re: Lock Control Panel Position on Tablet
Make your panels 1/4" smaller in each axis. On Sat, Mar 29, 2025, 12:22?AM Vinny DeRobertis via <vinny.derobertis=[email protected]> wrote:
|
|
Re: CTC Model Board
I’d like to move a few columns, add some Call-Ons, and change a few signal levers from 3-position to 2-position. ?It’s easy enough to edit the graphics on the model board - not so easy to move switches and add functions. ?I like the CTC GUI generation tool and would prefer to use that.
?
David Olesen
Hackettstown NJ |
|
Re: Cannot start to read decoders
Hello again,
?
sorry but this did not work. I reinstalled several times, used English an my on German? language. Interestingly, it works for me for one or two or there entries, but then ist stops working. In the very last line (status line?) of the create new loco Window it comes up with normal messages, i.e. reading cv xyz etc., but then it displays (not every time) "pause..." instead of idle and the "Read Type" field and the "Open Comprehensive ..." fields are grey out.
There is also a simple programmer which has the READ CV field greyed out, the Write CV field is avtive.
I can control a loco with the throttle tough ! It is not version dependant, as I use same versions on both PCs - I assume it is dependant on Windows, I use 21H2 and 24H2 - on the former it works on the latter it does not. It seems to me something is locking itself out inside the JMRI.
?
Erik |
|
Re: Unable to Delete a Sensor; Then a Java Error Displays when Storing the XML
Hi Bob,
?
Thanks for reporting this, also jmrilog.txt which provided me with the stack trace required.
The issue could potentially occur with a few other JMRI resources ( e.g. WiThrottle server ) upon deleting the Route alignment Sensor.
?
I've gradually been tweaking Routes for increased reliability in future JMRI versions, i.e.
?
- Route - add CheckForNull annotation
- update wiThrottle RouteController
- AbstractXmlAdapter / AbstractNamedBeanManagerConfigXML string constants
- update RouteExportToLogix
- update DefaultRouteManager Xml
- RouteTable output table listeners
- Route Add / Edit Frame lint
?
?
Again thanks for reporting !
?
Steve.
--
Steve Young, Member JMRI Dev Team |