Bob Jacobsen
Bob Jacobsen
Is it when you try to _edit_ the tables, or when you try to _open_ the tables? The first time you open one of the tables, it loads some infrastructure...
@klk32003 Do you have the recipe for installing the audio libraries on Linux? I suspect the problems in this Issue may be due to them not being installed correctly. Is...
Has this been fixed? PR #12841 seems to address it.
From just a quick look at the code, it appears that it's assuming that when the empty report arrives, the block is empty. Is that what you intended?
> (2) Train and block B have ability to trigger a report (has RFID tag/reader or transponder/reader, etc.): As train moves from A to B, the block value in A...
There has recently been some discussion of this on JMRI users: https://groups.io/g/jmriusers/message/227323
As near as I can tell from reading the code, the Modbus implementation was never completed. There was some work in 2014/2105 but it only got as far as documentation....
In case anybody looks into this again, the commit that removed the documentation-only packages was: ``` commit d829a04451a0db96f4d5dab13df3fff0cf3239aa Author: Randall Wood Date: Sun Dec 31 08:48:39 2017 -0500 Remove empty...
C/MRI is very similar, though much simpler, than ModBus. JMRI acts as a master, polling each node in turn over an RS485 bus. (I think the hardware for the connection...
OK. Happy to help with what I can, but I don't have much ModBus knowledge nor anything to test against.