¿ªÔÆÌåÓý

Date
Locked Re: Windows XP
John: I couldn't think of anything I could actually do with my Sinclair even when it was new... even with extra RAM... The Heathkit H-8 was much better... An XP machine is fine for JMRI and the RR if
By jimalbanowski · #165092 ·
Locked Re: TMCC2 Commands in JMRI
Bob, You could not have done it anyways. The coding is not completed in JMRI which is my point. Had you even bothered to try it would have been quite evident. But I'll follow through with what I said
By Inobu One · #165091 ·
Locked Re: TMCC2 Commands in JMRI
Bob is exactly right. I have only a TMCC command station and I have some Legacy ( TMCC 2 ) . Equipment. They work fine for the features that the basic TMCC command set sends out but I cannot control
By James LeFevre · #165090 ·
Locked Re: More weird behavior - JMRI Web server (I think)
Thanks Steve, The size question is (trying to be more clear this time): If the panel is small enough that it fits within the frame then we can use it via the frame server, but if the panel does not
By Rick Stoneking · #165089 ·
Locked Re: .4.17.5ish+jenkins latest build saving bug
Hey guy! Sorry about the late reply, work got a little crazy for a bit there.. Bob, I was going to upload my file, but then I saw Dave's comment. I have just saved and opened my panel file
By Mitchell · #165088 ·
Locked Re: Database interface?
Besides python scripts run within JMRI, you also have the option of (for the operations roster, not the decoder programming roster) using the JMRI REST API for your database program to write to JMRI.
By Randall Wood <rhwood@...> · #165087 ·
Locked Re: TMCC2 Commands in JMRI
Inobu, On any DCC decoder that would be some function key operation. To the throttle, it only knows it as a function X, and maybe a custom label with would say 'Ground Lights'. The backend down in the
By Ken Cameron · #165086 ·
Locked Re: Windows XP
HI Marc, I think that by using this paleo computer and operating system you may be building a system that you will never be happy with. I have a Spectrum ZX81 that still boots up but I wouldn't try to
By John Kneeshaw · #165085 ·
Locked Re: TMCC2 Commands in JMRI
The way JMRI is supposed to work is that some function key on the throttle will be mapped to do that. The person running the engine pushes that button, and the program works out the command to send:
By Bob Jacobsen · #165084 ·
Locked Re: TMCC2 Commands in JMRI
I will explain it but lets go through an exercise so you can experience the issue. A Legacy engine utilizes the TMCC-2 command set. It has the feature to operate or turn on the Ground lights of an
By Inobu One · #165083 ·
Locked Re: TMCC2 Commands in JMRI
Could you please explain in more detail what "the JMRI throttle needs to allow the user to formulate the command via key strokes¡± means please? My naive understanding is that this means that the
By Bob Jacobsen · #165082 ·
Locked Re: VSD Notching Question #vsdecoder
Conrad, For a prototype diesel-electric loco: - Idle: the diesel governor is set to keep the motor idling at rpm rate 1 of 8. The generator/alternator excitation is switched off so no electricity is
By Dave Heap · #165081 ·
Locked TMCC2 Commands in JMRI
I have made pretty good progress in the TMCC-2 command syntax. It is substantially different from TMCC1. The throttle needs the ability to select the appropriate setOpCode in order to set the first
By Inobu One · #165080 ·
Locked Re: VSD Notching Question #vsdecoder
Might I request that you that you post the solution for others to peruse. It is often a lot easier to work from an example than from a discussion of what's in it. Just a thought... Thank you, Charles
By Charles Meo · #165079 ·
Locked Re: VSD Notching Question #vsdecoder
Stephen, From what I gather, you are speaking of prototype locos.? I assume this is similar to an automatic transmission auto that, while in gear and idling, will not move when on an upgrade. If so I
By conrad · #165078 ·
Locked Re: VSD Notching Question #vsdecoder
Klaus, Thank you, thank you.? It worked perfectly.? notch 0 (idle) goes from step 0 to 0, notch 1 (run1) goes from step 1 to 12, and so on up to run8. I did remove <idle-notch>1</idle-notch>.?
By conrad · #165077 ·
Locked Re: Database interface?
Eric, I did this a number of years ago I made my own program in perl and I was able to save my database info into the following formats as my railroad operating friends used different programs: Excel,
By Scott Eric Catalano · #165076 ·
Locked Re: Database interface?
You could write Python scripts within JMRI to handle the connection with your database. How often does your inventory change? The tricky part of a real-time connection is handling coordination and
By Bob Jacobsen · #165075 ·
Locked Re: Database interface?
Hi Eric, Whatever you build would have to be read-only. And that shouldn't be too much of a stretch, because there are xml-readers 'out there' that could be configured to create comma-separated files,
By whmvd · #165074 ·
Locked Database interface?
From my research into JMRI, the "database" is a series of XML files. Is anyone aware of any sort of database interface that can be used in place of the XML? I've built my own application to track my
By Eric Smith · #165073 ·