¿ªÔÆÌåÓý

Locked Re: Inconsistent behaviour with the dispatcher


 

Thank you for your responses.

As to the debug for the dispatcher, do you mean the console output? If so, the output with a single train running is as follows:

[code]
2018-08-14 16:09:05,891 util.Log4JUtil??????????????????????? INFO? - * JMRI log ** [main]
2018-08-14 16:09:05,904 util.Log4JUtil??????????????????????? INFO? - This log is appended to file: C:\Users\James\JMRI\log\messages.log [main]
2018-08-14 16:09:05,905 util.Log4JUtil??????????????????????? INFO? - This log is stored in file: C:\Users\James\JMRI\log\session.log [main]
2018-08-14 16:09:05,915 apps.Apps???????????????????????????? INFO? - PanelPro version 4.12+Rb6a9bb1 starts under Java 1.8.0_181 on Windows 7 amd64 v6.1 at Tue Aug 14 16:09:05 BST 2018 [main]
2018-08-14 16:09:07,386 apps.Apps???????????????????????????? INFO? - Starting with profile Automation_test_layout.3f6acf02 [main]
2018-08-14 16:09:07,541 node.NodeIdentity???????????????????? INFO? - Using jmri-dG1h9cpHGhNiaahg7KpNdQ-3f6acf02 as the JMRI Node identity [AWT-EventQueue-0]
2018-08-14 16:09:07,700 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "LocoNet" [main]
2018-08-14 16:09:08,093 locobufferusb.LocoBufferUsbAdapter??? INFO? - LocoBuffer-USB adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main]
2018-08-14 16:09:08,095 locobuffer.LocoBufferAdapter????????? INFO? - COM8 port opened at 57600 baud with DTR: true RTS: true DSR: true CTS: true? CD: false [main]
2018-08-14 16:09:08,154 loconet.LnPacketizer????????????????? INFO? - lnPacketizer Started [main]
2018-08-14 16:09:08,567 util.FileUtilSupport????????????????? INFO? - File path program: is C:\Program Files (x86)\JMRI\ [main]
2018-08-14 16:09:08,568 util.FileUtilSupport????????????????? INFO? - File path preference: is C:\Users\James\JMRI\Automation_test_layout\ [main]
2018-08-14 16:09:08,568 util.FileUtilSupport????????????????? INFO? - File path profile: is C:\Users\James\JMRI\Automation_test_layout\ [main]
2018-08-14 16:09:08,568 util.FileUtilSupport????????????????? INFO? - File path settings: is C:\Users\James\JMRI\ [main]
2018-08-14 16:09:08,568 util.FileUtilSupport????????????????? INFO? - File path home: is C:\Users\James\ [main]
2018-08-14 16:09:08,569 util.FileUtilSupport????????????????? INFO? - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
2018-08-14 16:09:09,539 PanelPro.PanelPro???????????????????? INFO? - Main initialization done [main]
2018-08-14 16:09:17,931 layoutEditor.BlockValueFile?????????? ERROR - block Right curve is not occupied but has a saved value, not setting saved block values [AWT-EventQueue-0]
2018-08-14 16:09:17,941 layoutEditor.BlockValueFile?????????? ERROR - block Right curve is not occupied but has a saved value, not setting saved block values [AWT-EventQueue-0]
2018-08-14 16:09:23,197 layoutEditor.BlockValueFile?????????? ERROR - block Right curve is not occupied but has a saved value, not setting saved block values [Thread-11]
2018-08-14 16:09:53,632 dispatcher.AutoTrainsFrame??????????? INFO? - No Throttle[47573 "The London STANDARD"/IZ6(Full circle from rear)] [AWT-EventQueue-0]
2018-08-14 16:10:13,541 roster.RosterSpeedProfile???????????? ERROR - Speed not available to compute distance travelled [Auto Engineer 4573]
[/code]

The first three errors are present from when JMRI is started - the final INFO and ERROR occur only after the auto active train has started and completed its transit.

I should note that there is a speed profile defined for this locomotive.

Does this assist?

Join [email protected] to automatically receive all group messages.