¿ªÔÆÌåÓý

Date   
Locked Sticky ADMIN: Use of the groups "Files" area #admin
This is a place for temp files, other than administrative files. Either they are to be added to the next release, added to the Documents or will have a short life span. Groups.io has free subscription storage limit of 1 GB! The following are counted towards the storage limits for the group: - Files - Photos - Images in databases - Images in wiki pages - Message attachments 1. Please put files into the correct folders. - If there is not an appropriate folder, feel free to create one. 2. If you are working on a problem and want to load info for others to look at, create a folder within the 'Problems Being Worked On' folder using the Msg number or you name as the folder name. When the problem is resolved please delete the folder. 3. All files and photos are subject to removal at the moderators discretion. Your Moderators -- Peter Ulvestad JMRI Users Group Moderator - http://www.jmri.org ( http://www.jmri.org ) Tam Valley Group Moderator - https://tamvalleydepot.com/ ( http://tamvalleydepot.com/ ) Sprog-DCC Group Moderator - http://www.sprog-dcc.co.uk/ ( http://www.sprog-dcc.co.uk/ ) Edmonton Model Railroad Association - http://www.emra.club/
Started by Peter Ulvestad @
Locked Sticky ADMIN: >>HOW TO ASK YOUR QUESTION<< - A general reminder for everyone #admin
====================== HOW to ask your question ====================== One of the most common questions about JMRI is "How do I get it to work?". This isn't really a problem with JMRI itself in most cases, but there are HUGE numbers of possible configurations for DCC systems, and Windows, Linux, and Mac computers out there. Just asking "How do I get it to work" is NOT going to get you any useful help. When asking ANY question, you should >>>utilize a meaningful subject line<<< that indicates the problem and include the following information in the body of the message: + If JMRI has started copy and paste the System Console into the body. (its under help on the start screen) + Has JMRI worked before on this computer? + JMRI version + Previous version if you just upgraded + Java version + Previous version if you just upgraded + Computer make and model + if you have just upgraded, from which version + Any other DCC devices in use + Specific details of your difficulty including error messages if any, or what you would like to do with JMRI. Decoder Programming, Signals, Automation, etc. Depending on the nature of the problem, you may need to supply even more information, but this is the absolute required for anyone to give you accurate answers. Signing you post helps keep the group friendly and personable! Your moderators and trouble shooters.
Started by Peter Ulvestad @
Locked Sticky Please use "meaningful subject lines" when starting topics #admin
Please use "meaningful subject lines" when starting topics. We are getting lots of subject lines that don't give much if any idea of what the topic is about. By providing a meaningful subject line you may get the attention of someone that can provide you assistance with your issue. It also give others the chance to skip the topic if it is not of interest to them. -- Peter Ulvestad JMRI Users Group Moderator - https://www.jmri.org ( http://www.jmri.org ) Tam Valley Group Moderator - https://tamvalleydepot.com/ ( http://tamvalleydepot.com/ ) Sprog-DCC Group Moderator - http://www.sprog-dcc.co.uk/ ( http://www.sprog-dcc.co.uk/ ) Edmonton Model Railroad Association - http://www.emra.club/
Started by Peter Ulvestad @
Locked Sticky ADMIN: PERMITTED TOPICS - A general reminder for everyone #admin
We would like to point out that this list is for discussions related to JMRI, and is intended to be a place that people, particularly beginners, can turn to for help with their JMRI problems from more experienced JMRI users. General DCC and model railroading topics should be taken to a more appropriate forum and NOT be posted here. SPAM of any kind, politics, legal issues, and other off-topic matters should NOT be posted to the list and will be subject to deletion by the moderators, as will any responses to such off-topic matters. New members still on moderated status will find that off-topic posts will not be approved for posting, and old members making such posts may find themselves back on moderated status. BUY / SELL and ADVERTISING is NOT PERMITTED Let's keep things simple for all of us, and keep the discussion here on-topic. Your moderators
Started by Group Moderator @
Looking for ideas to mirror SE8C signals between two panels 12
I'm working on getting signals and CTC running on a layout that has three separate dispatch panels for different zones running using PanelPro. Where those zones meet I'm trying to mirror the state of some of the signals between the two panels. This is to enable the dispatchers to know when trains are cleared up to their zones and to also enable some CTC logic to block one dispatcher from routing a train into a block if the other dispatcher has someone cleared into the block from their direction. The two dispatch panels are connected to a server using loconet over tcp so each one can see the activity on the loconet bus. My first attempt was to just write logix to monitor for the turnout status changes that are used to control the SE8C and then set the appearance of a virtual signal head to match the state. Ex: IX:AUTO:0039C9 Aurora WEB Main2 Green [x] R1 IF Turnout "LT1552" state is "Turnout Closed" THEN When Triggered True, Set Signal Head Appearance, "LH2" to Green IX:AUTO:0039C10 Aurora WEB Main2 Red [x] R1 IF Turnout "LT1552" state is "Turnout Thrown" THEN When Triggered True, Set Signal Head Appearance, "LH2" to Red IX:AUTO:0039C11 Aurora WEB Main2 Yellow [x] R1 IF Turnout "LT1553" state is "Turnout Thrown" THEN When Triggered True, Set Signal Head Appearance, "LH2" to Yellow IX:AUTO:0039C12 Aurora WEB Main2 Dark [x] R1 IF Turnout "LT1553" state is "Turnout Closed" THEN When Triggered True, Set Signal Head Appearance, "LH2" to Dark This worked in my testing as I was always changing the state of a turnout from closed->thrown or thrown->closed when testing using the turnout table manually. However when tested on the real layout it didn't work. The panel could see the traffic when I monitored the loconet traffic: In this trace you see a 2 head signal where the aspect is changing from red over red -> yellow over red -> red over red. The problem with my logix is that the two turnouts that matter LT1552/LT1553 controlling the SE8C never actually change state in JMRI they are always in the thrown state and just sent a message to 'Throw' which is then not triggering my logix as I expected it to. I expected the 'Execute Actions whenever triggered' would mean that the logix would run everytime the message to throw the turnout was sent but that doesn't appear to be the case. Is there a better way to do what I'm trying to do or is there something wrong with my logix that will fix this issue? -- Chris
Started by cengel_74 @ · Most recent @
Select throttle in engine driver from JMRI rather than from Engine Driver UI 2 #enginedriver
I would like to be able to set a particular throttle address (from roster) in Engine Driver from JMRI (rather than from Engine Driver UI) using a script or LogixNG. I have RFID identification for locos on my layout. When 'picking up' a loco from fiddle yard I can see the loco ID, but then have to select this from the roster on Engine Driver in order to drive it. I was wondering if there is a way to 'force' a loco ID throttle in Engine Driver without having to use the Engine Driver UI to select it from the roster. I envisage pressing a button on a (layout editor) panel which would pick up the ID from the relevant block and call a script that pushes this ID to Engine Driver for it to create a throttle for 'immediate' driving, effectively bypassing the selection process. Is something like this possible? Thanks, Andy
Started by Andy Brown @ · Most recent @
EngineDriver Beta v2.40.199 now available from the Play Store 7 #enginedriver
EngineDriver users, Peter Akers has continued his tireless efforts to keep EngineDriver the best wifi throttle app, and we have released a new Beta version for your review and feedback. Thanks Peter! and thanks to all EngineDriver users! The Beta should automatically update shortly (unless you've disabled that feature or installed manually). The changelog is here: https://enginedriver.mstevetodd.com/changes/index.html#beta-changes As always, feedback is welcomed and appreciated. --SteveT
Started by Steve Todd @ · Most recent @
WHERE USED doesn't find sensors located in setSensorState statements #logixng
I have LogixNG statements using Digital Formula: setSensorState("69-RWKE",getSensorState("69W-R")). When using WHERE USED to find either of these sensor terms, these instances don't show up. I assume this is also true for the other getX/SetX functions. Is this a capability that can be added to WHERE USED in a future release? -- Jim Moomaw Portland, OR - Willamette Model Railroad Club (WMRC) - NMRA, Pacific NW
Started by Jim Moomaw - PDX @
LogixNG Table example: yard ladder Table? 20 #logixng
The example for LogixNG Tables "yard ladder example" does not contain a table? I am puzzled, while in the explanatory text for this tutorial a table is used?
Started by Erik84750 @ · Most recent @
Creating a Logix NG to toggle MQTT controlled relays 2 #logixng #mqtt
I have MANY MQTT controlled relays on my layout, they control the track power to each block on the layout. I want to create a LogixNG script that will toggle each relay, one at a time, so that the system knows the state of the MQTT device. Is there a way to automate this, or do I have to create a script to togge each one, one at a time. Other option, is there a way to query the state of the MQTT devices and just have it report back it's state so that the sensors know the position of the relays. I suspect it could be done in software, buy I am currently just manually toggling each relay so JMRI can detect it's setting. Thanks -- Heath @ Human[c]ity http://www.humancity.org http://www.riversidetransfer.nyc http://www.manhattanmodelers.com
Started by Heath @ Human[c]ity Junction @ · Most recent @
Simple way to move any loco between two points (automated)? 12
I'm looking for a simple way to move any loco from the staging track (siding/yard) to the block where the warrant will start. Conceptually the solution would: Use a loco/consist address supplied (e.g. from a memory variable) Drive the train until a sensor (block occupancy) is triggered. Assume a clear path has been established (user responsibility) Thanks. -- H.O. Australia (Layout in Progress) Digikeijs DR5000 LocoNet JMRI v5.10 DecoderPro/Warrants/CPE/SML/LogixNG Java: OpenLogic jre-17.0.12.7 Windows 10
Started by Nags @ · Most recent @
Trains list and Schedules disappeared 3 #operationspro
Hi, I've been using JMRI for 7 years or so and am still on v. 4.26. I use Operations Pro for all train movements. I had 20 trains listed on the Trains list and schedules. Today, I started up JMRI and all my trains were gone as were the schedules. All routes are still there and showing as Orphans. Cars list, locomotive list, locations are also there. Not sure what would have caused this. Any ideas on how to get back Trains and schedules without rebuilding? Thanks, Fran
Started by Fran T @ · Most recent @
Logix, can I view Timers that have been activated but the time has not expired yet? 2 #logix
Thanks in advance for your help. Would like to be able to see sensors that in Logix, I have I have executed "Delayed Set Sensor", but the wait time has not yet been reached. Can this be done? -- Thanks.... Ed Dane
Started by eddane2550@... @ · Most recent @
CV Accessibility
When adding a column to the Roster page of JMRI, are CVs accessible to add a value to that column or would it need a script to accomplish that? -- John Griffin The Hostlers Inn Model Railroading Topics
Started by John Griffin @
DCC-EX Voltage/current meter 21 #dcc-ex
I have my windows 10 laptop running JMRI v5.6 with DCC-EX running on an Arduino uno, connected to my laptop via USB, paired with the DCC-EX MotorShield8874. When I open the ¡®voltage / current meter¡¯ in Panel Pro, all I get is hyphens - no actual current reading in digits. I¡¯ve had the current meter working before, on an older version of JMRI, running a standard motor shield with the Arduino, but I¡¯ve not tested the current meter since I fitted the new 8874 motor shield. I wanted to check there isn¡¯t anything I¡¯ve missed or failed to configure specifically in JMRI for this before looking into the hardware. Many thanks, Dan
Started by Daniel Mcmillan @ · Most recent @
Ad Hoc Changing Block Alternate Colour - Means of Showing Cab Allocation with DC Cab Control 18
My layout is DC cab control, servo points, neither occupation sensors nor signals. Windows JMRI + MERG CBUS. Panel editor panel. NX routing to set and show points, routes and block cab allocation. Early days, layout under construction, JMRI being understood. On a simple simulated test panel I've been able to set and show points, routes and allocated blocks with NX. I would like also to use this process to allocate and show the (one of five) route control cab. It looks like LogixNG (user level currently novice!) might do this. I might click a one-of-five cab select sensor button group before setting an NX route. This selection is then available during the NX setting process. Is there a way to vary the block alternate colour used to indicate an allocated block during this process, please? It's nagging at me that I've seen a forum query on exactly this subject but despite quite deep digging and repeated searching I can't find it (or indeed anything). I suspect there is a rune to cast that will unlock my current very limited understanding!
Started by colin smith @ · Most recent @
Help menu 3
I was wondering if it would be possible to add a help menu to each tab of Decoder Pro explaining what everything on that page does and how it interacts. I've been using JMRI for 5 years now and still finding out things only when other users mention it. I've used other s/w for programming other non model railroading products (PBX systems) that have a help button on each page that explains each entry. If already exists, please let me know where to find it. -- Dino Peris Cuyahoga & Lake Erie RR NMRA Div 4
Started by gdperis @ · Most recent @
LogixNG table editor and CSV question 38 #logixng
Following this JMRI tutorial I try to make up and import as a LogixNG table this Excell .csv file. Simply 8 sensors (C2S0B1 ... C2S0B8) and three lamps (C2L0B001 .. C2L0B003). Excel view: And LogxNG view of the imported csv file: What is wrong with my import? I cannot seem to use it anywhere as described in the JMRI tutorial (https://www.jmri.org/help/en/package/jmri/jmrit/logixng/LogixNGTableTableEditor.shtml)... ? Wrong csv table? Wrong way of importing? The csv file as used is attached below. Thanks for any help or pointers! Erik
Started by Erik84750 @ · Most recent @
DecoderPro Pet Peeves 3
I've been a DecoderPro user for many years. It's made working with CV so much easier. Add to that I also thankfully make use of PanelPro, WiThrottle, Engine Driver and Speed Profiling. I am super grateful for all the people who volunteer their time to make JMRI a reality. I do have a few pet peeves, though. I share them not to complain, but to see if maybe I am missing something that would eliminate them. 1. Takes forever to load a locomotive profile window. I've installed JMRI on a number of different computers over the years and in all cases opening a locomotive profile window can take over 2 minutes. The time is also inconsistent, sometimes faster and sometimes slower. 2. Whenever a locomotive profile window is opened, any trains running on Engine Driver are set to emergency stop. 3. On the loco roster list, there is not a column for consist address. I use DecoderPro to consist all my trains using advanced consisting. Would be super useful to have a consist address column when I make changes to my trains consists. 4. Lastly, on the speed profiler, which I love, I have to re-enter the start sensor, block sensor and finish sensor. It remembers the block length, not sure why it does not remember the sensors. I love JMRI. Thank you again to all those who worked on making it possible. I hope no one is offended by me sharing these minor issues. Daryl Kruse UPRR Evanston Sub
Started by Daryl Kruse @ · Most recent @
NCE ProCab- Light-it as signal decoder - Simultaneous commands 55 #nce
Query from a Nimble Newbie, How many commands can one send at a time from an "if-then" Logix statement? E.g. IF sensor 'x' goes 'active' THEN....switch Signal '1' to danger, signal '2' to caution, signal 3 to 'clear', turn on coffee pot, etc... It seems to THEN part of the statement fires odd the commands so quickly that the NCE system misses some of the actions [somewhat randomly]. Not a wiring issue. Is there a way of slowing down, or at least separating out [even by milliseconds] the list of ACTIONS to occur upon a given antecedent? Nimble of Oz
Started by Nimble Knumblebum @ · Most recent @
Current Image
Image Name
Sat 8:39am