¿ªÔÆÌåÓý

Date

Locked Re: SECTIONS TABLE NEW BUG

 

Hi Dave,

I will check tonight and get back to you (Sydney, Australia time)
--
Thanks
Mitch


Locked Re: MRC Prodigy Advance Error

 

I also tried reading in the single CV programmer, no go, just hung at reading.

Also, no data in the MRC console.

Thanks again.... I do appreciate all the help.

Ken


Locked Re: MRC Prodigy Advance Error

 

Here is the current log file:

2019-09-15 18:21:17,412 util.Log4JUtil??????????????????????? INFO? - * JMRI log ** [main]
2019-09-15 18:21:17,740 util.Log4JUtil??????????????????????? INFO? - This log is appended to file: C:\Users\ksmerka\JMRI\log\messages.log [main]
2019-09-15 18:21:17,756 util.Log4JUtil??????????????????????? INFO? - This log is stored in file: C:\Users\ksmerka\JMRI\log\session.log [main]
2019-09-15 18:21:17,771 apps.AppsBase???????????????????????? INFO? - DecoderPro version 4.17.4+Rbf0d1af starts under Java 1.8.0_221 on Windows 7 x86 v6.1 at Sun Sep 15 18:21:17 EDT 2019 [main]
2019-09-15 18:21:22,467 gui3.Apps3??????????????????????????? INFO? - Starting with profile Ken_MRC.3f17a05a [main]
2019-09-15 18:21:25,774 node.NodeIdentity???????????????????? INFO? - Using 315c7515-b5fd-4d2b-ba8b-6f14b357b7e6 as the JMRI storage identity for profile id 3f17a05a [AWT-EventQueue-0]
2019-09-15 18:21:29,112 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "MRC" [main]
2019-09-15 18:21:33,293 serialdriver.SerialDriverAdapter????? INFO? - Serial timeout was observed as: 0 false [main]
2019-09-15 18:21:33,293 serialdriver.SerialDriverAdapter????? INFO? - input buffer 0 [main]
2019-09-15 18:21:33,402 serialdriver.SerialDriverAdapter????? INFO? - COM14 port opened at 38400 baud, sees? DTR: true RTS: true DSR: false CTS: false? CD: false [main]
2019-09-15 18:21:40,672 util.FileUtilSupport????????????????? INFO? - File path program: is C:\Program Files (x86)\JMRI\ [main]
2019-09-15 18:21:40,672 util.FileUtilSupport????????????????? INFO? - File path preference: is C:\Users\ksmerka\JMRI\Ken_MRC.jmri\ [main]
2019-09-15 18:21:40,672 util.FileUtilSupport????????????????? INFO? - File path profile: is C:\Users\ksmerka\JMRI\Ken_MRC.jmri\ [main]
2019-09-15 18:21:40,672 util.FileUtilSupport????????????????? INFO? - File path settings: is C:\Users\ksmerka\JMRI\ [main]
2019-09-15 18:21:40,672 util.FileUtilSupport????????????????? INFO? - File path home: is C:\Users\ksmerka\ [main]
2019-09-15 18:21:40,672 util.FileUtilSupport????????????????? INFO? - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
2019-09-15 18:23:24,697 ptionhandler.UncaughtExceptionHandler ERROR - Uncaught Exception caught by jmri.util.exceptionhandler.UncaughtExceptionHandler [AWT-EventQueue-0]
java.lang.NullPointerException
??? at jmri.jmrix.mrc.MrcProgrammer.readCV(MrcProgrammer.java:143)
??? at jmri.jmrit.AbstractIdentify.readCV(AbstractIdentify.java:262)
??? at jmri.jmrit.decoderdefn.IdentifyDecoder.test1(IdentifyDecoder.java:90)
??? at jmri.jmrit.AbstractIdentify.start(AbstractIdentify.java:78)
??? at jmri.jmrit.symbolicprog.CombinedLocoSelPane.startIdentifyDecoder(CombinedLocoSelPane.java:358)
??? at jmri.jmrit.symbolicprog.CombinedLocoSelTreePane.startIdentifyDecoder(CombinedLocoSelTreePane.java:336)
??? at jmri.jmrit.symbolicprog.CombinedLocoSelPane$2.actionPerformed(CombinedLocoSelPane.java:131)
??? at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
??? at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
??? at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
??? at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
??? at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
??? at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
??? at java.awt.Component.processMouseEvent(Unknown Source)
??? at javax.swing.JComponent.processMouseEvent(Unknown Source)
??? at java.awt.Component.processEvent(Unknown Source)
??? at java.awt.Container.processEvent(Unknown Source)
??? at java.awt.Component.dispatchEventImpl(Unknown Source)
??? at java.awt.Container.dispatchEventImpl(Unknown Source)
??? at java.awt.Component.dispatchEvent(Unknown Source)
??? at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
??? at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
??? at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
??? at java.awt.Container.dispatchEventImpl(Unknown Source)
??? at java.awt.Window.dispatchEventImpl(Unknown Source)
??? at java.awt.Component.dispatchEvent(Unknown Source)
??? at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
??? at java.awt.EventQueue.access$500(Unknown Source)
??? at java.awt.EventQueue$3.run(Unknown Source)
??? at java.awt.EventQueue$3.run(Unknown Source)
??? at java.security.AccessController.doPrivileged(Native Method)
??? at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
??? at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
??? at java.awt.EventQueue$4.run(Unknown Source)
??? at java.awt.EventQueue$4.run(Unknown Source)
??? at java.security.AccessController.doPrivileged(Native Method)
??? at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
??? at java.awt.EventQueue.dispatchEvent(Unknown Source)
??? at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
??? at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
??? at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
??? at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
??? at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
??? at java.awt.EventDispatchThread.run(Unknown Source)

