¿ªÔÆÌåÓý

Date

Locked Re: Updating JMRI

 

My usual suggestion is to always try more than one browser. Some may work
better than others. Next would be download using a different computer then
walk it over (mem stick). Last would be disable the anti-virus in the
browser and try again.

-Ken Cameron, Member JMRI Dev Team
www.jmri.org
www.fingerlakeslivesteamers.org
www.cnymod.com
www.syracusemodelrr.org


Locked Re: CMRI and JMRI

 

Dave:

?? I seem to have every thing back up to where I want it. I want to thank you, Bob and Ken for all your help. If I run into any more problems I will sure get to you guys. Again Thanks a Lot.? PJ


Locked Updating JMRI

Richard Lokey
 

Hello group,
I am using a computer with widows 7. I have installed and it is working well JMRI ?production release 4.8. I would like to install 4.12 update. Every time I try install the update it downloads about 30% and then stops. Any suggestions?
Thanks much,
Richard


Locked Re: WIN 10 - Panel and Decoder Pro were working... not anymore

 

¿ªÔÆÌåÓý

As Dave Heap said:? reboot computer; download and install latest SiLabs drivers; use Windows Device Manager to check port and port number; update port number in JMRI.

Windows is notorious for scrambling drivers when it is updated.

If JMRI is not starting your installation may be corrupt. De-install all versions of JMRI; Download latest version of JMRI; reboot computer install latest version of JMRI.


On 9/5/2018 6:42 AM, Dave Heap wrote:
COM Ports disappearing is not a JMRI problem and no amount of reinstalling JMRI will help one iota.

Unless your USB hardware has failed totally, Windows has either moved the COM port number for your SiLabs (NCE USB) or is failing to load the existing driver.

You need to go to Windows Device Manager (nothing to do with JMRI) and watch the screen while plugging/ unplugging the NCE USB. If no COM port is appearing/disappearing as you do so (or if something appears but it has error symbols) you need to make sure you have the latest Windows 10 SiLabs driver from the following site and install that one:
<>

--?
Dave in Australia

The New England Convention 2018

On 5 Sep 2018, at 5:24 AM, colcjm2@... wrote:

Stopped working after a recent WIN 10 update... COM PORT 3 not found... no COM Ports found! I have done everything reinstalled twice, and not I cannot even get JMRI to start. I checked JAVA (have 1.8). I cna't figure this one out.

--
Gerry Myers gem8055@...

Virus-free.


Locked Re: PanelPro No Longer Reads Route Table after 4.12 Upgrade

 

Ken

Debug - no errors reported.
As you suggest the Route names needed changing which I did with several careful Search and Replaces in the XML editor.

Chris
on Mon, 03 Sep 2018 17:53:48 +0100, Ken Cameron <kcameron@...> wrote:

Chris,

First try running the Debug->Validate XML, it will test the file format and
give better error messages. Next have open the Help->System Console, it may
report issues while loading the file.

From those two we should be able to figure what is happening. One issue
we've found is some old versions didn't use a proper id for the routes and
the new software didn't like it. Easy to fix, if that's the case.

-Ken Cameron, Member JMRI Dev Team
www.jmri.org
www.fingerlakeslivesteamers.org
www.cnymod.com
www.syracusemodelrr.org




--
Using Opera's mail client:

---
This email has been checked for viruses by AVG.


Locked Re: JMRI 4.12 Panel

 

Dave S,

Knowing this now, I can see the simple script to let you trigger the loading
is very useful. I could be placed in the startup to happen at the right
timing (some delay handy maybe) or more likely other scripting in
conjunction with knowing the sensor system has had time to settle down.

-Ken Cameron, Member JMRI Dev Team
www.jmri.org
www.fingerlakeslivesteamers.org
www.cnymod.com
www.syracusemodelrr.org


Locked Re: JMRI 4.12 Panel

 

Hi,

Just to confirm that adding the readBlockValues() to my script which is ran on startup solved the problem.
Many thanks

Dave Smith


Locked Re: BUILDING A ROSTER

 

¿ªÔÆÌåÓý

Gordon,

Jay's advice is correct but I'm sorry to have to inform you that DecoderPro V3.10 is incapable of correctly:
- Reading Type from Decoder for any modern decoder.
- Programming any modern decoders (ESU, TCS WOW, Econami, TSU2, etc.) correctly without causing corruption.

