I think I have JMRI 5 and JAVA 11 loaded on my Win 11 computer
I am trying to get to look at the MACROs from my Clubs Layout, but I thought I needed the internet to my Computer so I got the Clubs computer win11 with Java and Jmri on and I got the some results
By
Graeme Wilson
·
#242348
·
|
DCC-EX Voltage/current meter
I have my windows 10 laptop running JMRI v5.6 with DCC-EX running on an Arduino uno, connected to my laptop via USB, paired with the DCC-EX MotorShield8874. When I open the ¡®voltage / current
By
Daniel Mcmillan
·
#242347
·
|
Re: How do I import openpyxl?
Nick, I'm not sure it's even possible to include openpyxl. JMRI uses Jython, not Python. Jython is similar to Python but written in Java. It allows Java programs like JMRI to run Python scripts. But
By
danielb987
·
#242346
·
|
Re: How do I import openpyxl?
Dave, Thanks. I'd like to avoid using a cvs file because I use the spreadsheet to maintain my car fleet as well as in the Jython script. Robert, I tried the path.append statement but it didn't work.
By
Nick Brownsberger
·
#242345
·
|
Re: VSD dont work
#vsdecoder
Angel, I recommend to look at an existing and working VSD file, like EMD_645_Turbo.vsd. To the initial part of the config.xml file: The value "diesel" is not a good choice for a profile name. Profile
By
Klaus Killinger
·
#242344
·
|
Re: Trying to replicate 3-way LogixNG code
#logixng
John, If you have any LogixNG already created, loading an additional file with LogixNG does not work. I have created an export file which only has the LogixNG with modified system names to prevent
By
Dave Sand
·
#242343
·
|
Re: VSD dont work
#vsdecoder
Hello again. I did it, but the result is the same. I still get that prompt. That's the initial part of the code. I wonder if you see anything wrong that you could tell me about? Thank you very much.
By
Angel Mora
·
#242342
·
|
Re: Edit dialog boxes do not open with full width
Ken, Attached are a couple of traces. They are really traces of the same activity but I noticed something interesting. Process was: * Start JMRI * Select profile "foo" * Open the Display/Edit Log
By
Vince Guarna
·
#242341
·
|
Re: Looking for ideas to mirror SE8C signals between two panels
Yes, you will just need to manually load the script.
By
billybob experimenter
·
#242340
·
|
Re: VSD dont work
#vsdecoder
De acuerdo Klaus, thank so much. I will do it.
By
Angel Mora
·
#242339
·
|
Trying to replicate 3-way LogixNG code
#logixng
Dave Sand, I saw a copy of your 3way LogixNG.xml code (May 6th) which looked interesting (anyway, I assume it¡¯s yours). It operates much smoother than the Sensor/Route/Turnout conglomeration I
By
John Bauchiero
·
#242338
·
|
Re: Looking for ideas to mirror SE8C signals between two panels
This script worked in my manual testing so now I need to test it on the real layout. However I'm pretty sure I know the answer to this stupid question but I'm going to ask it anyway. We typically load
By
cengel_74
·
#242337
·
|
Re: Edit dialog boxes do not open with full width
Vince, Here is a clue. jmri.util.JmriJFrame If you set that to TRACE level, it will show more of how it is figuring out size stuff. Might not get you an answer but worth a shot. Debug->Display/Edit
By
Ken Cameron
·
#242336
·
|
Re: Starting with JMRI sensor reading and signal output: help request
Hi Eric, I have just started going down the rabbit hole of JMRI. I created a track plan in Anyrail and created all my Sections, making sure everything was connected. i followed the instructions given
By
John S.
·
#242335
·
|
Re: Edit dialog boxes do not open with full width
Thanks, Ken. It sure does appear to act as you suggested. Here's a potentially interesting data point. Since I'm lucky enough to have two Macs both running 5.10 but on different platforms, I tried a
By
Vince Guarna
·
#242334
·
|
Re: LogixNG some help requested
#logixng
Erik, Which URL? They work for me. For track 3, T2 has to be closed in order to reach T3. T2 thrown is used to access track 2. Note: T1 is a right hand turnout. T2 and T3 are left hand turnouts. Dave
By
Dave Sand
·
#242333
·
|
Re: LogixNG some help requested
#logixng
The url's at the bottom are not valid, and I am lost with the table: for example, for route three should T1, T2 and T3 not be thrown/thrown/closed?
By
Erik84750
·
#242332
·
|
LogixNG POM
#logixng
I am using the POM function in LogixNG. Currently setting a CV = to an IM value. Works good. Now I'd like to ADD an IM value to the CV. In the snip I started out trying to just add a constant (50) but
By
Vinny DeRobertis
·
#242331
·
|
Re: How do I import openpyxl?
If openpyxl.py is *NOT* in the "standard" Python dist library (under Linux that would be /usr/lib/python3/dist-packages/), you will have to add its path to sys.path: import os import sys
By
Robert Heller
·
#242330
·
|
Re: How do I import openpyxl?
Nick, I don't have an answer, but it might be lot easier to export the spreadsheet as a CSV file. There are several Jython scripts that work with CSV files that could provide useful examples. Dave
By
Dave Sand
·
#242329
·
|