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: MQTT Connection in JMRI
Ok starting to put things here
I added the ability to send in a JSON to the ESP as a config changer¡working on making that more full featured. But as of now, you can control the speed at which it reads in that JSON. I also want to control the on / of rate that I mentioned before. Dont know if that is bouncing per se, but I added a variable for bounce. The issue here is that the MQTT in JMRI isn¡¯t really setup to be this configurable. So ideally we make it able to take in the some pattern like the one I made here or node red will always be needed. Nathan |
Locked
Trying to change lockable status on joystick throttle control
Hi,
I have a Logitech "Attack 3" joystick I have been using successfully as a throttle for quite some time with one small exception. The horn function control always locks on/off and I have been unable to figure out how to edit the USB throttle device file to change the particular button used from lock to momentary. I think it used to work back in the past but then changed? and I was too lazy to look into it. Recently I tried changing the "Off" value from 0 -> 1 (code snippet below) but that does not change the behavior. The associated throttle window function button does follow the momentary action just not the stick. ??????? self.componentF2 = "Top 2" # Function button (horn) ??????? self.valueF2 = 1 ??????? self.valueF2Off = 1 What am I missing? Thanks, Allen Mtn RR |
Locked
Re: setting up version 4.12
Thank you again for your help with this. I want to mention to you that I have been using the same cablesThis leads me to suspect the driver for the Prolific cable. Prolific had a lot of problems with their chips being second sourced by chip foundries, and then selling them as original Prolific chips (rather like the problem FTDI has). I wonder if Apple has a driver in its newer OS that can distinguish the fake chips - the Prolific driver for Windows has been able to do this for some years, and is the reason ESU changed to FTDI based USB-Serial cables for their Lokprogrammer. If this is the case the only solution is to replace the USB-Serial cable with one where the chips have known providence. |
Locked
Re: setting up version 4.12
I'd suspect a failure in the Prolific Cable electronics/9pin plug or the Command Station connection gone dodgy, as Marc said.
toggle quoted message
Show quoted text
If you've covered all other bases: - Run my Terminal command and ensured the port you have selected is correct. - JMRI settings. - Power Pro settings. You don't have many other options except to follow the instructions at this link: <> -- Dave in Australia On 17 Dec 2018, at 6:37 AM, Perry Squier via Groups.Io <wpsquier@...> wrote: |
Locked
Re: Loco running hours log
I don¡¯t think there¡¯s a preference for timezone when saving that time. Generally, JMRI saves UTC time (Z indicator) for things so that it doesn¡¯t have lots of code for zone changes, etc. (Handling things properly if you¡¯re running a throttle and Summer Time starts, etc).
The running time doesn¡¯t have a nice user-friendly interface. You¡¯re looking at the internal values on that page. If there was a nice screen, if could change to the local time zone as part of that. Bob On Dec 16, 2018, at 11:17 AM, Marc <forfoum@...> wrote:-- Bob Jacobsen rgj1927@... |
Locked
Re: setting up version 4.12
Perry Squier
¿ªÔÆÌåÓýDave,Thank you again for your help with this. I want to mention to you that I have been using the same cables connected to the NCE Power pro command station for years but with an older Mac and older version of DP. The only reason I wanted to upgrade is for Tsunami 2 decoders. The JMRI settings are the same as #1 below and The connectors have never been removed or altered from the NCE station. I will check the AIU and review all again in the morning and get back to you. Perry
|
Locked
Re: Corrupted panel
Managed to resolve it now. I could not remove the "odd" turnouts, then add them back,? because I could not access the remove option in the menu.
But using the Delete key on the keyboard, and adding them back solved the problem. |
Locked
Corrupted panel
Hi All,
I have a panel that appears to be corrupted. Two of the turnouts behave as below: ?- I can left mouse click and the turnout operates on the layout ?- I can held right mouse and drag the turnout on the panel ?- But if I right mouse click on the turnout nothing happens. I get no option to edit or delete the turnout. - The connectivity of the turnout does not seem to be recognised when? I use view blocks on an adjacent turnout. |
Locked
Re: setting up version 4.12
¿ªÔÆÌåÓýPerry, Thanks for the log. This indicates JMRI has found the Prolific cable and is using the correct Baud Rate and command station settings. There are two settings you need to check in the Power Pro under Setup Command Station: - AIU broadcasts must be disabled. - Baud Rate must be set to 9600. I'd be suspecting problem (2) below. Please look up the web page I refer to below. One other question before you do that. Do you have an extra connector cable between the Prolific and the Power Pro? If you do, the cable may be the wrong type (crossover or Null Modem) rather than the needed straight-through. 1) JMRI Settings. ============ The correct JMRI settings for a recent Power Pro are: System Manufacturer: NCE System Connection: Serial Serial Port: <the name you determined above> Connection Prefix: N (default and recommended) Connection Name: NCE Power Pro (recommended name). Additional Connection Settings: ticked Baud Rate: 9600 Command Station EPROM: 2006 or later (unless you have an old system) 2) Connection to the Power Pro serial port. =============================== The Power Pro front panel is quite a heavy gauge. Because the socket is behind the panel and the retaining binder posts are in front of the panel, a normal serial connector cannot seat correctly in the socket (the pins barely engage). The result is an unreliable connection. This link explains the problem and fixes, with actual photographs. <> -- Dave in Australia On 17 Dec 2018, at 1:45 AM, Perry Squier via Groups.Io <wpsquier@...> wrote: <snip> 2018-12-16 09:38:16,570 apps.AppsBase ????????????????????????INFO ?- DecoderPro version 4.12+Rb6a9bb1 starts under Java 1.8.0_191 on Mac OS X x86_64 v10.14.2 at Sun Dec 16 09:38:16 EST 2018 [main] 2018-12-16 09:38:16,905 gui3.Apps3 ???????????????????????????INFO ?- Starting with profile My_JMRI_Railroad.3e0490cf [main] 2018-12-16 09:38:22,027 node.NodeIdentity ????????????????????INFO ?- Using jmri-lYrywdrrbhNiaaXgMnMayg-3e0490cf as the JMRI Node identity [AWT-EventQueue-0] 2018-12-16 09:38:22,230 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "NCE" [main] 2018-12-16 09:38:24,369 serialdriver.SerialDriverAdapter ?????INFO ?- NCE cu.usbserial port opened at 9600 baud [main] <snip> 2018-12-16 09:38:34,494 jmrix.AbstractMRTrafficController ????WARN ?- Timeout on reply to message: AA consecutive timeouts = 0 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:34,601 nce.NceConnectionStatus ??????????????WARN ?- Incorrect or no response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:34,606 jmrix.AbstractMRTrafficController ????WARN ?- timeout flushes receive buffer: ?[nce.NceTrafficController Receive thread] 2018-12-16 09:38:44,605 jmrix.AbstractMRTrafficController ????WARN ?- Timeout on reply to message: AA consecutive timeouts = 1 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:44,712 nce.NceConnectionStatus ??????????????WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:54,714 jmrix.AbstractMRTrafficController ????WARN ?- Timeout on reply to message: AA consecutive timeouts = 2 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:54,818 nce.NceConnectionStatus ??????????????WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:04,822 jmrix.AbstractMRTrafficController ????WARN ?- Timeout on reply to message: AA consecutive timeouts = 3 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:04,927 nce.NceConnectionStatus ??????????????WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:04,936 jmrix.AbstractMRTrafficController ????WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] |
Locked
Re: MQTT Connection in JMRI
¿ªÔÆÌåÓýAs a test and not ready for primetime¡.You push a msg to topic trains/sensors/ESP/MACADDRESS That only contains an int¡.this will adjust the polling interval in real time¡so this is a POC of making these things even more auto config. I¡¯ll get this on GitHub and such as soon as I can along with my node red setup for anyone who wants to use it. I am using sharp proximity sensors on the pins to see if a train goes by. This is backed up by traditional block detection and on the road toward my ML detection model - so I can get rid of all this wiring! Nathan /* ? ?Nathan end of 2018 ? ?Idea is to make code that can be pushed to any esp 2886 ? ?that auto forms a sensor net for model rail ? ?the first part is not done: ? ?have a zero conf mqtt config q that the devices get their infor from to have them act normal ? ?instead I am just hard coding it all ? ?other todos ? ?some kind of debouncing - not realy debouncing, but I have not yet though about how I want the fliping of state to handled ? ?as of right now these messages are managed by node-red and then go into JMRI since JMRI doenst have a uniform interface ? ?ead the device type and make a list of input pins (the idea is to make this thing super automatic) right now I am just hard coding them ? ?Adafruit Feather HUZZAH ESP8266 pins: #0, #2, #4, #5, #12, #13, #14, #15, #16 ? ?{"type":"sensor","data":{"name":"IS2","state":4}} ? ?{"type":"sensor","data":{"name":"IS2","state":4}} ? ?this is designed to run every loopDelay ms and report all the sensors on pins in usablePins[] ? ?I have thought that I should only report changes, but it seems to be more reliable to report all and often, I need to think about this ? ?which is why debouncePins is there - starting to think through how I only report changes. ? ?and a third idea is an API to request a read using the q this thing is susbribed to they way I can control the polling from node red */ #include "EspMQTTClient.h" #include <SoftwareSerial.h> String payload = ""; int lastreading = 0; String topicPrefix = "trains/sensors/"; void onConnectionEstablished(); String sensorPrefixJSON = "{\"type\":\"sensor\",\"data\":{\"name\":\""; String sensorInFixJSON = "\",\"state\":"; String sensorSuffixJSON = "}}"; int usablePins[] = {14}; int debouncePins[] = {}; int loopDelay = 250; String configTopic = "trains/sensors/ESP/"+ WiFi.macAddress(); EspMQTTClient client( ? "Mer de Glace IoT", ? ? ?// ssid ? "pencilhill", ? ? ? ? ? ?// password ? "192.168.20.78", ? ? ? ? // MQTT ip ? 1883, ? ? ? ? ? ? ? ? ? ?// MQTT broker port ? "", ? ? ? ? ? ? ? ? ? ? ?// MQTT username ? "", ? ? ? ? ? ? ? ? ? ? ?// MQTT password ? WiFi.macAddress(), ? ? ? // Client name ? onConnectionEstablished, // Connection established callback ? true, ? ? ? ? ? ? ? ? ? ?// Enable web updater ? true ? ? ? ? ? ? ? ? ? ? // Enable debug messages ); void setup() { ? Serial.begin(115200); } void onConnectionEstablished() { ? client.subscribe(configTopic, [] (const String & payload) ? { ? ? Serial.println("delay " + payload); ? ? loopDelay = payload.toInt(); ? }); } void loop() { ? client.loop(); ? int arraySize = sizeof(usablePins) / sizeof(usablePins[0]); ? for (int x = 0; x < arraySize; x++) { ? ? int pinToUse = usablePins[x]; ? ? int reading = digitalRead(pinToUse); ? ? String topic = topicPrefix + WiFi.macAddress() + "/" + pinToUse; ? ? if (reading == 1) { ? ? ? String publishJSON = sensorPrefixJSON + WiFi.macAddress() + "." + pinToUse + sensorInFixJSON + "OFF" + sensorSuffixJSON; ? ? ? client.publish(topic, publishJSON); ? ? } else if (reading == 0) { ? ? ? String publishJSON = sensorPrefixJSON + WiFi.macAddress() + "." + pinToUse + sensorInFixJSON + "ON" + sensorSuffixJSON; ? ? ? client.publish(topic, publishJSON); ? ? } ? } ? delay(loopDelay); }
|
Locked
Back after a long abscence
Hi,
I have just got back into my model RR after a long abscence due to work on the other side of the country.? My layout was mothballed, and so I did not keep any of my software up to date on my layout computer.? My version of JMRI dates from 2011.? Version 2.8 I think.? Everything was running on an old desktop running Windows ME!? Well amazingly enough, it all worked when I came back, but given its age, I'm not sure how long its got, so I'm in the process of updating everything.? ?? I have a newer laptop I have already downloaded the new version 4.12 on, and I managed to figure out how to configure my RR cirkits locobuffer usb.? I've uploaded my rooster entries individually to the new software (got to be a way to do that better....).? So far do good... Anyway, I need to transfer/import all my panel pro files (turnout info, etc) onto my laptop from the old computer.? Need to use USB as the old one does not have wireless.? I have a lot of info on the layout on it, and all the panel files, DS64 confirations, etc.? I am running windows 8 on the laptop and I use Digitrak.? I skimmed the manuals, and did not see anything that really helped.?? I am not a techie, but I can figure stuff out, so appreciate any help from the list on this.? ?BTW:? I'm really impressed with how nice the system has really progressed over the last 7 years.? I am looking forward to exploring all the features.?? Thanks for the help everyone:? Merry Christmas. |
Locked
Re: MQTT Connection in JMRI
¿ªÔÆÌåÓýMy WIP codeSee comments for my thinking on how to iterate into features, but the idea for me is that I am going to make a second q that allows these things to ¡°self config¡± Then maybe on that q I also send into these things from node red a polling request, then I can control when and how (maybe even combine the setup and poll message to make these sensors VERY flexible) But for now I have hardcoded some variable. My q pattern is /trains/sensors/MAC.pin Payload is JSON that mimics the JMRI one with an exception, I change the number to a word, and I am fixing that in mode red. Again my idea here is to make this as plug and play as I can. I don¡¯t want to write code specific to each of my ESPs I just want to load them up and be done. Of course the ip of the server is a pain, but I have yet to see a zero conf enabled MQTT¡. If you want to make this work directly with JMRI and you assume the MQTT is running on the same IP, you could scan for a zero config that comes from JMRI, use that IP and change this code to conform directly to the JMRI format. Since node red is awesome I always use it as something in the middle to transform and I use it to blink LEDs and other things in my system. /* ? ?Nathan end of 2018 ? ?Idea is to make code that can be pushed to any esp 2886 ? ?that auto forms a sensor net for model rail ? ?the first part is not done: ? ?have a zero conf mqtt config q that the devices get their infor from to have them act normal ? ?instead I am just hard coding it all ? ?other todos ? ?some kind of debouncing - not realy debouncing, but I have not yet though about how I want the fliping of state to handled ? ?as of right now these messages are managed by node-red and then go into JMRI since JMRI doenst have a uniform interface ? ?ead the device type and make a list of input pins (the idea is to make this thing super automatic) right now I am just hard coding them ? ?Adafruit Feather HUZZAH ESP8266 pins: #0, #2, #4, #5, #12, #13, #14, #15, #16 ? ?{"type":"sensor","data":{"name":"IS2","state":4}} ? ?{"type":"sensor","data":{"name":"IS2","state":4}} ? ?this is designed to run every loopDelay ms and report all the sensors on pins in usablePins[] ? ?I have thought that I should only report changes, but it seems to be more reliable to report all and often, I need to think about this ? ?which is why debouncePins is there - starting to think through how I only report changes. ? ?and a third idea is an API to request a read using the q this thing is susbribed to they way I can control the polling from node red */ #include "EspMQTTClient.h" #include <SoftwareSerial.h> String payload = "I'm here! " + WiFi.macAddress(); int lastreading = 0; String topicPrefix = "trains/sensors/"; void onConnectionEstablished(); String sensorPrefixJSON = "{\"type\":\"sensor\",\"data\":{\"name\":\""; String sensorInFixJSON = "\",\"state\":"; String sensorSuffixJSON = "}}"; int usablePins[] = {4,5,12,14}; int debouncePins[] = {}; int loopDelay = 250; EspMQTTClient client( ? ¡°Flopper", ? ? ?// ssid ? ¡°Flipper", ? ? ? ? ? ?// password ? "192.168.20.78", ? ? ? ? // MQTT ip ? 1883, ? ? ? ? ? ? ? ? ? ?// MQTT broker port ? "", ? ? ? ? ? ? ? ? ? ? ?// MQTT username ? "", ? ? ? ? ? ? ? ? ? ? ?// MQTT password ? WiFi.macAddress(), ? ? ? // Client name ? onConnectionEstablished, // Connection established callback ? true, ? ? ? ? ? ? ? ? ? ?// Enable web updater ? true ? ? ? ? ? ? ? ? ? ? // Enable debug messages ); void setup() { ? Serial.begin(115200); } void onConnectionEstablished() { ? /* ? ? ?in here I want to call a special queue/config somehow so this thing auto configs ?? ? String subTopic = topicPrefix + "#"; ? client.subscribe(subTopic, [] (const String & payload) ? { ? ? //Serial.println(payload); ? }); */ } void loop() { ? client.loop(); ? int arraySize = sizeof(usablePins) / sizeof(usablePins[0]); ? for (int x = 0; x < arraySize; x++) { ? ? int pinToUse = usablePins[x]; ? ? int reading = digitalRead(pinToUse); ? ? String topic = topicPrefix + WiFi.macAddress() + "/" + pinToUse; ? ? if (reading == 1) { ? ? ? String publishJSON = sensorPrefixJSON + WiFi.macAddress() + "." + pinToUse + sensorInFixJSON + "OFF" + sensorSuffixJSON; ? ? ? client.publish(topic, publishJSON); ? ? } else if (reading == 0) { ? ? ? String publishJSON = sensorPrefixJSON + WiFi.macAddress() + "." + pinToUse + sensorInFixJSON + "ON" + sensorSuffixJSON; ? ? ? client.publish(topic, publishJSON); ? ? } ? } ? delay(loopDelay); }
|
Locked
Re: setting up version 4.12
Perry Squier
¿ªÔÆÌåÓýDave,This log is after I did what you asked in your last message: Perry 2018-12-16 09:38:14,801 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- * JMRI log ** [main] 2018-12-16 09:38:16,560 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- This log is appended to file: /Users/wpsquier/Library/Preferences/JMRI/log/messages.log [main] 2018-12-16 09:38:16,561 util.Log4JUtil ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- This log is stored in file: /Users/wpsquier/Library/Preferences/JMRI/log/session.log [main] 2018-12-16 09:38:16,570 apps.AppsBase ? ? ? ? ? ? ? ? ? ? ? ? INFO ?- DecoderPro version 4.12+Rb6a9bb1 starts under Java 1.8.0_191 on Mac OS X x86_64 v10.14.2 at Sun Dec 16 09:38:16 EST 2018 [main] 2018-12-16 09:38:16,905 gui3.Apps3 ? ? ? ? ? ? ? ? ? ? ? ? ? ?INFO ?- Starting with profile My_JMRI_Railroad.3e0490cf [main] 2018-12-16 09:38:22,027 node.NodeIdentity ? ? ? ? ? ? ? ? ? ? INFO ?- Using jmri-lYrywdrrbhNiaaXgMnMayg-3e0490cf as the JMRI Node identity [AWT-EventQueue-0] 2018-12-16 09:38:22,230 xml.AbstractSerialConnectionConfigXml INFO ?- Starting to connect for "NCE" [main] 2018-12-16 09:38:24,369 serialdriver.SerialDriverAdapter ? ? ?INFO ?- NCE cu.usbserial port opened at 9600 baud [main] 2018-12-16 09:38:24,819 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path program: is /Volumes/JMRI 4.12+Rb6a9bb1/JMRI/ [main] 2018-12-16 09:38:24,820 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path preference: is /Users/wpsquier/Library/Preferences/JMRI/My_JMRI_Railroad/ [main] 2018-12-16 09:38:24,820 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path profile: is /Users/wpsquier/Library/Preferences/JMRI/My_JMRI_Railroad/ [main] 2018-12-16 09:38:24,821 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path settings: is /Users/wpsquier/Library/Preferences/JMRI/ [main] 2018-12-16 09:38:24,822 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path home: is /Users/wpsquier/ [main] 2018-12-16 09:38:24,822 util.FileUtilSupport ? ? ? ? ? ? ? ? ?INFO ?- File path scripts: is /Volumes/JMRI 4.12+Rb6a9bb1/JMRI/jython/ [main] 2018-12-16 09:38:34,494 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 0 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:34,601 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- Incorrect or no response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:34,606 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: ?[nce.NceTrafficController Receive thread] 2018-12-16 09:38:44,605 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 1 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:44,712 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:54,714 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 2 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:38:54,818 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:04,822 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 3 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:04,927 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:04,936 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:39:14,935 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 4 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:15,041 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:25,048 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 5 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:25,165 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:35,172 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 6 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:35,278 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:35,285 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:39:45,285 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 7 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:45,387 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:55,773 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 8 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:39:55,881 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:05,883 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 9 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:05,892 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:40:16,902 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: A9 00 03 consecutive timeouts = 10 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:17,011 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:40:17,012 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:27,017 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 11 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:27,139 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:37,145 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 12 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:37,251 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:37,256 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: ?[nce.NceTrafficController Receive thread] 2018-12-16 09:40:47,253 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 13 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:47,355 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:57,362 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 14 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:40:57,468 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:07,470 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 15 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:07,572 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:07,580 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:41:17,576 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 16 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:17,682 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:27,687 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 17 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:27,792 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:37,798 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 18 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:37,901 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:37,905 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:41:47,906 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 19 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:48,012 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:58,019 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 20 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:41:58,121 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:08,128 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 21 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:08,234 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:08,237 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:42:18,240 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 22 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:18,346 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:28,349 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 23 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:28,453 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:38,459 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 24 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:38,561 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:38,567 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:42:48,565 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 25 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:48,669 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:58,675 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 26 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:42:58,780 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:08,783 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 27 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:08,886 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:08,891 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:43:18,892 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 28 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:18,998 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:29,001 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 29 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:29,107 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:39,113 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 30 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:39,217 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:39,223 jmrix.AbstractMRTrafficController ? ? WARN ?- timeout flushes receive buffer: F4 [nce.NceTrafficController Receive thread] 2018-12-16 09:43:49,221 jmrix.AbstractMRTrafficController ? ? WARN ?- Timeout on reply to message: AA consecutive timeouts = 31 in nce.NceTrafficController [nce.NceTrafficController Transmit thread] 2018-12-16 09:43:49,323 nce.NceConnectionStatus ? ? ? ? ? ? ? WARN ?- No response from NCE command station [nce.NceTrafficController Transmit thread]
|
Locked
Re: Decoder Pro / Panel Pro COM disconnect; possibly related turnout control issue
I changed one step in my power on process this morning - I unplugged the USB cable before powering on the computer, and only plugged it in after I had logged in but before I started PanelPro.? That seems to have done the trick, though I can't explain why.? I was thinking that as long as I power on the PC after powering up the Cab I would be okay, but evidently not...either way, I'm leaving it powered on for now until I get the panel built.? Thanks again, appreciate the assist!
-- Nick |
Locked
Re: setting up version 4.12
Perry Squier
¿ªÔÆÌåÓýDave,here is the USB cable report: USB-Serial Controller: ? Product ID: 0x2303 ? Vendor ID: 0x067b? (Prolific Technology, Inc.) ? Version: 3.00 ? Speed: Up to 12 Mb/sec ? Manufacturer: Prolific Technology Inc. ? Location ID: 0x14200000 / 27 ? Current Available (mA): 500 ? Current Required (mA): 100 ? Extra Operating Current (mA): 0 There is no Serial Number field. Perry
|
Locked
Loco running hours log
I recall seeing a reference to jmri software being able to log individual loco running hours but I've been unable to locate such a feature. Can somebody confirm its existence please?
|
Locked
Re: What decoder ID to use for Zemo MX660?
Marc,
toggle quoted message
Show quoted text
Posting those screenshots in an album under Photos would be very helpful for Mel to check his settings. I don't have LocoNet so can't do some. -- Dave in Australia On 16 Dec 2018, at 2:06 PM, Marc <forfoum@...> wrote: |
Locked
Re: What decoder ID to use for Zemo MX660?
Marc,
toggle quoted message
Show quoted text
Your images were stripped. You'll have to upload them to the Photos area. -- Dave in Australia On 16 Dec 2018, at 1:41 PM, Marc <forfoum@...> wrote: |
to navigate to use esc to dismiss