Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Jmriusers
- Messages
Search
Locked
Re: Help With OperationsPro Routes
#operationspro
"As soon as I do that, the STATUS button shows an ERROR and I can't put in a location."? That is correct. When you don't have any locations in a route, that's an error.
?
Next, did you try to first select a location using the combo box in the lower left corner?? Then press the "Add Location" button next to it.
?
|
Locked
Re: Help With OperationsPro Routes
#operationspro
On Sat, Oct 5, 2024 at 08:58 PM, dadavies3 wrote:
Thanks for the reply, Dan.? When I bring up the first ROUTES screen, I know I have to put in a name first, then hit ADD ROUTE.? As soon as I do that, the STATUS button shows an ERROR and I can't put in a location.? The window won't let me. Can you provide a screen shot of the window? |
Locked
Re: Build fail¡Not using off spots or holding cars
#operationspro
On Sun, Oct 6, 2024 at 07:09 AM, Joe Z. wrote:
If I understand the program now extra loads will be built and should be sent to the off spot or held at Lyndhurst Yard until the car at T4-C is ready to switched out¡.Am I correct?Correct. |
Is this a DCC-EX connection issue, or is it about the steps needed to utilize the signal head once it exists in the signal heads table?
?
Did you follow the instructions to define the logic within JMRI, such as https://www.jmri.org/help/en/html/tools/signaling/AspectSignaling.shtml
?
If you want to check the connection to the command station,
use the DCC++ Traffic Monitor to capture the commands sent/received. Confirm that the expected commands are being sent by JMRI, etc.
(This is with the Traffic Monitor option checkboxes 'show timestamps' and 'show raw data' and not the translation.)
?
Change the Appearance drop-down in the Signal Heads table
?from RED TO GREEN? ?
12:35:14.553: [Z 217 1]? ? the command sent by JMRI?? 12:35:14.553: [Y 217 1]? ? the reply from the command station 12:35:14.555: [Z 216 1] ? 12:35:14.584: [Y 216 1] ? 12:35:14.585: [Z 215 0] ? 12:35:14.594: [Y 215 0] ? ?
Use the Send DCC++ Command window
upper case Z to see the list of defined digital outputs and their state
12:37:07.569: [Z] ?
12:37:07.570: [Y 215 25 0 0] ? 12:37:07.573: [Y 216 26 0 1] ? 12:37:07.585: [Y 217 27 0 1] ? ?
For further discussion regarding the connection to DCC-EX, check out the discord server.
?
Regards,
Ash__
? |
Locked
Re: How to fix a "Parse error" when loading Panel Pro panel
#layouteditor
I generally avoid overwriting a panel file. Yes, it is a bit more work
if I'm autoloading at startup as I have to update the startup for the new name. But there are too many ways that a new store of a file might be bad yet not noticeable for a while. I don't rely on the automatic backup as if I'm doing it, via the name change, I know for sure what is what. -Ken Cameron, Member JMRI Dev Team www.jmri.org www.fingerlakeslivesteamers.org www.cnymod.com |
Locked
Re: Build fail¡Not using off spots or holding cars
#operationspro
Dan,
I guess I was thinking that the program would just build and send the loads to the off spot until space becomes available at the final destination.
BUT¡.I was wrong. I have made the changes you showed and run the next train and no build fail!!
I changed the 100% loading from staging to 300% for Dunn Papermill, Dunn T4-C.
If I understand the program now extra loads will be built and should be sent to the off spot or held at Lyndhurst Yard until the car at T4-C is ready to switched out¡.Am I correct?
?
Thanks ,
Joe Z |
Locked
JMRI 5.9.4 and a Sprog 3 v2.5
Hello,
I use JMRI 5.9.4 and a Sprog 3 v2.5 programmer. Unfortunately there have been increasing problems with Lenz, XION and also ESU decoders >= V4 recently. There is no reaction to pressing ¡°function keys¡±. Sometimes only after pressing the buttons several times. The problem is greater in ¡°Programming Mode¡±. Some decoders do not react at all to function keys.... Is this due to Sprog 3 or to JMRI.... Is there a firmware update? In JMRI there is a ¡°Comand history window¡±.... I am looking for a command list, what do the entries mean.... Is there a description of the Sprog interface ? With friendly model railroader greetings M.K. ? |
I continue to explore JRMI and especially the signals.? I try to set up a three-light signal.
?
My environment : JRMI 5.8 on windows
DCC ++ running on a arduino mega
?
What I did :
With "Configure DCC ++ base station" I created three outputs (DT100,101 and 102) respectively connected to auduino pins 22,23 and 24. I can see the three outputs on the turnout table.
I created a signal Heads with these three outputs using the signal heads table. The signal works perfectly. I added this signal on my layout OK
?
Everything works perfectly, but after a few minutes the outputs are not controlled anymore (I can see it in the turnout table). ? It looks like that the link between the signals and the turnouts is lost ?
?
Any idea?
?
Thanks. |
Locked
Re: How to fix a "Parse error" when loading Panel Pro panel
#layouteditor
John, Since you have issues with file management, I would recommend doing the stores with a new name. Dave Sand ----- Original message ----- From: John Poray <johnporay@...> Subject: Re: [jmriusers] How to fix a "Parse error" when loading Panel Pro panel #layouteditor Date: Saturday, October 05, 2024 8:03 PM Dave, Update... I checked for the correct address in line 1 (<?xml version="1.0" encoding="UTF-8"?>) in a more recent panel file (Aug23-24). It had the correct line 1 so I loaded that one. I went to the Sensor Table and saw that the State column entries were all listed as Unknown. This time, I was able to manually change them all to Inactive, and, when clicking on the turnouts on the panel, the signals all responded correctly. So, I think it's working properly. I did a Store and overwrote the same address.? ? Up until now, I would regularly save a panel file to a new address. The idea being that if the latest file was bad for some reason, I could go back to the previous file, that was very recent, and I would have a file that would be as up to date as possible. Should, I instead, overwrite the file I am using when doing a Store rather than Store it under a new name? If a file turned up bad, should I be going to the Backup Folder to retrieve a good file?? Problem there is, I don't know how to get a file from the backup folder to the active Panel Files page. ? And yes, I have MANY panel files because of doing a Store with a new name almost every time. John |
Locked
Re: How to fix a "Parse error" when loading Panel Pro panel
#layouteditor
Dave,
Update... I checked for the correct address in line 1 (<?xml version="1.0" encoding="UTF-8"?>) in a more recent panel file (Aug23-24). It had the correct line 1 so I loaded that one. I went to the Sensor Table and saw that the State column entries were all listed as Unknown. This time, I was able to manually change them all to Inactive, and, when clicking on the turnouts on the panel, the signals all responded correctly. So, I think it's working properly. I did a Store and overwrote the same address.?
?
Up until now, I would regularly save a panel file to a new address. The idea being that if the latest file was bad for some reason, I could go back to the previous file, that was very recent, and I would have a file that would be as up to date as possible. Should, I instead, overwrite the file I am using when doing a Store rather than Store it under a new name? If a file turned up bad, should I be going to the Backup Folder to retrieve a good file?? Problem there is, I don't know how to get a file from the backup folder to the active Panel Files page.
?
And yes, I have MANY panel files because of doing a Store with a new name almost every time.
John |
Locked
Re: Help With OperationsPro Routes
#operationspro
Thanks for the reply, Dan.? When I bring up the first ROUTES screen, I know I have to put in a name first, then hit ADD ROUTE.? As soon as I do that, the STATUS button shows an ERROR and I can't put in a location.? The window won't let me.
?
Doug |
Locked
Re: How to fix a "Parse error" when loading Panel Pro panel
#layouteditor
Dave,
The copy of the file (Aug20-2-24) in the "Load Tables and Panels" screen, does not open properly. If I am to use the copy that is in Windows File Manager (it has the <?xml version="1.0" encoding="UTF-8"?> in line 1), you said to move it from its current location. I assume you mean to the Load Tables and Panels location. How do I move it?
John |
Locked
Re: Troubleshooting WiThrottle connection to NCE
#nce
#withrottleserver
Brian,
toggle quoted message
Show quoted text
my first test is: Can I control that locomotive with a JMRI throttle? (Tools -> Throttles -> New Throttle in PanelPro, Actions -> Throttles -> New Throttle in DecoderPro, I believe) That will quickly tell you whether you should look on the throttle -> network -> JMRI part or on the JMRI -> NCE -> layout part of the system. And sometimes you get better error messages that way :) Heiko On 10/6/24 00:51, Brian Pickering via groups.io wrote:
I'm looking for suggestions as to how to troubleshoot a failure of a WiFi Throttle to communicate with an NCE PowerStation command station. --
eMails verschl¨¹sseln mit PGP - privacy is your right! Mein PGP-Key zur Verifizierung: |
Locked
Troubleshooting WiThrottle connection to NCE
#nce
#withrottleserver
I'm looking for suggestions as to how to troubleshoot a failure of a WiFi Throttle to communicate with an NCE PowerStation command station.
?
Information behind the problem:
?
The log below shows the period through starting up PanelPro (running on a Raspberry Pi 5), connecting the TCS Throttle, attempting to run a locomotive (#116, for what it's worth, as nothing is logged on-screen), then turning off the TCS Throttle.
Log:
jmrisvc@4dhoturntable:~ $ PanelPro OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. 06:00:21,567 apps.util.Log4JUtil ? ? ? ? ? ? ? ? ? INFO ?- * JMRI log ** [main] 06:00:21,583 apps.util.Log4JUtil ? ? ? ? ? ? ? ? ? INFO ?- This log is stored in file: /home/jmrisvc/.jmri/log/session.log [main] 06:00:21,584 apps.util.Log4JUtil ? ? ? ? ? ? ? ? ? INFO ?- This log is appended to file: /home/jmrisvc/.jmri/log/messages.log [main] 06:00:21,610 apps.Apps ? ? ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- PanelPro version 5.8+Rbc21ce2ce7 starts under Java 17.0.12 on Linux aarch64 v6.6.47+rpt-rpi-2712 at Sat Sep 14 06:00:21 PDT 2024 [main] 06:00:21,765 apps.Apps ? ? ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- Starting with profile My_JMRI_Railroad.3e699959 [main] 06:00:21,846 jmri.util.node.NodeIdentity ? ? ? ? ? INFO ?- Using 206b67a4-3b1d-40a2-b2ef-a76ef5f5f3a7 as the JMRI storage identity for profile id 3e699959 [AWT-EventQueue-0] 06:00:21,972 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "NCE" [main] 06:00:22,066 .nce.serialdriver.SerialDriverAdapter INFO ?- Connecting NCE to ttyUSB1 FT232R USB UART [main] 06:00:22,070 .nce.serialdriver.SerialDriverAdapter INFO ?- Port ttyUSB1 FT232R USB UART opened at 9600 baud, sees DTR: true RTS: true DSR: false CTS: true DCD: true flow: NONE [main] 06:00:22,138 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "CAN" [main] 06:00:22,158 ers.gridconnect.GcSerialDriverAdapter INFO ?- Connecting CAN to ttyACM0 Simple CDC Device Demo [main] 06:00:22,166 ers.gridconnect.GcSerialDriverAdapter INFO ?- Port ttyACM0 Simple CDC Device Demo opened at 57600 baud, sees DTR: true RTS: true DSR: false CTS: true DCD: false flow: NONE [main] 06:00:22,215 jmri.jmrix.nce.NceConnectionStatus ? ?INFO ?- NCE EPROM revision = 6.2.1 [AWT-EventQueue-0] 06:00:22,338 jmri.jmrix.nce.NceConnectionStatus ? ?INFO ?- Connected to NCE command station [AWT-EventQueue-0] 06:00:23,022 jmri.jmrit.withrottle.FacelessServer ?INFO ?- Published ZeroConf service for 'my jmri railroad._withrottle._tcp.local.' on 192.168.1.234:12090 [WiThrottleServer] 06:00:23,023 jmri.jmrit.withrottle.FacelessServer ?INFO ?- Published ZeroConf service for 'my jmri railroad._withrottle._tcp.local.' on fe80:0:0:0:29f2:d5b8:6afc:3aaf%eth0:12090 [WiThrottleServer] 06:00:23,023 jmri.jmrit.withrottle.FacelessServer ?INFO ?- Published ZeroConf service for 'my jmri railroad._withrottle._tcp.local.' on 192.168.1.2:12090 [WiThrottleServer] 06:00:23,024 jmri.jmrit.withrottle.FacelessServer ?INFO ?- Published ZeroConf service for 'my jmri railroad._withrottle._tcp.local.' on fe80:0:0:0:e3d0:e749:3b2c:5339%wlan0:12090 [WiThrottleServer] 06:00:23,025 jmri.jmrit.withrottle.FacelessServer ?INFO ?- Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleServer] 06:00:23,240 jmri.util.startup.PerformFileModel ? ?INFO ?- Loading file /home/jmrisvc/.jmri/Turntable.xml [main] 06:00:24,837 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path program: is /opt/JMRI.5.8/ [main] 06:00:24,838 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path preference: is /home/jmrisvc/.jmri/My_JMRI_Railroad.jmri/ [main] 06:00:24,839 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path profile: is /home/jmrisvc/.jmri/My_JMRI_Railroad.jmri/ [main] 06:00:24,843 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path settings: is /home/jmrisvc/.jmri/ [main] 06:00:24,843 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path home: is /home/jmrisvc/ [main] 06:00:24,844 jmri.util.FileUtilSupport ? ? ? ? ? ? INFO ?- File path scripts: is /opt/JMRI.5.8/jython/ [main] 06:00:26,167 apps.PanelPro.PanelPro ? ? ? ? ? ? ? ?INFO ?- Main initialization done [main] 06:00:42,011 jmri.jmrit.withrottle.FacelessServer ?INFO ?- Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleServer] 06:01:18,076 jmri.jmrit.withrottle.DeviceServer ? ?INFO ?- Received Name: TCS Throttle UWT-100, S/N 0062 [DeviceServer-1] 06:03:23,145 jmri.jmrit.withrottle.DeviceServer ? ?WARN ?- null readLine() from device 'TCS Throttle UWT-100, S/N 0062', consecutive error # 1 [DeviceServer-1] <repeats> 06:03:27,960 jmri.jmrit.withrottle.DeviceServer ? ?WARN ?- null readLine() from device 'TCS Throttle UWT-100, S/N 0062', consecutive error # 25 [DeviceServer-1] 06:03:27,960 jmri.jmrit.withrottle.DeviceServer ? ?ERROR - readLine failure limit exceeded, ending thread run loop for device 'TCS Throttle UWT-100, S/N 0062' [DeviceServer-1] |
Locked
Re: Help With OperationsPro Routes
#operationspro
Doug,
?
Do you get this window after you've hit the "Add Route" button in the "Routes" window?
?
?
The next step is to select the departure location for the route added, then the next location using the "Add Location" button.
?
Dan
|
Locked
Help With OperationsPro Routes
#operationspro
I am brand new to OpsPro and have run into a snag.? I want to start very small and minimize the screw-ups if possible.? I have managed to successfully make it through SETTINGS, LOCATIONS, CARS and LOCOMOTIVES.? By "successful" I mean I didn't receive any errors and all of the data appeared to go in without any glitches.? I am now at ROUTES and am having some issues.? When I click on ROUTES, I get the first page that wants me to enter a name for the route.? I do this and then click on "ADD ROUTE".? I believe I am supposed to get a screen that allows me to enter information about the route.? I don't get this and in the upper right corner of the screen where it says "STATUS" the word ERROR is there.? I can't figure out what the error is and I can't get past this screen.? Any help is appreciated.
?
Doug |
toggle quoted message
Show quoted text
On Oct 5, 2024, at 12:42, mnutt48414 via groups.io <Mnutt48414@...> wrote:
|
Locked
Re: Build fail¡Not using off spots or holding cars
#operationspro
Where do you expect car ACFX 72089 to go?? If Dunn Papermill, the setting for inbound cars from staging is set at 100% which means that only one car (44 feet of track space) from staging is allowed.? If you want more cars from staging to be sent to this spur, increase the loading, for example, 300% means up to three cars from staging are allowed.
?
? Car (ACFX 72089) would overload track (Dunn Papermill, Dunn?
? ? T4-C), currently 1 inbound cars, length (44) feet, 100% loading? ? ? from staging? ?
?
Dan |
On Sat, Oct 5, 2024 at 02:51 PM, Jean-Louis Free wrote:
On my panel all turnouts are within a block, not their own block. The thru and diverging tracks from the turnout become separate blocks although in some cases I have simply continued the 'mainline' block into either direction.
?
For a stub or dead end, it's only one portal as the block only connects to one other block. A block can have from 1 to many portals. The portal lets JMRI know which blocks connect to each other. The portal also is a reference point for the start of a block and location of signals.?
The significance of a portal becomes apparent when creating an NX Warrant.
Take a simple loop of 4 blocks where the train must start and end in the same block (Block A).
--
H.O. Australia (Layout in Progress)
indows 10Digikeijs DR5000 LocoNet JMRI v5.8?DecoderPro/Warrants/CPE/SML/LogixNG Windows 10 |
to navigate to use esc to dismiss