Keyboard Shortcuts
Likes
- Jmriusers
- Messages
Search
Locked
Re: JMRI lnwi
CFJ,
You want to substitute a WiFi connection between your computer and LocoNet instead of a LocoBuffer connection? Remember, the LNWI is primarily intended to provide a mechanism for phones to control locomotives. So the communications protocol is focused on the messaging required to control locomotives. While I have not specifically tested the LNWI and its communication protocol, I _suspect_ that the protocol used by the LNWI will not provide all of the capabilities of a LocoBuffer. For example, I would guess that you could _not_ apply firmware updates to your DCS210/DCS240/DT402/DT500/etc. via the LNWI communication protocol. This is just one of perhaps a hundred different LocoNet messages which I suspect cannot be communicated via the LNWI protocol. Regards, Billybob |
||||||||||||||||||
Locked
JMRI lnwi
Currently I have JMRI (on laptop with a loconet cable) working with loconet via a locobuffer.
Is it possible to have JMRI (on laptop with a wifi connection) working with loconet by substituting a LNWI to laptop wifi for the wired connection? CFJ |
||||||||||||||||||
Locked
Re: Default mode for Digitrax command stations (Was DCS52, Loksound Select, JMRI Eror 308 during identify decoder
Thanks to everybody for all the help on this.
Lot¡¯s of interesting tests. It¡¯s clear that programming isn¡¯t always reliable, but there didn¡¯t seem to be a case where Paged mode worked and Direct Byte did not work. So that makes the case easy. Starting with the next test releases, Digitrax programming will first try Direct Byte mode. Thanks again. Bob On Aug 12, 2019, at 4:44 PM, davethomas1359 via Groups.Io <davethomas1359@...> wrote:-- Bob Jacobsen rgj1927@... |
||||||||||||||||||
Locked
Re: CTI/Acela panel load errors after updating to 4.16
Ken,
No, I have not tried 4.12 as the documentation recommends.? Should have read that instruction more closely. I will set a restore point on my PC and then give 4.12 a shot tomorrow. There was some logic I'd included for a grade crossing signal that must have been overwhelming the CTI network on start-up.? This came to light during the upgrade attempt - actually when I tried to go back to 4.11.6. For some reason, the network tolerated this logic okay before the upgrade attempt, but was adversely affected after the upgrade and continued not to like it after reverting back to 4.11.6, even though the panel xaml file I used was written by 4.11.6. I have that issue cleared up and the panel is loading once again without hiccups in 4.11.6. So, fingers crossed I will try 4.12 tomorrow, and if the panel loads without issues, I will move on to 4.17.3 with great optimism and report back on this thread. Mike |
||||||||||||||||||
Locked
Missing scroll bars in Layout Editor
#layouteditor
I've not used Layout Editor for a while. Just before I stopped working with it, I had an odd problem. The scroll bars disappeared. I set the option to have both vertical and horizontal scroll bars, but they didn't appear. I still have the problem. There must be some setting I accidentally changed. Can anyone tell me what it would be?
I could post the panel for someone to check if I can learn how to do it. Don Weigt Connecticut, USA |
||||||||||||||||||
Locked
Re: Layout Editor Panel with Web Server issues WARN messages
OK, I've created?to proceed with approach #3 for layoutturnout. If someone can identify similar warnings for other elements, I will look at those as well.
|
||||||||||||||||||
Locked
Re: Question about Operations scenario with alternate tracks
Gary H.
Thanks for the update I have run into problems trying to do this same thing. I've figured work arounds still not quite what I'm wanting it to do. I just watch to see if someone comes up with a better way. Keep at it Thanks? Matt Greenwood |
||||||||||||||||||
Locked
Re: JMRI operations How to set up for a complete session
#operationspro
Here on my layout I use CATS for dispatching. A train occupying a certain block, station, location, will trigger an automation creating a train and its paperwork. When the CATS computer sees a certain train is at a certain "station" that move will trigger a train movement on my JMRI computer which in turn triggers an automation.?Bill (or anyone), could you say a bit more about how you handle this?? I am a modestly experienced CATS and TrainStat user, but I'm just starting to use Operations.? I'm generally curious about how the programs share train and station/location info, and I'm specifically?curious how you trigger an automation in Operations from state information in CATS.? I have all 3 programs configured to communicate with each other, and I see CATS update TrainStat with station info, but I'm not sure where to look in Operations for any real-time info (let alone what to do with it).?? |
||||||||||||||||||
Locked
Re: Question about Operations scenario with alternate tracks
Ok, there is one little twist I didn't appreciate when I wrote the previous post: if the spurs and interchange siding are in the same Location, then Ops will not request moves between the two for the Turn unless I do something prescriptive like set a Schedule or a Final Destination for cars in the siding.? I'd like to avoid being too prescriptive, so I decided to make the siding its own location (I'll call it Bs here), for interchange purposes.? Now my way freights run Routes C-Bs-A and A-Bs-C, while the Turn runs a Route A-Bs-B-Bs-A, so the spurs in B are like a branch line.
Now I run C-Bs-A first and spot cars on Bs-(IN) en route, then I run the Turn which pulls cars from Bs-(IN), works the spurs, and spots cars in Bs-(OUT), then I run A-Bs-C which pulls cars from Bs-(OUT) and takes them to C.? The train builds work like a charm, but I am sure I'll need to tweak the move counts to achieve a good steady state solution.? Looking forward to that. :) One follow-up question about session builds and such.? Is there a way to restore *only* the cars database from a backup?? When I'm developing schemes, I want to start with a certain car configuration, then, after moving some built trains in simulator mode, I'll tweak a variety of things like location and route details.? Afterwards, I'd like to be able to save everything and start over with the new routes, etc. but with the cars in their original place.? Is there an easy way to do this? Great program.? Thanks again. |
||||||||||||||||||
Locked
Re: Speed Matching
Jim,
On 19 Aug 2019, at 4:54 AM, Jim Kirwan via Groups.Io <cact25@...> wrote:This document is also helpful with speed matching, particularly if locos have a mixture of brands of decoder, as different manufactures have minor differences in the way settings interact: <> Note as well that the writer of the NCE document expresses opinions about whether BEMF should be on or off during speed matching which may not be appropriate for some brands models. For example, with the decoders I mainly use if you try to speed match with BEMF off it is very difficult to get repeatable results (you'll get a different settling each time you try), the speed performance and matching will be way off when you reenable BEMF and you'll get poor slow running behaviour if you leave it off. Dave in Australia |
||||||||||||||||||
Locked
Re: Layout Editor Panel with Web Server issues WARN messages
The general approach for XML persistence of NamedBeanHandles is to store the name the user provided originally: If the user selected which Bean to use via a user name, persist that, otherwise persist the selected system name. This allows the NameBeanHandles to save/load back to the way they were. It would be better not to mess with that.
Bob On Aug 17, 2019, at 6:17 PM, Steve Todd <mstevetodd@...> wrote:-- Bob Jacobsen rgj1927@... |
||||||||||||||||||
Locked
Re: Layout Editor Panel with Web Server issues WARN messages
Randall Wood
I¡¯d use #3. That maintains the panels as they are and allows any web/json client to get the data it needs to ¡°just work¡±. Although every client I am currently aware of uses the panel.js for JavaScript handling logic, we should fix this issue in a way that does require reimplementation if the panel.js is not used. |
||||||||||||||||||
Locked
Re: Speed Matching
¿ªÔÆÌåÓýDan Thank you for sharing the Speed Matching link Very useful guide John Pearson ? From: [email protected] <[email protected]> On Behalf Of Dan Howard via Groups.Io ? Jim, |
||||||||||||||||||
Locked
Re: Panel displays on Android tablet from JMRI running on Raspberry Pi 3B+
#layouteditor
#rpi
Yes, the web server and Withrottle are two different things.? I use Android tablets to display panels via the web server and it works like a charm.? You can either use a standard browser, or you can use the Webview feature in Engine Driver to have a split screen in the throttle app.
|
||||||||||||||||||
Locked
Re: Panel displays on Android tablet from JMRI running on Raspberry Pi 3B+
#layouteditor
#rpi
Don,
toggle quoted message
Show quoted text
You need to start the JMRI web server: PanelPro Tools >> Start JMRI Web Server The default port for the web server is 12080. I believe there can be an issue with the Android version, someone else can explain that situation. Dave Sand On Aug 18, 2019, at 2:57 PM, Don Weigt <dweigt47@...> wrote: |
||||||||||||||||||
Locked
Panel displays on Android tablet from JMRI running on Raspberry Pi 3B+
#layouteditor
#rpi
I am quite new to JMRI, and newer to using the Raspberry Pi 3B+, so this probably is a "dumb" question (I prefer "ignorant", as that can be cured!)
I've loaded and installed Steve Todd's JMRI software image on my Pi,and VPNed a LE control panel to it. The Pi runs, and displays the panel on a monitor, I've just installed Engine Driver on an Android tablet, and have it connected. A lot is working! So far, so good! Here's where I get stuck. I'd like to be able to display the control panel on my tablet, too. Not necessarily at the same time, but it would be nice if I could switch between the panel and Engine Driver. I haven't found the way to display the panel. I tried to find it with my tablet's web browser, while the tablet was connected to the Pi for Engine Driver at 192.168.6.1:12090. Of course, I didn't know what to search for. JMRI and control panel didn't work. The browser says it can't find a connection. What am I doing wrong, or not doing? I thought I might need to load Java and JMRI on my Android tablet, but want confirmation that's necessary, or even possible. I hope I just need to use a different port. Would someone please tell me how to do this? Also, can more than one tablet or smart phone display the same panel at once? And, if so, can one be panned or zoomed individually, or do all of them change together? Don Weigt Connecticut, USA |
||||||||||||||||||
Locked
Re: No feedback with Digitrax DCS240
¿ªÔÆÌåÓýWayne, Conventional English understanding would make you think that a
'Shorted' LocoNet would be a bad thing. However it just means that
pins 3 & 4 are both connected to the LocoNet. In fact this is
a good thing, not a bad thing, because it improves the redundancy
of the connections. The LocoNet is a duplex connection only at the
computer end. On the network itself there is just a single
electrical signal? (LocoNet) and a ground. Both the LocoNet and
ground are normally two wires with the same information for
redundancy. The Railsync lines (1 & 6) are differential
signals that drive the boosters. (Rail A and Rail B) If one of
those goes bad, then there are issues. Dick :) On 8/16/2019 1:14 AM, Wayne Swearingen
wrote:
|
||||||||||||||||||
Locked
Re: Speed Matching
¿ªÔÆÌåÓýJim, ? What decoder(s) are you using? ? Are you using ¡®Basic Speed Control¡± or the ¡®28-Step Speed Table?¡¯ ? Ross ? From: [email protected] <[email protected]> On Behalf Of
Jim Kirwan via Groups.Io
Sent: Sunday, August 18, 2019 2:54 PM To: [email protected] Subject: [jmriusers] Speed Matching ? I have 2 Kato locos (same model). One starts moving at SS 1, while the other doesn't move until SS 6. What is the best way to speed match these two?? Thanks. |
||||||||||||||||||
Locked
Speed Matching
I have 2 Kato locos (same model). One starts moving at SS 1, while the other doesn't move until SS 6. What is the best way to speed match these two?? Thanks.
Jim K |