the MRC console when trying to program:
18:22:23.449: [02 00 02 00]? Rx: Unk Cmd Code: 02 00 02 00
18:25:54.535: [00 00 00 00]? Rx: No Data From Last Cab
18:26:46.436: [00 00 00 00]? Rx: No Data From Last Cab
18:26:58.651: [02 00 02 00]? Rx: Unk Cmd Code: 02 00 02 00
18:28:20.926: [00 00 00 00]? Rx: No Data From Last Cab

Thanks again,

Ken


Locked Re: Having issues connecting on closed Wifi

 

Hi Mike,

Sorry about the the Router is connect to the laptop via an ether net cable. Hmm I did get an update Thursday night a day before the op-session.

What's so frustrating is nothing ever seems to work right the 1st time a try something and this did work the 1st time I tried and then it didn't work.

Thanks
Bradley White
Div. 12 MCR
Superintendent?



On Sun, Sep 15, 2019 at 5:39 PM Michael Piazza via Groups.Io <mpiazza2007=[email protected]> wrote:

Not really enough information to narrow down a cause.? How is the new router connected to your laptop?? Have you hardwired it so it becomes just an access point for your throttles or are you connecting to it wirelessly as well?? Have you had one of those wonderful surprise Windows updates that decides it wants to screw up every one of your settings between the two operating sessions?? Lately Micro$oft has been putting my laptop into airplane mode after each update.

?

Any additional information will help.

?

Mike Piazza

?

From: [email protected] [mailto:[email protected]] On Behalf Of BRADLEY WHITE
Sent: Sunday, September 15, 2019 2:15 PM
To: [email protected]
Subject: [jmriusers] Having issues connecting on closed Wifi

?

Sorry if this a repeat issue. A few weeks ago I bought a wireless router to us just for the layout (no internet connection). I had been using the house WiFi but didn't feel like handing out my password to every operator.

?

Installed the new router and every work?fine.I'm using a HP laptop with Windows 10.

This past weekend I had an op-session and could not get any Wi-throttles to connect to JMRI. If I switched?back to the house Wifi it worked fine. My laptop?and phones were connected to the new router. We just kept getting an "unable to connect" message on our phones.

?

Just now I try testing it again and same issue. Works fine with house Wifi nothing?with?the new router (NETGEAR R6080)

?

Thank you for your help

