¿ªÔÆÌåÓý

Re: EngineDriver Beta v2.40.199 now available from the Play Store #enginedriver
Thank you very much for your reply.? In an effort to avoid 'roster overload' and the slow RT that would cause, our club restricts roster entries to consists so steam engine entries, almost never
By CEFinkJr@... · #242616 ·
Re: WHERE USED doesn't find sensors located in setSensorState statements #logixng
Jim, The Where Used looks for instances of an object, such as a sensor. The Digital Formula statements create temporary instances as needed when the text is executed. It might be possible to extend
By Dave Sand · #242615 ·
Re: Ad Hoc Changing Block Alternate Colour - Means of Showing Cab Allocation with DC Cab Control
Works as desired and smoothly now. Thanks also for the where-to-put-cab-relay-setting hooks.
By colin smith · #242614 ·
Re: LogixNG Table example: yard ladder Table? #logixng
I will be off until Saturday (gone sailing on the North Sea).
By Erik84750 · #242613 ·
Re: Looking for ideas to mirror SE8C signals between two panels
Could you try the attached script, please? It works by listening to the LocoNet traffic on the 1st LocoNet connection. Note that the arguments to the scripted class have changed. The sample is now:
By Bob Jacobsen · #242612 ·
Re: Select throttle in engine driver from JMRI rather than from Engine Driver UI #enginedriver
It is not currently possible. And I don't have ideas of any way to make it possible. ED talks to JMRI using the WiThrottle protocol. It is fairly limited as to what it can do. -- Peter Akers [South
By Peter Akers · #242611 ·
Re: Looking for ideas to mirror SE8C signals between two panels
Cengel_74, I see one problem with the following statement you made: "Is there a way to subscribe to all messages not just changes? Is there something weird about our configuration of the SE8C that
By Ken Cameron · #242610 ·
Re: EngineDriver Beta v2.40.199 now available from the Play Store #enginedriver
Hi, It depends on what you mean by "Function Preferences"? If you are talking about the labels for each function on a given loco, then that is stored in the Roster on the Server (e.g. JMRI). However,
By Peter Akers · #242609 ·
Select throttle in engine driver from JMRI rather than from Engine Driver UI #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
By Andy Brown · #242608 ·
Re: Looking for ideas to mirror SE8C signals between two panels
You¡¯re right. That script isn¡¯t completely working because it doesn¡¯t get notified when a LocoNet message comes in that _doesn¡¯t_ change the existing state of a JMRI Turnout object. I¡¯m
By Bob Jacobsen · #242607 ·
Re: Looking for ideas to mirror SE8C signals between two panels
Chris, without wishing to get involved deeper in your issue, I can see something that doesn't seem right ... you are testing the same sensor in each logic block, so if A is on or A is off set
By John Williamson · #242606 ·
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
By Jim Moomaw - PDX · #242605 ·
Re: LogixNG Table example: yard ladder Table? #logixng
Dave, So many thanks for your patience and willingness to help, I mostly appreciate that! I will forthright implement your advice re. file allocation. Erik
By Erik84750 · #242604 ·
Re: Looking for ideas to mirror SE8C signals between two panels
I was finally able to do some testing of this and it doesn't appear to be working. It works in the same way that the Logix did that I wrote in that transitions from green -> red -> green and yellow ->
By cengel_74 · #242603 ·
Re: Creating a Logix NG to toggle MQTT controlled relays #logixng #mqtt
Heath, LogixNG has the actions Publish and Subscribe for MQTT. https://www.jmri.org/help/en/html/tools/logixng/reference/chapter5.shtml#digital_action_mqtt Subscribe let you listen on one or many
By danielb987 · #242602 ·
Creating a Logix NG to toggle MQTT controlled relays #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
By Heath @ Human[c]ity Junction · #242601 ·
Re: EngineDriver Beta v2.40.199 now available from the Play Store #enginedriver
v2.40.199 was automatically downloaded to my Samsung Z6 Fold, but due to ongoing health issues, I am still unable to do much testing (only your web site is available to me).? However, I do have a
By CEFinkJr@... · #242600 ·
Re: Simple way to move any loco between two points (automated)?
Nags, Yes. Dave Sand
By Dave Sand · #242599 ·
Re: Trains list and Schedules disappeared #operationspro
Thanks Dan that worked like a charm. Fran Get Outlook for iOS<https://aka.ms/o0ukef> ________________________________ Sent: Tuesday, May 27, 2025 9:22:04 PM To: [email protected]
By Fran T · #242598 ·
Re: Simple way to move any loco between two points (automated)?
As I've been going through AbstractAutomaton I came upon 'waitMsec'. With a warrant script it changes throttle value when starting or stopping using elapsed time. Can I replicate this in the script
By Nags · #242597 ·