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: Apache server
¿ªÔÆÌåÓýWhy do you want SSL? What's your use case for this? Do you have the JMRI computer open to the Internet so that other people can access the JMRI computer? Daniel On 2024-09-19 04:09, Canadian
Locomotive Logistics wrote:
|
Locked
Re: Cannot manually move cars in Operations
#operationspro
Just wanted to post a note of thanks to the group, especially Dan Boudreau for helping me to resolve this issue.
Thanks again.
?
Gord |
Locked
Re: How can I use Script or Sensor to start servers?
#webserver
#withrottleserver
On Sep 19, 2024, at 10:43?AM, Phil in gorgeous Young Harris via groups.io <philabernathy@...> wrote:Try import jmri jmri.jmrix.loconet.loconetovertcp.LnTcpServerAction().actionPerformed() Bob ¡ª Bob Jacobsen rgj1927@... |
Locked
Re: How can I use Script or Sensor to start servers?
#webserver
#withrottleserver
Bob, thanks again.? Yes, and Yes, each sever started.??
?
Now do you have a LocoNet over TCP startup script???
?
By the way, I am using these startups as a temporary tool while developing the Panels that I want to use.? I start JMRI without the servers and modify things (mostly add something for functionality) then test without the servers. After stand-alone tests, I then start the servers and look at the Panel remotely.? It makes my test, save, restart, test cycles quicker.
?
Much appreciation for the work you've done, as well as the other developers and others who add to this wonderful program.??
?
Phil? |
Wondering if anyone can shed light on this issue (not sure whether it's a JMRI issue or Lenz)?
?
System:
JMRI v 5.0 running on Lenovo Yoga 11e using Windows 10.
Lenz LZV 100 with Lenz 23151 USB/LAN Interface
?
The Lenz 23151 is linked to the laptop via a Netgear router.
?
I use JMRI DecoderPro to control the locos and PanelPro for turnouts.
?
I have recently started to experiment with sensors.? My aim is to get my Layout Panels to show the position of turnouts and the occupancy of certain hidden track sections, particularly on start-up.
?
I am using two Lenz LR101s and one LB108 to provide feedback.
?
On starting up JMRI the layout panel correctly shows the track / point sensors from one of the LR101s, but not the other two feedback boxes.? These latter two only display if I go into the sensor table and query the sensors concerned.
?
Any thoughts on why this might be happening?
?
Phil
?
?
|
Locked
Re: Saving Throttles
#jmrithrottle
Hi;
?
Your approach seems to be good, I just tested it again here, no problem.
?
The symptom of your RPI freezing makes me think about an out of memory issue, if you have many throttles to be restored at once, with all of them containing some media (like large background pictures), it could overload your memory.
?
Some tests to be done :
?- start small, with maybe only 1 or 2 throttles in the throttle layout
?- do you have a swap enabled on your RPI system ?? "swapon -s" command
????? - if not create one?
?
Regards;
Lionel |
Locked
Re: Apache server
¿ªÔÆÌåÓý
While the underlying software may support this, it¡¯s a use case that hasn¡¯t yet been important enough to someone in the JMRI community to make sure the configuration works, is documented, etc. If you want to provide TLS based communications to a JMRI server, I suggest using Apache or nginx as a reverse proxy configuration so that the TLS is handled by the software that clearly supports it, and let JMRI do its thing without having to muck about with TLS/certificates/etc. ? Your reverse proxy config would use HTTP (instead of HTTPS) to talk to JMRI, and only the reverse proxy server is accessible to the world at large, keeping JMRI istside your private network space. david d zuhn |
I updated the CH340?drivers from v3.5 to v3.8.2023.02.? No change to my issue.? Again, after starting DecoderPro and after 10 seconds, the status goes from "... NCE is Online" to "... NCE is Offline".? ?
?
I'll review the video on YouTube, but I think it's something else.? Could it be the USB type A to USB type B cable I'm using? |
Locked
Re: NCE Original Packet Analyzer
Look like this ¡
https://ncedcc.zendesk.com/hc/en-us/articles/200979515-Packet-Analyzer-Retired |
Locked
NCE Original Packet Analyzer
Im looking for an original packet analyzer by NCE.?
?
Please contact me off list.?
? |
Group Moderator
Please use "meaningful subject lines" when starting topics.
We are getting lots of subject lines that don't give much if any idea of what the topic is about. By providing a meaningful subject line you may get the attention of someone that can provide you assistance with your issue. It also give others the chance to skip the topic if it is not of interest to them. -- Peter Ulvestad JMRI Users Group Moderator |
Locked
Re: I sill have not made it yes I know I must be a real dummy
Please use meaningful subject lines.
This appears to be part of another thread. If that is the case you should be replying to that thread. -- Peter Ulvestad JMRI Users Group Moderator ( ) Tam Valley Group Moderator ( ) Sprog-DCC Group Moderator ( ) Edmonton Model Railroad Association ( ) |
Locked
Re: Apache server
Well yes and no.?
i have 150 plus devices online.?
other devices and port forwarding are already in effect.?
why cant a ssl certificate just be imported into JMRI like some of my other devices? |
On Wed, Sep 18, 2024 at 08:23 AM, Marcus Ammann wrote:
Be aware that the YouTube"Part 2" mentioned above refers to the CP210x drivers used for the earlier version of the NCE USB adapter, whereas based on his log AND his screen captures, the OP apparently has the newer version with the CH340 chip. ?
Needless to say, the CP210x drivers won't work with the CH340 chip.
?
Steve
"Breezlys" |
Locked
Re: Deleting Objects in Scripts
Guess I need something like this:
?
import java.beans
...
try:
? ? sensors.deleteBean(s,"CanDelete") ? ? sensors.deleteBean(s,"DoDelete") except java.beans.PropertyVetoException, e: ? ? print("exception thrown") #? parse e and decide what to do
... |
Dave,
Since this is a java 8 version, you would be limited to JMRI 4.26. If you want newer versions of JMRI, you would need to go elsewhere for a Java version. The version with i586 is the 32 bit version while the x64 is the 64 bit version. Depending on the version of Windows, you might need one or the other. For newer versions of JMRI, go here and read about other Java providers. I've been using the Asul source most of the times. I'd go with Java 17 right now. But Java 11 will do. We can't predict if you would have problems with Java 21. I'm using Java 21 but part of that is to see if I find any problems with that. -Ken Cameron, Member JMRI Dev Team www.jmri.org www.fingerlakeslivesteamers.org www.cnymod.com |
Locked
Re: Unable to create JmDNS with error [AWT-EventQueue-0]
Hi Daniel
?
that as it - the IPv6 adapter had been deactivated earlier in the PC's life!?
?
Thank you. |
Locked
Re: Saving Throttles
#jmrithrottle
No joy. I'm using a RPI and when the throttle load fails, the console is locked up as well. All the individual throttles for each engine are saved, but I can't load them together as a group in the throttle layout. In the throttle prefs, you can save a single default layout, but not a group of them. I'm pretty well stuck on this.
?
I don't know if there is a specific set of steps to take in saving the throttles as a group and then loading them after the computer has been shutdown and restarted.
?
Alan - Valdez, Alaska? |
to navigate to use esc to dismiss