Locked
Re: Having Issues with Panels Pallets
Bob,
My fat-finger actions got in the way again with an unexpected "send"
Continuing from the last note:
Once you get the turnout issues figured out, or perhaps upload the panel file to the "Problems being worked on" folder in the Files, if that turns out to be too confusing, then and only then should you attempt to figure out either the script problems or else the signal problems.
One step at a time.
Cliff
|
Locked
Re: Having Issues with Panels Pallets
Bob,
Thanks for the additional information.
Perhaps the safest approach is to start at the top of your session.log report and fix the Panel errors before trying to figure out what is going wrong with your script.
2020-02-04 19:01:20,111 util.prefs WARN - Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. [AWT-EventQueue-0]
Someone else on this list will have to help out with the WARN is telling us.
But the next lines indicate either an inconsistency with the earlier Starting to connect for "LocoNet" statement that would expect Turnouts to be labeled with systemNames like LT9, LT27, etc. or something more subtle beyond my experience.
2020-02-04 19:01:52,186 layoutEditor.LayoutEditorAuxTools ERROR - No assigned turnout (B): LTO = TO9, blk = Block 1A3 [AWT-EventQueue-0]
2020-02-04 19:01:52,187 layoutEditor.LayoutEditorAuxTools ERROR - No assigned turnout (K): LTO = TO27, blk = Block 1A3 [AWT-EventQueue-0]
2020-02-04 19:01:52,188 layoutEditor.LayoutEditorAuxTools ERROR - No assigned turnout (S): LTO = TO8, blk = Block 1A3 [AWT-EventQueue-0]
2020-02-04 19:01:52,188 layoutEditor.LayoutEditorAuxTools ERROR - No assigned turnout (L): LTO = TO9, blk = Block 1A3 [AWT-EventQueue-0]
2020-02-04 19:01:52,188 layoutEditor.LayoutEditorAuxTools ERROR - No assigned turnout (A): LTO = TO27, blk = Block 1A3 [AWT-EventQueue-0]
2020-02-04 19:01:52,292 apps.PerformScriptModel INFO - Running script J:\RJE Scripts\RJE set turnouts at start.py [main]
|
Locked
Re: Signal heads losing SSL during power down and up
John,
I'm not sure if the SSL currently works by deleting itself if the things it depends on (turnouts or sensors) don't exist or that it tries to create them. In general, if one part of a load has the details to create something that it doesn't find, it will. OTOH some code considers that if the elements it was specified to depend on don't exist, it should not exist either. The later is a cleaner, but may lose some content abet incomplete data.
-Ken Cameron, Member JMRI Dev Team www.jmri.org www.fingerlakeslivesteamers.org www.cnymod.org www.syracusemodelrr.org
|
Another solution (besides aggressive which has some unfortunate side effects) is to list that location twice in the route, the first will be pickups only and the second will be set outs. That will force the pickups first and the spur will have enough spots when the setouts are generated.
|
Locked
Re: Having Issues with Panels Pallets
Cliff? Thanks very much for directing me to the "request information message".? I must admit I had read it before (or rather "skimmed"), and thought it applied to if you could not get JMRI to work at all.? In re-reading, I certainly missed the point!
I had never looked at system console before and noticed there are a few errors which I will obviously need to follow up on, but hopefully the attached will help others to point me in the right direction?on my signal heads problem in?Panel Editor.
>>>>>>>>>>>>>>>>>> SYSTEM CONSOLE DUMP <<<<<<<<<<<<<<<<<<<<<<<<<
2020-02-04 18:59:29,556 util.Log4JUtil??????????????????????? INFO? - * JMRI log ** [main] 2020-02-04 18:59:29,624 util.Log4JUtil??????????????????????? INFO? - This log is appended to file: C:\Users\RJE\JMRI\log\messages.log [main] 2020-02-04 18:59:29,626 util.Log4JUtil??????????????????????? INFO? - This log is stored in file: C:\Users\RJE\JMRI\log\session.log [main] 2020-02-04 18:59:29,643 apps.Apps???????????????????????????? INFO? - PanelPro version 4.18+R37ad3d0 starts under Java 1.8.0_201 on Windows 7 amd64 v6.1 at Tue Feb 04 18:59:29 CST 2020 [main] 2020-02-04 18:59:29,971 apps.Apps???????????????????????????? INFO? - Starting with profile Wilbury_Spa.3f013c91 [main] 2020-02-04 18:59:30,211 node.NodeIdentity???????????????????? INFO? - Using jmri-fFucddPTbhNiaaacyyCmcF-3f013c91 as the JMRI storage identity for profile id 3f013c91 [AWT-EventQueue-0] 2020-02-04 18:59:30,453 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "LocoNet" [main] 2020-02-04 18:59:30,794 locobufferusb.LocoBufferUsbAdapter??? INFO? - LocoBuffer-USB adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main] 2020-02-04 18:59:30,797 locobuffer.LocoBufferAdapter????????? INFO? - COM3 port opened at 57600 baud with DTR: true RTS: true DSR: true CTS: true? CD: false [main] 2020-02-04 18:59:30,927 loconet.LnPacketizer????????????????? INFO? - lnPacketizer Started [main] 2020-02-04 19:01:20,111 util.prefs??????????????????????????? WARN? - Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. [AWT-EventQueue-0] 2020-02-04 19:01:52,186 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (B): LTO = TO9, blk = Block 1A3 [AWT-EventQueue-0] 2020-02-04 19:01:52,187 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (K): LTO = TO27, blk = Block 1A3 [AWT-EventQueue-0] 2020-02-04 19:01:52,188 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (S): LTO = TO8, blk = Block 1A3 [AWT-EventQueue-0] 2020-02-04 19:01:52,188 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (L): LTO = TO9, blk = Block 1A3 [AWT-EventQueue-0] 2020-02-04 19:01:52,188 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (A): LTO = TO27, blk = Block 1A3 [AWT-EventQueue-0] 2020-02-04 19:01:52,292 apps.PerformScriptModel?????????????? INFO? - Running script J:\RJE Scripts\RJE set turnouts at start.py [main] 2020-02-04 19:01:52,350 script.JmriScriptEngineManager??????? INFO? - python 2.7 is provided by jython 2.7.1 [main] 2020-02-04 19:01:52,360 script.JmriScriptEngineManager??????? INFO? - ECMAScript ECMA - 262 Edition 5.1 is provided by Oracle Nashorn 1.8.0_201 [main] 2020-02-04 19:01:58,267 apps.PerformScriptModel?????????????? INFO? - Running script J:\RJE Scripts\RJE PowerSensor.py [main] START POWER SENSOR 2020-02-04 19:01:58,354 script.JmriScriptEngineManager??????? ERROR - Error in script J:\RJE Scripts\RJE PowerSensor.py. [main] javax.script.ScriptException: AttributeError: type object 'jmri.InstanceManager' has no attribute 'powerManagerInstance' in <script> at line number 53 ?at org.python.jsr223.PyScriptEngine.scriptException(PyScriptEngine.java:222) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:59) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:64) ?at javax.script.AbstractScriptEngine.eval(Unknown Source) ?at jmri.script.JmriScriptEngineManager.eval(JmriScriptEngineManager.java:394) ?at jmri.script.JmriScriptEngineManager.eval(JmriScriptEngineManager.java:331) ?at jmri.script.JmriScriptEngineManager.runScript(JmriScriptEngineManager.java:437) ?at apps.PerformScriptModel.performAction(PerformScriptModel.java:32) ?at apps.StartupActionsManager.lambda$1(StartupActionsManager.java:120) ?at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ?at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ?at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ?at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ?at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ?at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ?at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ?at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ?at java.util.stream.ReferencePipeline.forEachOrdered(Unknown Source) ?at apps.StartupActionsManager.initialize(StartupActionsManager.java:118) ?at jmri.implementation.JmriConfigurationManager.initializeProvider(JmriConfigurationManager.java:392) ?at jmri.implementation.JmriConfigurationManager.lambda$1(JmriConfigurationManager.java:205) ?at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ?at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) ?at jmri.implementation.JmriConfigurationManager.load(JmriConfigurationManager.java:204) ?at jmri.implementation.JmriConfigurationManager.load(JmriConfigurationManager.java:192) ?at apps.Apps.<init>(Apps.java:276) ?at apps.PanelPro.PanelPro.<init>(PanelPro.java:40) ?at apps.PanelPro.PanelPro.main(PanelPro.java:120) Caused by: Traceback (most recent call last): ? File "<script>", line 53, in <module> AttributeError: type object 'jmri.InstanceManager' has no attribute 'powerManagerInstance'
?at org.python.core.Py.AttributeError(Py.java:207) ?at org.python.core.PyType.noAttributeError(PyType.java:1994) ?at org.python.core.PyObject.__getattr__(PyObject.java:1027) ?at org.python.pycode._pyx1.f$0(<script>:59) ?at org.python.pycode._pyx1.call_function(<script>) ?at org.python.core.PyTableCode.call(PyTableCode.java:171) ?at org.python.core.PyCode.call(PyCode.java:18) ?at org.python.core.Py.runCode(Py.java:1614) ?at org.python.core.__builtin__.eval(__builtin__.java:497) ?at org.python.core.__builtin__.eval(__builtin__.java:501) ?at org.python.util.PythonInterpreter.eval(PythonInterpreter.java:259) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:57) ?... 26 more 2020-02-04 19:01:58,434 apps.PerformScriptModel?????????????? INFO? - Running script J:\RJE Scripts\RJE PM42 Listener.py [main] 2020-02-04 19:01:58,483 script.JmriScriptEngineManager??????? ERROR - Error in script J:\RJE Scripts\RJE PM42 Listener.py. [main] javax.script.ScriptException: AttributeError: type object 'jmri.jmrix.loconet.LnTrafficController' has no attribute 'instance' in <script> at line number 85 ?at org.python.jsr223.PyScriptEngine.scriptException(PyScriptEngine.java:222) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:59) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:64) ?at javax.script.AbstractScriptEngine.eval(Unknown Source) ?at jmri.script.JmriScriptEngineManager.eval(JmriScriptEngineManager.java:394) ?at jmri.script.JmriScriptEngineManager.eval(JmriScriptEngineManager.java:331) ?at jmri.script.JmriScriptEngineManager.runScript(JmriScriptEngineManager.java:437) ?at apps.PerformScriptModel.performAction(PerformScriptModel.java:32) ?at apps.StartupActionsManager.lambda$1(StartupActionsManager.java:120) ?at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ?at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ?at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ?at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ?at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ?at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ?at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ?at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ?at java.util.stream.ReferencePipeline.forEachOrdered(Unknown Source) ?at apps.StartupActionsManager.initialize(StartupActionsManager.java:118) ?at jmri.implementation.JmriConfigurationManager.initializeProvider(JmriConfigurationManager.java:392) ?at jmri.implementation.JmriConfigurationManager.lambda$1(JmriConfigurationManager.java:205) ?at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ?at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) ?at jmri.implementation.JmriConfigurationManager.load(JmriConfigurationManager.java:204) ?at jmri.implementation.JmriConfigurationManager.load(JmriConfigurationManager.java:192) ?at apps.Apps.<init>(Apps.java:276) ?at apps.PanelPro.PanelPro.<init>(PanelPro.java:40) ?at apps.PanelPro.PanelPro.main(PanelPro.java:120) Caused by: Traceback (most recent call last): ? File "<script>", line 85, in <module> AttributeError: type object 'jmri.jmrix.loconet.LnTrafficController' has no attribute 'instance'
?at org.python.core.Py.AttributeError(Py.java:207) ?at org.python.core.PyType.noAttributeError(PyType.java:1994) ?at org.python.core.PyObject.__getattr__(PyObject.java:1027) ?at org.python.pycode._pyx2.f$0(<script>:85) ?at org.python.pycode._pyx2.call_function(<script>) ?at org.python.core.PyTableCode.call(PyTableCode.java:171) ?at org.python.core.PyCode.call(PyCode.java:18) ?at org.python.core.Py.runCode(Py.java:1614) ?at org.python.core.__builtin__.eval(__builtin__.java:497) ?at org.python.core.__builtin__.eval(__builtin__.java:501) ?at org.python.util.PythonInterpreter.eval(PythonInterpreter.java:259) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:57) ?... 26 more 2020-02-04 19:01:58,485 apps.PerformScriptModel?????????????? INFO? - Running script J:\RJE Scripts\RJE Walthers Turntable.py [main]
START 0--> STARTING CLASS 0--> Ending Class WTurntable() 2020-02-04 19:01:58,601 script.JmriScriptEngineManager??????? ERROR - Error in script J:\RJE Scripts\RJE Walthers Turntable.py. [main] javax.script.ScriptException: NotImplementedError: 'WTurntable' object does not implement abstract method 'defineIO' from 'jmri.jmrit.automat.Siglet' in <script> at line number 500 ?at org.python.jsr223.PyScriptEngine.scriptException(PyScriptEngine.java:222) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:59) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:64) ?at javax.script.AbstractScriptEngine.eval(Unknown Source) ?at jmri.script.JmriScriptEngineManager.eval(JmriScriptEngineManager.java:394) ?at jmri.script.JmriScriptEngineManager.eval(JmriScriptEngineManager.java:331) ?at jmri.script.JmriScriptEngineManager.runScript(JmriScriptEngineManager.java:437) ?at apps.PerformScriptModel.performAction(PerformScriptModel.java:32) ?at apps.StartupActionsManager.lambda$1(StartupActionsManager.java:120) ?at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ?at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ?at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ?at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ?at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ?at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ?at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ?at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ?at java.util.stream.ReferencePipeline.forEachOrdered(Unknown Source) ?at apps.StartupActionsManager.initialize(StartupActionsManager.java:118) ?at jmri.implementation.JmriConfigurationManager.initializeProvider(JmriConfigurationManager.java:392) ?at jmri.implementation.JmriConfigurationManager.lambda$1(JmriConfigurationManager.java:205) ?at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ?at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) ?at jmri.implementation.JmriConfigurationManager.load(JmriConfigurationManager.java:204) ?at jmri.implementation.JmriConfigurationManager.load(JmriConfigurationManager.java:192) ?at apps.Apps.<init>(Apps.java:276) ?at apps.PanelPro.PanelPro.<init>(PanelPro.java:40) ?at apps.PanelPro.PanelPro.main(PanelPro.java:120) Caused by: Traceback (most recent call last): ? File "<script>", line 500, in <module> NotImplementedError: 'WTurntable' object does not implement abstract method 'defineIO' from 'jmri.jmrit.automat.Siglet'
?at org.python.core.Py.NotImplementedError(Py.java:169) ?at org.python.compiler.ProxyCodeHelpers.notImplementedAbstractMethod(ProxyCodeHelpers.java:97) ?at org.python.proxies.__builtin__$WTurntable$3.defineIO(Unknown Source) ?at jmri.jmrit.automat.Siglet.start(Siglet.java:74) ?at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ?at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ?at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ?at java.lang.reflect.Method.invoke(Unknown Source) ?at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:188) ?at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:206) ?at org.python.core.PyObject.__call__(PyObject.java:480) ?at org.python.core.PyObject.__call__(PyObject.java:484) ?at org.python.core.PyMethod.__call__(PyMethod.java:126) ?at org.python.pycode._pyx3.f$0(<script>:504) ?at org.python.pycode._pyx3.call_function(<script>) ?at org.python.core.PyTableCode.call(PyTableCode.java:171) ?at org.python.core.PyCode.call(PyCode.java:18) ?at org.python.core.Py.runCode(Py.java:1614) ?at org.python.core.__builtin__.eval(__builtin__.java:497) ?at org.python.core.__builtin__.eval(__builtin__.java:501) ?at org.python.util.PythonInterpreter.eval(PythonInterpreter.java:259) ?at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:57) ?... 26 more 2020-02-04 19:02:00,272 withrottle.FacelessServer???????????? INFO? - Published ZeroConf service for 'wilbury spa._withrottle._tcp.local.' on fe80:0:0:0:80d1:4420:8883:a940%eth3:12090 [WiThrottleServer] 2020-02-04 19:02:00,273 withrottle.FacelessServer???????????? INFO? - Published ZeroConf service for 'wilbury spa._withrottle._tcp.local.' on 192.168.86.30:12090 [WiThrottleServer] 2020-02-04 19:02:00,274 withrottle.FacelessServer???????????? INFO? - Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleServer] 2020-02-04 19:02:03,180 util.FileUtilSupport????????????????? INFO? - File path program: is C:\Program Files (x86)\JMRI\ [main] 2020-02-04 19:02:03,180 util.FileUtilSupport????????????????? INFO? - File path preference: is J:\RJE User Files\ [main] 2020-02-04 19:02:03,181 util.FileUtilSupport????????????????? INFO? - File path profile: is C:\Users\RJE\JMRI\Wilbury_Spa\ [main] 2020-02-04 19:02:03,181 util.FileUtilSupport????????????????? INFO? - File path settings: is C:\Users\RJE\JMRI\ [main] 2020-02-04 19:02:03,182 util.FileUtilSupport????????????????? INFO? - File path home: is C:\Users\RJE\ [main] 2020-02-04 19:02:03,182 util.FileUtilSupport????????????????? INFO? - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main] 2020-02-04 19:02:03,565 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (B): LTO = TO9, blk = Block 1A3 [main] 2020-02-04 19:02:03,566 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (K): LTO = TO27, blk = Block 1A3 [main] 2020-02-04 19:02:03,567 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (S): LTO = TO8, blk = Block 1A3 [main] 2020-02-04 19:02:03,567 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (L): LTO = TO9, blk = Block 1A3 [main] 2020-02-04 19:02:03,567 layoutEditor.LayoutEditorAuxTools???? ERROR - No assigned turnout (A): LTO = TO27, blk = Block 1A3 [main] 2020-02-04 19:02:04,263 PanelPro.PanelPro???????????????????? INFO? - Main initialization done [main] 2020-02-04 19:02:04,737 server.WebServer????????????????????? INFO? - Starting Web Server on port 12080 [WebServer] 2020-02-04 19:02:11,302 server.WebServer????????????????????? INFO? - Starting ZeroConfService _http._tcp.local for Web Server with properties {path=/, json=5.2.0} [WebServer] ?
|
Locked
Re: Having Issues with Panels Pallets
Hi Nick
I started with?Layout?Editor, and found it a bit restrictive as far as how the visuals of the panel?I created, so I switched to Panel editor a few years back as it seemed more flexible.? I still have the old Layout Editor panel (subscribing to the "never throw anything away" philosophy).
Thanks
Bob
|
Dan Yes that is correct, there was a train built. the train was leaving with 10 cars at 478 feet and returning with 15, putting it 192 feet longer than the track length. I rebuilt the route and the next build worked. This is not the first time since the update that it has overloaded random yard tracks.
Thanks Mike
|
Locked
Re: Some questions about signaling and the best way to debug the layout
Bob Thanks for your changes. The Blocks now appear under the correct columns now in both Firefox and Opera using Build #44. What the Blocks table does highlight is how the Blocks are all defined twice in the xml, once in a short form, and later in a longer form. Both of these get shown in the xslt table.? Ideally only the longer form would be included in the table. I guess the earlier one acts as a forward reference to ensure all blocks are initially defined before they are used in block paths in the longer form. I haven't noticed this duplication in any of the other tables. Here's an example of the short and long block forms from the HTML.: ??? <block systemName="IB1"> ????? <systemName>IB1</systemName> ????? <userName>B-1-MainA</userName> ??? </block> ??? <block systemName="IB1" length="960.0" curve="0"> ????? <systemName>IB1</systemName> ????? <userName>B-1-MainA</userName> ????? <permissive>no</permissive> ????? <occupancysensor>TD-1-MainA</occupancysensor> ????? <path todir="128" fromdir="64" block="IB:AUTO:0038"> ??????? <beansetting setting="2"> ????????? <turnout systemName="T-1-MainExit" /> ??????? </beansetting> ????? </path> ????? <path todir="64" fromdir="128" block="IB:AUTO:0037"> ??????? <beansetting setting="2"> ????????? <turnout systemName="T-1-MainEntry" /> ??????? </beansetting> ????? </path> ??? </block> Yes, the MavinsHills-layoutPanel-29.xml sample file was from me - and that's a great 'spot' by you! I'm a way off having all the hardware connected, but that will avoid some head scratching later on! In terms of tag Ids, I've added a file /g/jmriusers/files/ProblemsBeingWorkedOn/Andy%20Brown%20-%20161045/PanelProIdTags.xml which has some tags defined. Some of the tags are probably unusual in that they have html embedded in the username, so that may push the boundaries a bit in terms of a table. They could be omitted if they cause a? problem, as they are not typical. Thanks Andy
|
On Mon, Feb 3, 2020 at 09:51 PM, Dave Heap wrote:
User Files Location: C:\Users\Mike Swederska\Dropbox\JMRI\ Profile Location: C:\Users\Mike Swederska\JMRI\Meramec_Valley_Lines.jmr
= = = = = = =? Reading thru this thread brings up a question from me.
Can someone explain why? the Users Files Location does not match the Profile Location (disregarding the Dropbox)
I create my profiles a let JMRI take care of things and my User Files Location? and Profile Location? have always matched up when looking at Locations and that goes for all Locations of all the profiles I have.
Unless someone is deliberately changing the structure I do not understand why they would be different nor why they should be changed.
I have been encountering a vanishing ROSTER symptom. I restart DecoderPro and the Roster returns but custom column settings are always lost.
Marc ?
|
I also uploaded screen shot captures of the warning pop up windows to the files section folder "block error issue", file "block errors.pdf"
|
Wouter, Will do tomorrow or later tonight.? Mike Swederska Sr
toggle quoted message
Show quoted text
On Feb 4, 2020, at 1:29 PM, whmvd <vandoornw@...> wrote:
? Hi Mike,
If you answer 0 of the 2 questions it's going to be difficult to keep those helping here motivated.
Wouter
On Tue, 4 Feb 2020 at 18:44, Mike Swederska < shur-way@...> wrote: Dave,
I believe it did what is supposed to do and that there are files in the dropbox folder. What I believe is going on is I need to populate those files from the J MRI. I don¡¯t know if it¡¯s in the instructions on the help file because I didn¡¯t miss it. Is there a way that you can show me how to populate those files in the dropbox with my existing operations files and my decoder pro roster.
Mike Swederska Sr
> On Feb 3, 2020, at 8:51 PM, Dave Heap <dgheap@...> wrote:
>
> ?Mike,
>
>> On 4 Feb 2020, at 1:44 AM, Mike Swederska <shur-way@...> wrote:
>>
>> User Files Location: C:\Users\Mike Swederska\Dropbox\JMRI\
>> Roster Location: C:\Users\Mike Swederska\Dropbox\JMRI\
>
> That looks good. That's what I'd expect.
>
>> Profile Location: C:\Users\Mike Swederska\JMRI\Meramec_Valley_Lines.jmri\
>> Settings Location: C:\Users\Mike Swederska\JMRI\
>> Current Config file:C:\Users\Mike Swederska\JMRI\Meramec_Valley_Lines.jmri\ProfileConfig.xml
>> Scripts Location: C:\Program Files (x86)\JMRI\jython\
>> Program Location: C:\Program Files (x86)\JMRI
>> Temp Files Location:C:\Users\MIKESW~1\AppData\Local\Temp\
>> Log Files Location: C:\Users\Mike Swederska\JMRI\log\
>> C:\Users\Mike Swederska\JMRI\log\messages.log
>> C:\Users\Mike Swederska\JMRI\log\messages.log.1
>> C:\Users\Mike Swederska\JMRI\log\messages.log.2
>> C:\Users\Mike Swederska\JMRI\log\session.log
>
> The rest is fine as well. Two things:
> 1) Please give us a list of the files and folders currently in:
> "C:\Users\Mike Swederska\Dropbox\JMRI\"
>
> 2) Please go to the Help->System Console menu item, click Copy to Clipboard and paste that into message for us all to see. Alternatively, upload the "C:\Users\Mike Swederska\JMRI\log\session.log" file to a folder with your name that? you create in the Files area of this list and in the Problems Being Worked On folder already there.
>
> Dave in Australia
>
>
>
>
>
>
>
>
>
|
Thanks Mike, that worked.
Ken
|
Mike,
For the program to be reserving track space, there has to be a built train.? I would expect the built train to terminate into staging using the track that has the reserve value of 192 feet.
Dan
|
From your description, it is not clear that you created the turnouts in JMRI.? The fact that the PowerCab can control them does not mean that JMRI can until you have created entries in the Turnout table with the correct accessory addresses.
|
Dennis,
If the dispatcher had access to the JMRI panel, there are train icons that he could use to understand train length and number of cars in the train.? With regards to "Call Time", I don't have much experience with trains running on schedule.
Dan
|
Locked
Re: Having Issues with Panels Pallets
Hi Bob,
I use PanelPro a LOT but I have not loaded Version 14.8 or higher on my system yet. The current version I am using is 14.7.4.?
Since you mention "pallets", may I guess that your are using Layout Editor. Have you tried changing to using the Panel Editor ?
I say that only because I have a friend that built his panel with Layout editor and I worked on some modifications using my system and Panel Editor . When I loaded his panel onto my system (same operating system) I was getting a lot of errors because of the file locations in my preferences vs his. When I used Panel Editor, they went away.
Nick Kulp
"I'm not a failure. I started at the bottom and I found it easily attainable. Life is too short to set unattainable goals"
- Nick Kulp
|
Hi Mike,
If you answer 0 of the 2 questions it's going to be difficult to keep those helping here motivated.
Wouter
toggle quoted message
Show quoted text
On Tue, 4 Feb 2020 at 18:44, Mike Swederska < shur-way@...> wrote: Dave,
I believe it did what is supposed to do and that there are files in the dropbox folder. What I believe is going on is I need to populate those files from the J MRI. I don¡¯t know if it¡¯s in the instructions on the help file because I didn¡¯t miss it. Is there a way that you can show me how to populate those files in the dropbox with my existing operations files and my decoder pro roster.
Mike Swederska Sr
> On Feb 3, 2020, at 8:51 PM, Dave Heap <dgheap@...> wrote:
>
> ?Mike,
>
>> On 4 Feb 2020, at 1:44 AM, Mike Swederska <shur-way@...> wrote:
>>
>> User Files Location: C:\Users\Mike Swederska\Dropbox\JMRI\
>> Roster Location: C:\Users\Mike Swederska\Dropbox\JMRI\
>
> That looks good. That's what I'd expect.
>
>> Profile Location: C:\Users\Mike Swederska\JMRI\Meramec_Valley_Lines.jmri\
>> Settings Location: C:\Users\Mike Swederska\JMRI\
>> Current Config file:C:\Users\Mike Swederska\JMRI\Meramec_Valley_Lines.jmri\ProfileConfig.xml
>> Scripts Location: C:\Program Files (x86)\JMRI\jython\
>> Program Location: C:\Program Files (x86)\JMRI
>> Temp Files Location:C:\Users\MIKESW~1\AppData\Local\Temp\
>> Log Files Location: C:\Users\Mike Swederska\JMRI\log\
>> C:\Users\Mike Swederska\JMRI\log\messages.log
>> C:\Users\Mike Swederska\JMRI\log\messages.log.1
>> C:\Users\Mike Swederska\JMRI\log\messages.log.2
>> C:\Users\Mike Swederska\JMRI\log\session.log
>
> The rest is fine as well. Two things:
> 1) Please give us a list of the files and folders currently in:
> "C:\Users\Mike Swederska\Dropbox\JMRI\"
>
> 2) Please go to the Help->System Console menu item, click Copy to Clipboard and paste that into message for us all to see. Alternatively, upload the "C:\Users\Mike Swederska\JMRI\log\session.log" file to a folder with your name that? you create in the Files area of this list and in the Problems Being Worked On folder already there.
>
> Dave in Australia
>
>
>
>
>
>
>
>
>
|
go to locations-click edit the rip track-go to tools and click show cars. Then go back to tools-cars-print
Mike
|
Hi ?Since upgrading to the latest version, JMRI seem to be ignoring track lengths. My latest build has a staging track that is 500', used is 478' and it is reserving 192 more feet. this is not the first train build to do this. There are no other trains built and an not using planned pickups.
thanks Mike
|
Dave, I believe it did what is supposed to do and that there are files in the dropbox folder. What I believe is going on is I need to populate those files from the J MRI. I don¡¯t know if it¡¯s in the instructions on the help file because I didn¡¯t miss it. Is there a way that you can show me how to populate those files in the dropbox with my existing operations files and my decoder pro roster.
Mike Swederska Sr
toggle quoted message
Show quoted text
On Feb 3, 2020, at 8:51 PM, Dave Heap <dgheap@...> wrote:
?Mike,
On 4 Feb 2020, at 1:44 AM, Mike Swederska <shur-way@...> wrote:
User Files Location: C:\Users\Mike Swederska\Dropbox\JMRI\ Roster Location: C:\Users\Mike Swederska\Dropbox\JMRI\ That looks good. That's what I'd expect.
Profile Location: C:\Users\Mike Swederska\JMRI\Meramec_Valley_Lines.jmri\ Settings Location: C:\Users\Mike Swederska\JMRI\ Current Config file:C:\Users\Mike Swederska\JMRI\Meramec_Valley_Lines.jmri\ProfileConfig.xml Scripts Location: C:\Program Files (x86)\JMRI\jython\ Program Location: C:\Program Files (x86)\JMRI Temp Files Location:C:\Users\MIKESW~1\AppData\Local\Temp\ Log Files Location: C:\Users\Mike Swederska\JMRI\log\ C:\Users\Mike Swederska\JMRI\log\messages.log C:\Users\Mike Swederska\JMRI\log\messages.log.1 C:\Users\Mike Swederska\JMRI\log\messages.log.2 C:\Users\Mike Swederska\JMRI\log\session.log The rest is fine as well. Two things: 1) Please give us a list of the files and folders currently in: "C:\Users\Mike Swederska\Dropbox\JMRI\"
2) Please go to the Help->System Console menu item, click Copy to Clipboard and paste that into message for us all to see. Alternatively, upload the "C:\Users\Mike Swederska\JMRI\log\session.log" file to a folder with your name that you create in the Files area of this list and in the Problems Being Worked On folder already there.
Dave in Australia
|