Daniel
Daniel
The LogixNG expressions `And` and `Or` now has the option to evaluate only the child sockets that are needed to get a result. An And expression will return false if...
@dheap https://groups.io/g/jmriusers/topic/81407102 If possible, I suggest adding some warning message to the ESU decoder definitions in JMRI. When the user opens DecoderPro to program an ESU decoder, I suggest that...
A CSV file used by LogixNG must be TAB separated, not comma separated. This PR adds a note about that when adding a LogixNG table that's based on a CSV...
This PR adds LogixNG to positionable labels on panels. Open an editor, right click on a label and select `LogixNG -> Inline` in the popup menu and a ConditionalNG editor...
@bobjacobsen Now when we give the user the ability to select which script engine to use for scripts, we will now get several places where we need to store and...
[LogixNG Tables](https://www.jmri.org/help/en/html/tools/logixng/reference/chapter11.shtml) is similar to Memories but stores data in a table. This PR is work in progress. These tasks needs to be done: - [ ] Use `org.apache.commons.csv.CSVFormat` for...
Fixes #10748. @dsand47 Can you check that this PR works as expected? I tried your panel file [module-test.txt](https://github.com/JMRI/JMRI/files/8135154/module-test.txt) and it seems to work fine. At least it doesn't throw any...
@sidlo64 @dsand47 See https://jmri-developers.groups.io/g/jmri/message/7727 This PR adds two things: - If the LogixNG preference `Show system name in exceptions` is checked, when an exception occurs and the user selects Abort,...