Bradley White

Div. 12 MCR

Superintendent?

?


Locked Re: Having issues connecting on closed Wifi

 

¿ªÔÆÌåÓý

Not really enough information to narrow down a cause.? How is the new router connected to your laptop?? Have you hardwired it so it becomes just an access point for your throttles or are you connecting to it wirelessly as well?? Have you had one of those wonderful surprise Windows updates that decides it wants to screw up every one of your settings between the two operating sessions?? Lately Micro$oft has been putting my laptop into airplane mode after each update.

?

Any additional information will help.

?

Mike Piazza

?

From: [email protected] [mailto:[email protected]] On Behalf Of BRADLEY WHITE
Sent: Sunday, September 15, 2019 2:15 PM
To: [email protected]
Subject: [jmriusers] Having issues connecting on closed Wifi

?

Sorry if this a repeat issue. A few weeks ago I bought a wireless router to us just for the layout (no internet connection). I had been using the house WiFi but didn't feel like handing out my password to every operator.

?

Installed the new router and every work?fine.I'm using a HP laptop with Windows 10.

This past weekend I had an op-session and could not get any Wi-throttles to connect to JMRI. If I switched?back to the house Wifi it worked fine. My laptop?and phones were connected to the new router. We just kept getting an "unable to connect" message on our phones.

?

Just now I try testing it again and same issue. Works fine with house Wifi nothing?with?the new router (NETGEAR R6080)

?

Thank you for your help

Bradley White

Div. 12 MCR

Superintendent?

?


Locked Having issues connecting on closed Wifi

 

Sorry if this a repeat issue. A few weeks ago I bought a wireless router to us just for the layout (no internet connection). I had been using the house WiFi but didn't feel like handing out my password to every operator.

Installed the new router and every work?fine.I'm using a HP laptop with Windows 10.
This past weekend I had an op-session and could not get any Wi-throttles to connect to JMRI. If I switched?back to the house Wifi it worked fine. My laptop?and phones were connected to the new router. We just kept getting an "unable to connect" message on our phones.

Just now I try testing it again and same issue. Works fine with house Wifi nothing?with?the new router (NETGEAR R6080)

Thank you for your help
Bradley White
Div. 12 MCR
Superintendent?


Locked Re: Release 4.17.4. Cell phone no longer controls trains

Frank in Houston
 

Hello... YES, I am using the Digitrax DCS240 via a Locobuffer-USB and until recently everything was working beautifully.?

My router (for TV and everything) is in the same room as my computer (Apple) on which I have installed JMRI and run Operations.
When I use my android phone, now I can connect but then shortly after it will disconnect. ?When I get disconnected, I get the following response "Check that the WIThrottle is running" but I cannot find anything wrong. ?I check the WIThrottle server and it indicates a connection.

When it connects it identifies my railroad and everything works for a few seconds then it disconnects. ?I have only one throttle connected to the system and it is the android.

Any suggestions would be greatly appreciated. ?Frank in Houston....


Locked Raspbian Upgrade.

 

I just upgraded my Raspberry Pi3 and 3B+ to Buster from stretch. I had to re-do my whole Pi as the VNC wasn't working properly. I would strongly suggest a good backup of JMRI files, photo's and any files created by users. Also make note of any additional software acquired that's not in the original install eg., Julia. There were literally hundreds of files not updated from stretch to buster - in otherwords, a right mess!


Locked Re: SECTIONS TABLE NEW BUG

 

Mitch,

Are there any messages in the JMRI console when the unexpected sensor behavior occurs?

Dave Sand

On Sep 15, 2019, at 3:11 AM, Mitchell via Groups.Io <mitchell.scott93@...> wrote:

Tested with 4.16+R9f9aced current production release and issue is not present, worked instantly
--
Thanks
Mitch


Locked Re: BLI Paragon 2 and 3 reading

 

Tim (Dave), I was away from the computer all day yesterday and I see that Dave has answered your question better than I could. Somehow your email vanished from my in box when i was writing my reply. I did want to appear not to respond !! Rick.