The good news is that, despite advice to the contrary, it is possible to install Java 8 and hence run the very latest V4.x.x JMRI on Windows XP. The special instructions for installing Java 8 on XP are to be found on this page:
<>

--?
Dave in Australia

The New England Convention 2018

On 6 Sep 2018, at 10:56 AM, Gordon Garnhart <garnhart@...> wrote:

Hi,
? ? I am just a beginner. ?I am running DecoderPro3.10.1-r28327 on a laptop WindowsXP platform.


Locked Re: Roster addition

 

¿ªÔÆÌåÓý

Depending on the manufacturing date of the Power Pro, it may need a SoundTraxx PTB-100 programming track booster (not the PowerPax alternative) to read all brands of sound decoder.

Due to an as-yet-unresolved internal quirk in JMRI, it is better to Read Full Sheet on the CVs pane than doing a Read All Sheets (which can lock up your command station, particularly with the Power Pro). When done, you need to do as many Read Changes on Sheet as needed to pick up any missed reads (will show in Red as Unknown). (Hint: sort the CVs pane by Status descending so any unknowns are at the top).

Due to a firmware issue in the Power Pro, it is incapable of writing correctly to any CV>256 in Program Track mode. This affects at least Econami and TSU2 decoders (but not ESU decoders). Workaround is to Read All CVs on the Program Track, save to roster and then use Program on Main.

--?
Dave in Australia

The New England Convention 2018

On 6 Sep 2018, at 8:28 AM, Jay <[email protected]> wrote:

I do not know about the Procab & it's ability to read back decoders.
Personally, I take the engine & in JMRI, click new loco.
Then I fill out the engine info on the 1st tab & do a Read All Sheets.
When it's done I save it.


Locked Re: BUILDING A ROSTER

Jay
 

OK Jerry,
Once you put the engine on the programming track, you hit new engine.
You can hit "Read type from the decoder"
If it reads ok, move to the next step.
If not, select from list on the left side.
Then you select the right decoder, then you hit open ????? programmer.
That is when you input the information in the 1st tab on the engine.
I hope that clears this up for you!!

Jay


Locked Re: JMRI 4.12 Panel

 

Ken,

It does not wait.

BlockValueFile.readBlockValues() is called by LayoutBlockManager.initializeLayoutBlockPaths().

This occurs twice. The first call is during Apps initialization. This has no effect because there are no blocks. The second one occurs at the end of panel loading.

The 4.12 logic does not copy the value to the block if the Power Manager is active and the block is not occupied. If the Power Manager is inactive, the value is copied regardless of the block state.

Where this falls apart is when track power and detection systems are controlled separately, such as NCE train control and LocoNet layout control (detection and signaling).

The case in this thread is that detection is started by a ¡°StartOfDay¡± process.


Dave Sand

On Sep 5, 2018, at 9:20 PM, Ken Cameron <kcameron@...> wrote:

Dave S,

How long does the startup wait for the sensors to report before trying to
load the saved block contents? Also does it wait if power was off? I know a
LocoNet layout usually can take a number of seconds before all the sensors
get polled.

Just trying to understand this more.

-Ken Cameron, Member JMRI Dev Team
www.jmri.org
www.fingerlakeslivesteamers.org
www.cnymod.com
www.syracusemodelrr.org






Locked Re: JMRI 4.12 Panel

 

Dave S,

How long does the startup wait for the sensors to report before trying to
load the saved block contents? Also does it wait if power was off? I know a
LocoNet layout usually can take a number of seconds before all the sensors
get polled.

Just trying to understand this more.

-Ken Cameron, Member JMRI Dev Team
www.jmri.org
www.fingerlakeslivesteamers.org
www.cnymod.com
www.syracusemodelrr.org


Locked BUILDING A ROSTER

Gordon Garnhart
 

Hi,
? ? I am just a beginner. ?I am running DecoderPro3.10.1-r28327 on a laptop WindowsXP platform.
????I have three engines in my roster. ?I thought I had this software figured out. ?But when I went to add a fourth locomotive, I got no response.
? ? When I, from the DecoderPro window, Click on "Roster" and select "Create Entry", I get the New Roster Setup window, I click on Digitrax, then switch to the Roster: All Entries window. ?I click on "New Loco" which takes me to the Create New Loco window, which looks like the New Roster Setup window. ?Again, I click on Digitrax but when I return to the Roster: All Entries window, it is unchanged.
? ? What am I doing wrong?
? ? ? ? Gordon


