I did several YouTube videos showing train operation and my JMRI Panel Pro Dispatching set up. ?Try this one and then you will see a few other older videos that might also be of help.
Thomas Cain, MMR 755 Indianapolis, IN atsf93@... See my layout and website?at:??www.atsf93.com Modeling the Eastern Illinois?Santa Fe from the prototype
On Mar 15, 2025, at 1:36?PM, sontrak via groups.io <sontrak@...> wrote:
OK, here's an off-the-wall question:
I had a break in my hobby from ten years ago to about two years ago.? I am now back to working on JMRI and trying to automate some trains.? I rememberr seeing a YouTube video of:
1.? a gentleman somewhere in the UK? demonstrating how he runs JMRI.?
2.? He showed a portion of his layout with a view showing (I think four) monitors, displaying JMRI information, with the train visible in the video.
3. He clicked on a train on one of the monitors.? I don't remember if on a track diagram or in a table of trains.
4.? He clicked on where he wanted it to go, I think this was on a list of possible destinations, and showed that the train then drove to the destination.? It was a short movment and all visible without the camera moving, as I recall.
?
Problem is, I can't find that video.? I know I watched it at llong time ago,, most likely more than ten before my hobby break.? I have no idea how old the video was when I saw it, in fact.? Here;s the $64,000 question:? Can anyone here stee me to that video?
I am in the middle of prototyping my own DCC Accessory decoder hardware (using MicroBahner's DCC_Zubehoerdecoder software) and I would like to be able to adjust CV's and switch outputs from a window. Basically, I would like to re-create decoderpro's Turnout Control action window, but with more specific buttons and CV inputs.?
I have had a look through some of the scripting examples, and I'm happy building on JButtonComplexExample.py to do what I want.?
The issue I have is whilst I believe that I can write CV's to the decoders using the code from OpsProgExample.py, what I can't find how to do is throw the turnouts based on their address (same as the Turnout Control window).? I went looking to see if I could find the code for the Turnout Control window and didn't get that far.?
Could anyone point me to where the code for the Turnout Control window is (so I can copy / mod) or suggest how I would control turnouts and show their current state like this window does (as in, what functions do I need to use in the script).?
I had a break in my hobby from ten years ago to about two
years ago.? I am now back to working on JMRI and trying to
automate some trains.? I rememberr seeing a YouTube video of:
1.? a gentleman somewhere in the UK? demonstrating how he
runs JMRI.?
2.? He showed a portion of his layout with a view showing (I
think four) monitors, displaying JMRI information, with the
train visible in the video.
3. He clicked on a train on one of the monitors.? I don't
remember if on a track diagram or in a table of trains.
4.? He clicked on where he wanted it to go, I think this was
on a list of possible destinations, and showed that the train
then drove to the destination.? It was a short movment and all
visible without the camera moving, as I recall.
?
Problem is, I can't find that video.? I know I watched it at
llong time ago,, most likely more than ten before my hobby
break.? I have no idea how old the video was when I saw it, in
fact.? Here;s the $64,000 question:? Can anyone here stee me to
that video?
My sensor table shows a lot of internal sensors numbering up from IS5000.? How do I find out what eac one senses?? What turns IS5000 on and what turns it off?
My sensor table shows a lot of internal sensors numbering up from IS5000.? How do I find out what eac one senses?? What turns IS5000 on and what turns it off?
I had a break in my hobby from ten years ago to about two years ago.? I am now back to working on JMRI and trying to automate some trains.? I rememberr seeing a YouTube video of:
1.? a gentleman somewhere in the UK? demonstrating how he runs JMRI.?
2.? He showed a portion of his layout with a view showing (I think four) monitors, displaying JMRI information, with the train visible in the video.
3. He clicked on a train on one of the monitors.? I don't remember if on a track diagram or in a table of trains.
4.? He clicked on where he wanted it to go, I think this was on a list of possible destinations, and showed that the train then drove to the destination.? It was a short movment and all visible without the camera moving, as I recall.
?
Problem is, I can't find that video.? I know I watched it at llong time ago,, most likely more than ten before my hobby break.? I have no idea how old the video was when I saw it, in fact.? Here;s the $64,000 question:? Can anyone here stee me to that video?
Re: Connect to Marklin Central station with TCP
#maerklin
In Preferences -> Defaults, I see two entries for Marklin-CS2. ?The second doesn't have any radio buttons selected. Probably just cosmetic.
Tools -> New Throttle allows the selection of DCC, MFX, and Motorola protocols. ?This is great! It would be truly great if the protocol could be set in the roster for exisitng locos and used for throttles. ?There is a column already for protocol, but the value cannot be changed. Throttles created from the roster are DCC.
Ops mode and Service mode programming are not available. This may be hard to implement without knowing the details of the Marklin protocol.
I use virtual classification tracks in my yards so that I can see which cars are potentially assigned to outgoing trains.? This build I noticed that one of my trains was oversubscribed by 100% so I decided to redirect those cars.? I used the Set function to move the cars to a different outgoing virtual track and associated destination.? JOps properly recorded the moves in the logger file, but didn't update the last moved field.
?
I use the car export function to get the data I need to produce waybills and empty car orders.? I expected to easily identify those cars that I moved by simply sorting the export on the Last field.? Didn't happen.? Disappointed.? I was able to use the log to identify the cars, and then pick them out of the export for my needs.
?
Why take the trouble to log but not update the Last field?
I don’t have a good way to test a CS2 TCP connection, so I’m not sure these will work.
Bob
On Mar 14, 2025, at 8:33?PM, Gopal Patnaik via groups.io <gopalpatnaik@...> wrote:
Hello, I would like to use the TCP protocol to connect to a M?rklin central station 3 (or, in my case, a surrogate). The current JMRI implementation uses UDP which has been deprecated in favor of TCP by M?rklin. The only thing changed is the switch from UDP to TCP; the data stream remains exactly the same. The TCP port is 15731. This should be a simple change in and of itself, but there may be need to be some change to the setup page. Any help and guidance is appreciated. Thanks. Gopal
I don’t have a good way to test a CS2 TCP connection, so I’m not sure these will work.
Bob
On Mar 14, 2025, at 8:33?PM, Gopal Patnaik via groups.io <gopalpatnaik@...> wrote:
Hello, I would like to use the TCP protocol to connect to a M?rklin central station 3 (or, in my case, a surrogate). The current JMRI implementation uses UDP which has been deprecated in favor of TCP by M?rklin. The only thing changed is the switch from UDP to TCP; the data stream remains exactly the same. The TCP port is 15731. This should be a simple change in and of itself, but there may be need to be some change to the setup page. Any help and guidance is appreciated. Thanks. Gopal
? ? I've gone back to using my standard Basic Signals Masts and all is good.? Just to be clear, the B&O masts were looking at next THREE blocks in determining a stop aspect.
I've got a bunch of Control Panels that I view on Tablets all working fine and there is a slight annoyance that occurs when I inadvertently swipe the tablet screen and the whole panel moves about 1/4"-1/2" vertically and it also can also move horizontally about the same amount. See attached photos. Is there a way to lock the panel so that this doesn't happen or what can I do to prevent this?
--
Many thanks in advance!
Vinny DeRobertis ~ Apex, NC New York & Hudson Valley RR
Windows 7 Pro / Java 11 / JMRI v5.10 Command Station: Digikeijs DR5000. Booster: Digikeijs DR5033
I would like to use the TCP protocol to connect to a M?rklin central station 3 (or, in my case, ?a surrogate). The current JMRI implementation uses UDP which has been deprecated in favor of TCP by M?rklin. The only thing changed is the switch from UDP to TCP; the data stream remains exactly the same. The TCP port is 15731. This should be a simple change in and of itself, but there may be need to be some change to the setup page. Any help and guidance is appreciated. Thanks.
Take a look at the Signal definitions for your chosen system at .? Then pick the exact signal mast you put on your panel and look at all the aspects it supports.? If the signal mast you picked has aspects like “Approach Medium”, “Approach Limited”, etc and you haven’t disabled them in the signal mast table entry, then the logic is more complicated than if the only aspects are “Stop”, “Approach” and “Clear”.? HTH.
? ? I entered a new mast to my layout using the n3ix signal board with DCC control.? Using B&O 1960 position targets.? Normally is just use standard signal masts that looks ahead at next block, but this new one seems to be looking past next mast and it's block.? Is this normal?
? ? I entered a new mast to my layout using the n3ix signal board with DCC control.? Using B&O 1960 position targets.? Normally is just use standard signal masts that looks ahead at next block, but this new one seems to be looking past next mast and it's block.? Is this normal?