On 9/13/2019 11:08 PM, Dave Heap wrote:
Tim,

On 14 Sep 2019, at 9:27 AM, Tim Lux <timlux33@...> wrote:

After reading John Reinhardt's success with a Sprog 3 I'm toying with getting one. I don't know why I'd need that much current on N scale either, but why introduce another variable going to a Sprog 2.
The SPROG IIv3 has a reputation as one of the best devices for reading CVs (provided you use Direct Mode - some older firmware had a issue with Paged Mode).

Direct mode is best for modern decoders.

Dave in Australia




Locked Re: Release 4.17.4. Cell phone no longer controls trains

 

¿ªÔÆÌåÓý

Frank,

You still have not even said what DCC system that you are using. It could be something as simple as having two throttles dialed up at the same time.

Dick :)

On 9/15/2019 3:00 AM, Frank in Houston wrote:

Sorry, in my first reply I forgot to mention that I stopped the ¡°Malware¡± firewall during this attempt to run trains.?

Frank in Houston.?


Locked Re: Digikeijs, Lenz, & Panel Sensors

 

Are you trying to run both the DR5000 and the Lenz both as command stations on your layout?

Dennis


Locked Re: Release 4.17.4. Cell phone no longer controls trains

 

Frank:

As others are pointing out just how you're connected to your network will make a huge difference.

You didn't move anything just went to 4.14.4...

PC is WiFi itself or wired ethernet? If more than one access point in the WiFi with extenders or repeaters you might have gotten the portable "latched" onto a weaker signal. Unless a Mesh system portable devices can't automatically flip between stations. You can be fooled it the repeater/extender has the same name and password as the main router.

Since the device if locked onto the access point in it's OS it might not be obvious when in WiThrottle or EngineDriver when it says it sees the network.

Our club is going WiFi and with the size and radio resistant basement we needed two Mesh routers for seamless WiFi...

Jim Albanowski


Locked Re: Release 4.17.4. Cell phone no longer controls trains

 

¿ªÔÆÌåÓý

Jim -

It most certainly is issues with the wifi. ?Instead of access points, you may want to try mesh extenders.

Bob






Robert Heroux

ACCU-LITES, Inc.
12172 RT47
Suite 130
Huntley, IL 60142

Phone: 847.224.7914

NMRA Member # 143811


On Sep 15, 2019, at 07:17, James LeFevre via Groups.Io <jlefevre1@...> wrote:

This sounds suspicously like wifi network problems. Maybee dropouts or weak signals.?

I have 3 wifi access points in my house and I have to make sure that I am connected to the one in the train room or throttles are very erattic.?

My JMRI train room Mac is connected wired to the ethernet network. If I had it connected wireless then it to had to be on the train room ?wifi access point. .

None of my wifi access points serve IP addresses. They are all wired ethernet back to my VPN, firewall, router.

I have noticed on my ipads just surfing the net that they will sometime connect to a wifi accesss pint that is not closest. When that happens they usually work but really slowly.?

I can leave one area of the house with a connect to the closest accesss point and go to the other end of the house and still have a full signal strength showing on wi fi but I cannot even open a web page. If I force the device to pick a closer wifi access point everything starts working again.?

Jim


James L. LeFevre
ACC Chairman
Creekside Subdivision
2801 S 24 th St
Rogers, AR. 72758

On Sep 15, 2019, at 2:00 AM, Frank in Houston <upitrr@...> wrote:

Sorry, in my first reply I forgot to mention that I stopped the ¡°Malware¡± firewall during this attempt to run trains.?

Frank in Houston.?



Locked Re: Release 4.17.4. Cell phone no longer controls trains

 

¿ªÔÆÌåÓý

This sounds suspicously like wifi network problems. Maybee dropouts or weak signals.?

I have 3 wifi access points in my house and I have to make sure that I am connected to the one in the train room or throttles are very erattic.?

My JMRI train room Mac is connected wired to the ethernet network. If I had it connected wireless then it to had to be on the train room ?wifi access point. .

None of my wifi access points serve IP addresses. They are all wired ethernet back to my VPN, firewall, router.

