¿ªÔÆÌåÓý

Locked Re: VSD CLASS 64 COASTING WEIRDNESS


 

Conrad,

A left mouse click above the slider handle should increase the speed by one speed step, a click below should decrease the speed by one speed step.

You can save your throttle layout, see the File menu.

Your triggers are set up fine. HALF_SPEED is the correct name. The trick on HALF_SPEED is, that your lokpilot nano must be assigned to F8 as well (default is F3). You could also try assigning F3 in config.xml.

(BTW, in one of my last post, I gave you a false recommendation for engine gain. It's not <gain> but <engine-gain>. Sorry! The documentation on is correct)

Thanks for the console log. I don't see a VSD sound crash there. But the LocoNet "WARN - slot 1 address 5514 is already in-use" could be a clue for a VSD issue. I assume that there isn't an engine sound at all. Maybe VSD could not listen to the throttle with address 5514. Wasn't there a steal question? Probably not, because of the headless mode.

On the console log output format. Especially for the video I changed the format.

Klaus


Am 18.09.2019 um 00:36 schrieb conrad:

Klaus,
I got JMRI throttle coasting to work.? Page down and left mouse/page down did not work.? BUT, I stumbled on right mouse, saw properties and a check box for
"track slider in real time".? It works and makes some sort of sense.? One problem is that I have to access this property every time I open a throttle.
My decoder is a lokpilot nano that has a functioning "shunt speed" however no success with VSD.? COAST, however works fine.
Here are my triggers:
<trigger name="HALF_SPEED" type="THROTTLE">
<event-name>F8</event-name>
<target-name>ENGINE</target-name>
<action>NOTHING</action>
</trigger>
<trigger name="COAST" type="THROTTLE">
<event-name>F9</event-name>
<target-name>ENGINE</target-name>
<action>NOTHING</action>
</trigger>
and variations of the trigger name -? "ENGINE_HALF_SPEED", "ENGINE_HALFSPEED" and "HALFSPEED" alone
For the Engine Driver Wi-throttle things are better.? It no longer locks up, function F9 (COAST) works and with a reasonable sliding decrease in throttle I can get
it to coast.? It's a little flaky.? Slider action has to be just so to make it coast - too slow and just a normal slow down, too fast and skipping.? No lockup though.
Think I'll work on your suggestion to increase the value <decel-trigger-rpms>8</decel-trigger-rpms>.
Here's my console log file (doesn't seem to have any throttle info).? My console info does not look like yours on
2019-09-17 17:56:05,283 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - * JMRI log ** [main]
2019-09-17 17:56:05,361 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - This log is appended to file: C:\Users\conrad\JMRI\log\messages.log [main]
2019-09-17 17:56:05,361 util.Log4JUtil? ? ? ? ? ? ? ? ? ? ? ? INFO? - This log is stored in file: C:\Users\conrad\JMRI\log\session.log [main]
2019-09-17 17:56:05,376 apps.Apps? ? ? ? ? ? ? ? ? ? ? ? ? ? ?INFO? - PanelPro version 4.16+R6f9aced starts under Java 1.8.0_221 on Windows 10 x86 v10.0 at Tue Sep 17 17:56:05 EDT 2019 [main]
2019-09-17 17:56:07,079 apps.Apps? ? ? ? ? ? ? ? ? ? ? ? ? ? ?INFO? - Starting with profile My_JMRI_Railroad.3f132008 [main]
2019-09-17 17:56:07,517 node.NodeIdentity? ? ? ? ? ? ? ? ? ? ?INFO? - Using jmri-osZcIaSGWhOiaaabMr20Sa-3f132008 as the JMRI storage identity for profile id 3f132008 [AWT-EventQueue-0]
2019-09-17 17:56:07,876 xml.AbstractSerialConnectionConfigXml INFO? - Starting to connect for "LocoNet" [main]
2019-09-17 17:56:08,595 pr3.PR3Adapter? ? ? ? ? ? ? ? ? ? ? ? INFO? - PR3 adapter set hardware flow control, mode=2 RTSCTS_OUT=2 RTSCTS_IN=1 [main]
2019-09-17 17:56:08,611 locobuffer.LocoBufferAdapter? ? ? ? ? INFO? - COM4 port opened at 57600 baud with DTR: true RTS: true DSR: false CTS: false? CD: false [main]
2019-09-17 17:56:08,689 loconet.LnPacketizer? ? ? ? ? ? ? ? ? INFO? - lnPacketizer Started [main]
2019-09-17 17:56:12,658 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path program: is C:\Program Files (x86)\JMRI\ [main]
2019-09-17 17:56:12,674 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path preference: is C:\Users\conrad\JMRI\My_JMRI_Railroad\ [main]
2019-09-17 17:56:12,689 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path profile: is C:\Users\conrad\JMRI\My_JMRI_Railroad\ [main]
2019-09-17 17:56:12,689 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path settings: is C:\Users\conrad\JMRI\ [main]
2019-09-17 17:56:12,689 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path home: is C:\Users\conrad\ [main]
2019-09-17 17:56:12,689 util.FileUtilSupport? ? ? ? ? ? ? ? ? INFO? - File path scripts: is C:\Program Files (x86)\JMRI\jython\ [main]
2019-09-17 17:56:13,939 PanelPro.PanelPro? ? ? ? ? ? ? ? ? ? ?INFO? - Main initialization done [main]
2019-09-17 17:56:16,799 vsdecoder.VSDecoderPreferences? ? ? ? INFO? - Did not find VSDecoder preferences file.? This is normal if you haven't save the preferences before [AWT-EventQueue-0]
2019-09-17 17:56:16,960 audio.JoalAudioFactory? ? ? ? ? ? ? ? INFO? - Initialised JOAL using OpenAL: vendor - OpenAL Community version - 1.1 ALSOFT 1.15.1 [AWT-EventQueue-0]
2019-09-17 17:56:19,387 withrottle.FacelessServer? ? ? ? ? ? ?INFO? - Published ZeroConf service for 'my jmri railroad._withrottle._tcp.local.' on fe80:0:0:0:60ca:5e0e:ea89:ae2%eth4:12090 [WiThrottleServer]
2019-09-17 17:56:21,977 withrottle.FacelessServer? ? ? ? ? ? ?INFO? - Published ZeroConf service for 'my jmri railroad._withrottle._tcp.local.' on 192.168.1.14:12090 [WiThrottleServer]
2019-09-17 17:56:21,977 withrottle.FacelessServer? ? ? ? ? ? ?INFO? - Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleServer]
2019-09-17 17:56:51,275 loconet.LnThrottleManager? ? ? ? ? ? ?WARN? - slot 1 address 5514 is already in-use. [AWT-EventQueue-0]
2019-09-17 17:56:51,306 loconet.LnPacketizer? ? ? ? ? ? ? ? ? WARN? - LocoNet message with opCode: ef ended early. Expected length: 14 seen length: 4 unexpected byte: b4 [LocoNet receive handler]
2019-09-17 18:07:31,569 withrottle.FacelessServer? ? ? ? ? ? ?INFO? - Creating new WiThrottle DeviceServer(socket) on port 12090, waiting for incoming connection... [WiThrottleServer]
2019-09-17 18:07:31,569 withrottle.DeviceServer? ? ? ? ? ? ? ?INFO? - Received Name: Engine Driver 2cfd [DeviceServer-1]
Again, thank you for all your help.
Conrad

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