Locked Re: Roster addition

 

Jay

Thanks for the reply. That was my thinking but I needed some confirmatiion

Jerry


Locked Re: Roster addition

Jay
 

I do not know about the Procab & it's ability to read back decoders.
Personally, I take the engine & in JMRI, click new loco.
Then I fill out the engine info on the 1st tab & do a Read All Sheets.
When it's done I save it.
All info is in JMRI at that point.
That has worked for me as some of my locos have disappeared out of my roster.

Jay


Locked Re: DecoderPro will not read decoders

 

See below:

On 6 Sep 2018, at 2:09 AM, Bob Potter <rnp@...> wrote:

If you are measuring track voltage as AC with a VOM it is not accurate for DCC. I don't know the offset.
It varies from VOM model to VOM model.

You have a PowerPax booster to increase the voltage so it seems that your voltage at the track should be higher. Dave Heap said in a post that boosters were not recommended but I don't know why.
Boosters are not needed nor recommended for SPROG and NCE Power Cab.

For some systems (e.g. earlier NCE Power Pro) they are necessary/helpful. In the case of the Power Pro, the SoundTraxx PTB-100 works better than the PowerPax alternative.

Dave in Australia


Locked Roster addition

 

I have an engine that has been programmed by another individual. I want to add it to my JMRI Roster. What is the correct procedure?
It was programmed using a Power Cab. I am running with a NCE Pro Cab. The decoder is a Tsunami2? TSU PNP.

Jerry Hampton


Locked Re: JMRI 4.12 Panel

 

Here is a Logix version:

IX:AUTO:0001C1 Load Block Values
[x] R1 IF Sensor "LoadBlockValues" state is "Sensor Active"
THEN
On Change To True, Execute Jython Command Jython Command import jmri; jmri.jmrit.display.layoutEditor.BlockValueFile().readBlockValues().
On Change To True, Set Sensor, "LoadBlockValues" to Inactive

Dave Sand

On Sep 5, 2018, at 2:18 PM, Dave Sand <ds@...> wrote:

Try running this script after the sensors are active:

import java
import jmri
bvf = jmri.jmrit.display.layoutEditor.BlockValueFile()
bvf.readBlockValues()


Dave Sand


On Sep 5, 2018, at 12:43 PM, David Smith via Groups.Io <daversmth@...> wrote:

Startofday can run a script.
Is it possible to use that to load the blockvalues.xml file?

From what you have said, I am not sure what practical steps I need to do to load the values.



Locked Re: JMRI 4.12 Panel

 

Try running this script after the sensors are active:

import java
import jmri
bvf = jmri.jmrit.display.layoutEditor.BlockValueFile()
bvf.readBlockValues()


Dave Sand

On Sep 5, 2018, at 12:43 PM, David Smith via Groups.Io <daversmth@...> wrote:

Startofday can run a script.
Is it possible to use that to load the blockvalues.xml file?

From what you have said, I am not sure what practical steps I need to do to load the values.


Locked Re: DecoderPro will not read decoders

 

My programming track is stand alone hooked to a Zephyr+ and a PTB-100. I use the LocoBuffer-USB.? I've not had a problem now for years of programming and reading (with one exception - TCS older versions 2 & 3 but I know about the older firmware). I've programmed LOK and BLI also with no problems. Never bothered to check voltage. But the Zephyr operates exactly as Crusader has described, momentary voltage for programming. Still, no problems.

John Griffin

On Wed, Sep 5, 2018 at 12:06 PM Peter Ulvestad <ulvestad@...> wrote:
Philip,

Can you confirm that you can read these decoders without JMRI?? If you can't then it's not a JMRI issue. If you can we need to look at your settings.
Are you getting any error messages in the system console?
If you open your preferences and check the 'Defaults' tab is everything set for LocoNet and not internal.

--
Peter Ulvestad

JMRI Users Group Moderator - ( )
Tam Valley Group Moderator - ( )
Sprog-DCC Group Moderator - ( )
Edmonton Model Railroad Association -





--
John Griffin
__________________________________
I've lost my dog and my remote...

Reward for remote.