I have noticed on my ipads just surfing the net that they will sometime connect to a wifi accesss pint that is not closest. When that happens they usually work but really slowly.?

I can leave one area of the house with a connect to the closest accesss point and go to the other end of the house and still have a full signal strength showing on wi fi but I cannot even open a web page. If I force the device to pick a closer wifi access point everything starts working again.?

Jim


James L. LeFevre
ACC Chairman
Creekside Subdivision
2801 S 24 th St
Rogers, AR. 72758

On Sep 15, 2019, at 2:00 AM, Frank in Houston <upitrr@...> wrote:

Sorry, in my first reply I forgot to mention that I stopped the ¡°Malware¡± firewall during this attempt to run trains.?

Frank in Houston.?


Locked Re: SECTIONS TABLE NEW BUG

 

Tested with 4.16+R9f9aced current production release and issue is not present, worked instantly
--
Thanks
Mitch


Locked SECTIONS TABLE NEW BUG

 

Hey guys,

I just noticed a random bug, I've had my layout working well for some time and started to do some experimentation with new transits and dispatcher.

I went to fix an error i made a while ago that never affected me. The error was i had a sections stopping sensor set as the direction sensor.
I never noticed as i hadnt used this section in automation yet.

I want to refctify the mistake (set directon sensor to nothing, set forward stopping sensor to LS6) and press update.. the button clicks, but it does nothing.

I close it, re-open it and the direction sensor has gone to nothing, the stop sensor is still nothing, and the table of entry points as disapeared. The one block in the sesion (14) is still in the top table.
I have to clear blocks and then re-add the block 14 for the table of entry points, and travel directions auto-set themselves.

I update this, without touching any sensor info, and it saves it and closes the window and i acan open and close/update this window multiple times with no issues.. but as soon as I set a stopping sensor (to any sensor i found) it clears the table of entry points and all sensor information.

I'm going to backdate JMRI and see if this happens on the current stalbe release (I run off the lastest Jenkins updates due to the latest amaizng work on Dispatcher in the recent months)

I havfe deffinitley done this task without this issue probably hunfreds of times and the end of last year, hence why I feel it's a new bug.

I will post an update when I have tested on stable release.

Thanks guys!
Mitch
--
Thanks
Mitch


Locked Re: Release 4.17.4. Cell phone no longer controls trains

Frank in Houston
 

Sorry, in my first reply I forgot to mention that I stopped the ¡°Malware¡± firewall during this attempt to run trains.?

Frank in Houston.?


Locked Re: Release 4.17.4. Cell phone no longer controls trains

Frank in Houston
 

Good morning. Sorry about that.
I am using a IMac computer and last night was finally able to connect to my railroad and run a train for a short distance. Now I loose connection after a few seconds then reconnect for a few seconds and then loose connection again and this continues. ?It is just like two throttles have the same address but I have NO OTHER throttles on the railroad.?

Any my suggestions would be appreciated. Thank you. Frank in Houston.?


Locked Re: Digitrax decoder firmware

 

The next obvious question is: On what hardware is the original poster wishing to update firmware?

As Marc points out, some Digitrax LocoNet-connected hardware (and some non-Digitrax hardware, too) can be updated using the "Download Firmware" feature under what typically shows up as the "LocoNet" Menu.

Note that some recent Digitrax hardware is _not_ updatable using JMRI because that hardware _requires_ a different procedure than is supported by JMRI. If JMRI is asked to read such a firmware update file, it will check the procedure required by the firmware file, and will report to the user if the required procedure is not available.

As Marc points out, some Digitrax mobile decoders allow downloading of "sound project" information, and JMRI is able to update the Digitrax sound decoder in much the same way as the Digitrax "SoundLoader" program.

So far as I can tell, the "sound project" includes information on "sound snippets and how the decoder uses them", but does not include anything along the lines of the "code which defines how the decoder behaves". So far as I know, Digitrax has not released any decoders which allow updating of that basic mobile decoder functionality. Of course, there is nothing saying that Digitrax will not release such a decoder in the future, though.

Regards,
Billybob