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
Signal Mast Logic
#signalmasts
#turnouts
Hello,
I have detected and issue on the signal mast logic or at least I have the problem. It is related to turnouts that are connected. I have two turnouts that are directly connected one on closed position and the other on throw. On the configuration on the turnout I linked both turnouts and I selected to invert the second one. It worked perfectly so both turnouts are paired and when route is established at them goes straight and in the oposite position goes to another path. When I used the discover to establish the pairing signals all goes perfectly but when I tried to work always the signal is on danger. I forced to change aspect but it is not the correct way. When I analysed the signal mast Logic I released that turnouts aren't correctly. Both where considered as throw instead of one throw and the other closed to be active so it is not possible to link them. If I didn't put this link the pairing is correct with the Signal Mast Logic that is the way I did actually the configuration. I am using JMRI on its 5.2 version so it is upgraded until last production version, is it a problem on this last version or it was also on previous versions? Best Regards 颁é蝉补谤 |
YAY my Ethernet shield showed up today!!……….now what? I have two groove 125khz sensors and an uno. I plan to buy more sensors in the near future. Can someone please provide a step per step for hooking it up, then programming followed by the required JMRI settings. Thank you?
Micheal (aka the computer, but eager dummy)? |
Locked
Re: SOUND DECODERS
On Fri, May 5, 2023 at 11:57 AM, Lawrence Varady wrote:
Are you saying decoder pro has no issues with ANY brand sound decoder?Lawrence, DecoderPro is basically a very smart throttle connected to your DCC (or other) system. What matters is whether your DCC system and the decoder in question will play nicely together. If, for example, your DCC system's programming track output isn't robust enough for a particular sound decoder, well, JMRI can't change that. HTH, Steve "Breezlys" |
Locked
Re: restricting classification yards by location
#operationspro
On Fri, May 5, 2023 at 02:16 PM, <jmri@...> wrote:
What I do find is that this restriction does reduce car movement, which is expected, because if a C/I track is full for a specific location, a car cannot be moved there with a final destination of that location, and cannot use another empty track due to an incorrect location.You could simply "pool" all of your C/I tracks at that location.? Now if a certain destination C/I needs extra track space, it will steal it from the others.? This way your cars will be blocked by destination. Dan |
Locked
restricting classification yards by location
#operationspro
Hello again,
I currently have a yard where I have classification/interchange tracks set up by location, which works ok.? What I do find is that this restriction does reduce car movement, which is expected, because if a C/I track is full for a specific location, a car cannot be moved there with a final destination of that location, and cannot use another empty track due to an incorrect location.? I would like to make a change to get rid of the restriction of location on my C/I tracks, so that cars from any location can use any classification track.? Without these location restrictions, will OperationsPro attempt to block cars by final destination when sending cars to a C/I track when possible??? Thanks. -- Tom |
Locked
Re: track doesn't accept custom loads even though track is configured to accept all loads
#operationspro
Hi Dan/Pete,
Makes total sense now.? Thank you for your help.?? -- Tom |
Locked
Re: New user to JMRI Ops Pro requesting assistance
#operationspro
couldn't he print the switch list without hitting the "move " button? I thought I printed a switch list just after I " built " the train. I can't test it now my computer is down and will be for a bit. |
S?ren Jacob Lauritsen
I had a look at the source code for turnout control (MarklinTurnout.java). Since my experience with the source code of JMRI is somewhat limited,?I?may?be missing something, it does, however, look as if the MarklinTurnout class is unintentionally hardcoded to the MM protocol. Line 126 sets the protocol to "UNKNOWN": 126: int protocol = UNKNOWN; The method in line 152 "getCANAddress" checks the protocol?and defaults to "MM" if set to anything but DCC. ? ? int getCANAddress() { ? ? ? ? switch (protocol) { ? ? ? ? ? ? case DCC: ? ? ? ? ? ? ? ? return _number + MarklinConstants.DCCACCSTART - 1; ? ? ? ? ? ? default: ? ? ? ? ? ? ? ? return _number + MarklinConstants.MM1ACCSTART - 1; ? ? ? ? } ? ? } In line 164 it uses the above method to check what protocol it should be using: ? ? ? ? ? ?if (protocol == UNKNOWN) {? ? ? ? ? ? ? ? ?if (m.getAddress() == _number + MarklinConstants.MM1ACCSTART - 1) { ? ? ? ? ? ? ? ? ? ? protocol = MM2; ? ? ? ? ? ? ? ? } else if (m.getAddress() == _number + MarklinConstants.DCCACCSTART - 1) { ? ? ? ? ? ? ? ? ? ? protocol = DCC; ? ? ? ? ? ? ? ? } else { ? ? ? ? ? ? ? ? ? ? //Message is not for us. ? ? ? ? ? ? ? ? ? ? return; ? ? ? ? ? ? ? ? } ? ? ? ? ? ? } It does this by looking at the output of the "getCANAddress". Since the "protocol" variable is never set to anything but UNKNOWN, JMRI will always use "MM" for M?rklin turnout protocols (given the result of the "getCANAddress" method).? Since the Central Station supports both DCC and MM for turnouts, it should be possible to somehow change the protocol to DCC. Is there any way in the XML files or anywhere that I can insert some sort of property to work around this issue? It does not seem like it, but maybe someone with more knowledge of the source code can shed some light on this. Best regards S?ren Den tors. 4. maj 2023 kl. 20.33 skrev S?ren Jacob Lauritsen via <m=[email protected]>:
|
Locked
Re: SOUND DECODERS
Which decoders to buy has nothing to do with JMRI and your question should be taken to a general DCC forum.
-- Peter Ulvestad JMRI Users Group Moderator ( ) Tam Valley Group Moderator ( ) Sprog-DCC Group Moderator ( ) Edmonton Model Railroad Association ( ) |
Locked
SOUND DECODERS
I'm looking to buy my first sound decoder installed N scale loco.
I wanted to get recommendations for which decoder manufacturer to consider. I use Decoder Pro but have read that some sound decoders require additional hardware etc. to program/download sound files. Thx |
Getter frustrated trying to run warrants. I created several warrants and tested them through the editor auto run two or three time and they work perfectly. Save the warrant and the next time it is run the train will either run past the Oblock or fail to have the entire locomotive in the block. When this happens I need to quit the program and shut down the computer including the controller.?
My system is running JMRI 4.26 on a windows 10 laptop.
Is this normal when running warrants.?
I usually run transits through the dispatcher with no problems.
Does JMRI 5 give you the option the back a train into a siding and drive back out. |
Andy,
make If you have the Power Pro system box (not PowerCab, SB5, Twin) you can see those turnout operations. Add the turnout in JMRI and make sure the feedback mode is set for MONITORING. -Ken Cameron, Member JMRI Dev Team www.jmri.org www.fingerlakeslivesteamers.org www.cnymod.com www.syracusemodelrr.org |
Locked
Re: track doesn't accept custom loads even though track is configured to accept all loads
#operationspro
Pete,
The "receive" load in a schedule can also be blank. That allows all custom loads and default loads to be accepted by the spur if the option to accept all load names is also selected. So in Tom's case, all he needs to do is add a schedule with the car type "XM", and leave all of the line items blank. Dan |
开云体育Andy,On 5 May 2023, at 7:53 pm, andy.keane@... wrote:
From: <> Dave in Australia?in. |
Steve,
Yeah, I agree. The debugging messages are still in there if you want to use them, but they kill the serial connection. They do work with the Ethernet connection though. They ARE sort of pointless if using the Serial connection to JMRI though. I would say enable them for the Ethernet connection, but disable them for the Serial connection. I think that they might be useful for users getting everything connected and set up, but after that... I am looking forward to you connecting as many readers as you can (6 for the Uno)! Tom |
MRFC522, Nano/Uno/Mega Serial/Etherner
Tom Success at last! Well spotted! I have both the Serial and Network connections working in JMRI. Pity we had to lose the debugging messages, I found those useful to see what was going on. Oh well. Okay, so now that this works, I will try connecting up multiple readers as they have now arrived. Steve |
to navigate to use esc to dismiss