Keyboard Shortcuts
Likes
- Jmriusers
- Messages
Search
¿ªÔÆÌåÓýDon Did some testing today here is what I found. LE103 number 2000. Decoder set up - 14SS; CV2=1; CV3=1; CV4=1
LE103 number 2000. Decoder set up - 28SS; CV2=1; CV3=1; CV4=1 Same results as above for 14SS. Watching the command monitor wind up the speed on screen throttle
Using the phone to do exactly the same thing
NO response from the decoder. The commands to the command station are different when sent from the phone than when sent from JMRI screen. The answer for this is above my pay grade! My answer - scrap the decoder and use one from this century. I tried both the NCE and System One decoders of the same vintage - they ran every time. Gerry
On 22/09/2019 8:42 am, Don Weigt wrote:
-- Gerry Hopkins MMR #177 FNMRA Great Northern Downunder NMRA Australasian Region Contest & AP Chairman Web Administrator |
Locked
Re: SECTIONS TABLE NEW BUG
Mitch,
toggle quoted message
Show quoted text
I have uploaded my two crossover solution. It may have other issues but it works for S01 to S08. /g/jmriusers/files/ProblemsBeingWorkedOn/dsand/Concept%2010%20DS.xml Dave Sand On Sep 22, 2019, at 8:20 PM, Mitchell via Groups.Io <mitchell.scott93@...> wrote: |
Locked
Re: SECTIONS TABLE NEW BUG
Thank you Dave,
I thought I was going crazy! That all makes total sense, and I¡¯m glad the sensor fix will be in the next update. I¡¯ll backdate to the production release and fix up the sensors side of things, and then wait for 4.17.5. As for the layout, I¡¯m totally fine with manually doing the SML to S08 and deleting the S04 destination. if you are able to, could you upload your revised XML with the change in pointwork? I won¡¯t use it, but hopefully I can learn from it and it may spark some inspiration in ways I can improve. -- Thanks Mitch |
Locked
Re: Layout editor - connecting slips to turnouts
#layouteditor
¿ªÔÆÌåÓýHi, While developing my DIY turnout servos I discovered something that should have been obvious... the servo direction, ie.push to close vs. pull to close, depends on which side of the turnout (main vs. diverging) the servo is mounted on. I had to make the connector for the 2 feedback switches allow swapping to avoid any JMRI inverting.? I tried a few software solutions first, but they got kinda' messy.? I second Dave's policy. Steven On 09/22/2019 04:48 PM, Dave Sand
wrote:
Peter, |
Locked
Re: Layout editor - connecting slips to turnouts
#layouteditor
Peter,
toggle quoted message
Show quoted text
You need to change the mode in the turnout table from DIRECT to TWOSENSOR. ?Also, when Sensor1 is active, that indicates Thrown while sensor2 is used to indicate Closed. ?For slow motion switch machine, a turnout goes from one state, to Inconsistent, to the other state. My policy that is that I never invert anything in JMRI. ?I manipulate the hardware as needed to get the proper input into JMRI. Dave Sand On Sep 22, 2019, at 5:34 PM, peter.s.drury via Groups.Io <peter.s.drury@...> wrote: |
Locked
Re: Layout editor - connecting slips to turnouts
#layouteditor
Hi Dave
Sorry for the confusion. I take it that you have seen my panel file. I am using toggle switches on the layout and these are entered in the sensor table: Node 262. Events 1 - 8 I have also entered two feedback entries (more to follow) for P1a to indicate this turnout is at the closed (Servo Off end) or thrown (Servo at ON end). The turnouts are all in the turnout table and controlled by a CANMIO SVO Node 257. With the above setup, The panel Editor showed the operation of the toggle switches acting on the turnouts but, I operate the toggles with the OFF position forward and the ON position with the toggle switch pulled. I adjust this sense by setting up each servo within the CANMIO SVO. The conflict I have is that the toggle switch settings seem to be reversed in JMRI. Hope this helps Best wishes Peter |
Locked
Re: signal head properties
Sorry, bad question. I did see that you can't change them, but I missed that you ARE able to see what connection? type it is. So I'm all set. Sorry for the trouble!
|
Locked
Re: signal head properties
Not entirely sure what you¡¯re asking, so if this isn¡¯t the right answer, please ask again.
Once you¡¯ve created a head or mast, it¡¯s created. You can¡¯t change its type. In this respect if¡¯s a bit like painting something: You can¡¯t move the paint to somewhere else, you have to use new paint. So if you¡¯ve created a signal head or mast of the wrong type, just delete it and create a new one of the right type. The type is visible, sort-of, in the panel file. The class attribute determines the code that creates the signal mast or head when reading the file, and different ones do different things. Bob On Sep 22, 2019, at 1:35 PM, haltz@... wrote:-- Bob Jacobsen rgj1927@... |
Locked
Re: Layout editor - connecting slips to turnouts
#layouteditor
Peter,
toggle quoted message
Show quoted text
I am not sure what you are talking about. I assume the toggle switches are on the layout and that they are used to drive the turnouts. I don¡¯t see any toggles on the panel. If so, JMRI will not know about turnout changes since there is no feedback defined to let JMRI know what the current turnout state is. I noticed in the test panel that turnout P1a is also controlling P1b. Since P1b is part of the double slip turnout pair, P2a may also need to be positioned depending on the desired route. Dave Sand On Sep 22, 2019, at 8:11 AM, peter.s.drury via Groups.Io <peter.s.drury@...> wrote: |
Locked
Decoder Pro Loco Sequence
Charley Goddard
John, that isn't my problem, sorry, I wasn't quite clear.? I have a single 700 series engine grouped with the 500s, when it should be the first of the 700s.? ?Each of the numerical columns are listed in the same sequence of identical entries.
Charley
|
Locked
signal head properties
Hello. I am creating signal head and see that when you create one, you get to specify a few pieces of information that apparently you can't then view once the head is created: the "connection type" (Double Output, etc) and the choice of turnouts with green and red outputs. I am trying to learn how the heads are set up in tutorial files in this respect. I can't find anything immediately apparent in the xml file either. Any hints? Thanks!
|
Locked
Re: SECTIONS TABLE NEW BUG
Mitch,
toggle quoted message
Show quoted text
Your layout plan has two reverse loops and what is effectively a double crossover at 6/8. ?It appears that these characteristics are causing issues with block routing. ?The automatic signal mast logic uses block routing to identify the necessary blocks and turnouts between each pair of masts. ?In your case, the route from S01 to S08 is impacted, along with an invalid route from S01 to S04. ? The S04 problem is caused by a reverse loop and that destination needs to be deleted. ?The S01/S08 pair will have to be manually defined. I tried a number of ideas and was able to get S01 to S08 to be automatic. ?I had to replace the 6/8 track work with left hand and right hand crossovers. ?After carefully assigning the blocks, SML discovery worked. Sections A change made at 4.17.2 is causing Java errors in the sensor section (for both direction and stopping sensors) when the sensor does NOT have a user name. ?I will be submitting a fix for that error which should be included in 4.17.5. The screen shot appears to be a side effect of the Java error since I did not see it during my testing. Dave Sand On Sep 22, 2019, at 12:53 AM, Mitchell via Groups.Io <mitchell.scott93@...> wrote: |
Locked
Re: 2 problems: Layout editor misbehaving, and persistent profile
Hal,
toggle quoted message
Show quoted text
The Layout Editor grid is drawn to be a bit larger than the furthest right and lowest objects on the panel. If you add another turnout to the right of the first one, the grid will adjust. I recommend that you create separate profiles based on the required connections. Dave Sand On Sep 22, 2019, at 2:53 PM, haltz@... wrote: |
Locked
2 problems: Layout editor misbehaving, and persistent profile
I'm trying to build a new layout in LE, nd right off the bat run into this weird problem: in a new Layout, I add a turnout. Then I move it (left-click, drag) and the layout surface truncates to a width just a little to the right of the turnout. So the LE starts with a 13x7 (approx) grid (of the large squares, and suddenly it's only 3x6. Any ideas
Also,I am having problems with profiles. One of the demos called for setting Connections to Loconet, so I did that. Now I consistently have three Loconet windows appearing, and if I change the Connections to NCE, which I want, and save it, it does NOT ask me to restart Panelpro. It's as if it's not saving the config. When I quit and restart, it's again set to Loconet. Is there a file I can delete to start afresh? Thanks. |
Locked
Re: Operations - Question from a beginner
#operationspro
Hi Paul, Great news you got it working.? To your issue with Build Failures, remember you can always put virtual staging tracks at each end of your JMRI Ops railroad to give all the cars enough space to go.? I did this as part of the planning of my railroad, then once the actual staging yards were built the virtual tracks came out. Cheers, Dennis Drury Dayton, NV The miracle is this: the more we share the more we have. Leonard Nimoy On Sun, Sep 22, 2019 at 11:32 AM <csxpaul@...> wrote: Looks like I found the problem!? |
Locked
Re: Operations - Question from a beginner
#operationspro
By the way, Breezly. That setting was shown in the build report so you were right, the problem was identified there.
Thanks, Everyone Paul |
Locked
Re: Operations - Question from a beginner
#operationspro
Looks like I found the problem!?
In train build options, "allow cars to travel from origin to terminal" was checked. By unchecking that the switch list gave me orders to swap an empty for a loaded flatcar. The only problem now is that the program must often find destinations for more cars than my woefully incomplete layout can accommodate so I'm getting a lot of "Build Failed" when I build trains. I suspect the program will work better for me once I have a bigger yard and more spurs in place. Thanks again for all the help. If anyone has any other info that might help...I'm here to learn! Paul |
Locked
Re: Control number of lines going to printer per page-OPERATIONS
Off the top of my head is font changeable on manifest as to size of type it may just be the matter of a couple of points causing the issue. On Sun, Sep 22, 2019, 8:39 AM Frank in Houston <upitrr@...> wrote:
|
Locked
Re: Control number of lines going to printer per page-OPERATIONS
Frank in Houston
Hello. I use an Epson Work force WF 3720 ink jet and the PDF prints just fine. But the manifest is one line to large and the bottom line is a one/half line as if the bottom half of that one line is out of range for the printer.? What confuses me is I have been using this same printer for a couple years with no problem. This problem appeared when I downloaded the very latest JMRI release which was 4.17.4.? |